gcs-ui-lib 1.1.484 → 1.1.485

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gcs-ui-lib",
3
- "version": "1.1.484",
3
+ "version": "1.1.485",
4
4
  "private": false,
5
5
  "main": "./lib/gcs-ui-lib.common.js",
6
6
  "scripts": {
@@ -11,7 +11,8 @@
11
11
  "lint": "vue-cli-service lint",
12
12
  "lib": "vue-cli-service build --target lib --name gcs-ui-lib --dest lib src/index.js",
13
13
  "async": "cnpm sync gcs-ui-lib",
14
- "pro": "npm run lib && npm publish --registry https://registry.npmjs.org && npm run async"
14
+ "pro": "npm run lib && npm publish --registry https://registry.npmjs.org && npm run async",
15
+ "publish:tag": "npm publish && git tag -a v%npm_package_version% -m \"Release v%npm_package_version%\" && git push origin v%npm_package_version%"
15
16
  },
16
17
  "dependencies": {
17
18
  "core-js": "^3.6.5",