@nethserver/ns8-ui-lib 1.2.6 → 1.2.10

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethserver/ns8-ui-lib",
3
- "version": "1.2.6",
3
+ "version": "1.2.10",
4
4
  "description": "Vue.js library for NethServer 8 UI",
5
5
  "keywords": [
6
6
  "nethserver",
@@ -33,10 +33,11 @@
33
33
  "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
34
34
  "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
35
35
  "build-pack": "npm version patch --no-git-tag-version && npm run build && npm pack",
36
- "publish:minor": "npm version minor --allow-same-version -m v%s --force && npm run build && npm publish && npm run push-tags",
37
- "publish:major": "npm version major --allow-same-version -m v%s --force && npm publish && npm run push-tags",
38
- "publish:patch": "npm version patch --allow-same-version -m v%s --force && npm publish && npm run push-tags",
39
- "push-tags": "git push origin main --tags"
36
+ "publish:minor": "npm version minor --allow-same-version -m v%s --force && npm run push-tags",
37
+ "publish:major": "npm version major --allow-same-version -m v%s --force && npm run push-tags",
38
+ "publish:patch": "npm version patch --allow-same-version -m v%s --force && npm run push-tags",
39
+ "push-tags": "git push origin main --tags",
40
+ "npm-publish": "npm publish"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@babel/core": "^7.12.10",