Publish npm package using Trusted Publisher (#3953)

This commit is contained in:
Stanislav Novosad
2025-11-10 13:51:53 -07:00
committed by GitHub
parent af88a7912b
commit e3cd3eeae0
43 changed files with 2143 additions and 290 deletions

View File

@@ -2,7 +2,11 @@
"name": "@skyvern/client",
"version": "0.2.22",
"private": false,
"repository": "github:Skyvern-AI/skyvern",
"repository": {
"type": "git",
"url": "https://github.com/Skyvern-AI/skyvern.git",
"directory": "skyvern-ts/client"
},
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
@@ -64,6 +68,7 @@
"sideEffects": false,
"description": "The Skyvern TypeScript library provides convenient access to the Skyvern APIs from TypeScript.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}