@qrvey/cd-package-registry 1.0.0 → 1.0.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@qrvey/cd-package-registry",
|
|
3
3
|
"types": "dist/types/index.d.ts",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.1-beta",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:compile:types": "tsup --config ./tsup.config.types.ts",
|
|
27
27
|
"build:compile": "yarn build:compile:cjs && yarn build:compile:esm && yarn build:compile:types",
|
|
28
28
|
"build": "yarn test && yarn build:clean && yarn build:compile",
|
|
29
|
-
"publish-package": "yarn test:cov && yarn build && npm publish --tag
|
|
29
|
+
"publish-package": "yarn test:cov && yarn build && npm publish --tag beta"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@qrvey/fetch": "1.2.3-608",
|