Publish npm package using Trusted Publisher (#3953)
This commit is contained in:
committed by
GitHub
parent
af88a7912b
commit
e3cd3eeae0
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user