mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Publish target moves to the pre-release version 0.1.0-rc.0 under the next dist-tag so npm install @kaelio/ktx (which resolves to latest) does not pick up the soft-launch build. Users opt in via @kaelio/ktx@next.
27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"releaseMode": "npm-public-release-ready",
|
|
"npm": {
|
|
"publish": true,
|
|
"registry": null,
|
|
"access": "public",
|
|
"tag": "next",
|
|
"packages": ["@kaelio/ktx"]
|
|
},
|
|
"python": {
|
|
"publish": false,
|
|
"repository": null,
|
|
"packages": ["kaelio-ktx"]
|
|
},
|
|
"publishedPackageSmoke": {
|
|
"packageName": "@kaelio/ktx",
|
|
"version": "0.1.0-rc.0",
|
|
"registry": null
|
|
},
|
|
"runtimeInstaller": {
|
|
"uvStrategy": "path-prerequisite",
|
|
"bootstrapUv": false,
|
|
"missingUvBehavior": "focused-error"
|
|
},
|
|
"requiredBeforePublishing": []
|
|
}
|