@tagplus/components 5.2.14 → 5.2.16

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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "email": "qualidade@tagplus.com.br"
9
9
  }
10
10
  ],
11
- "version": "5.2.14",
11
+ "version": "5.2.16",
12
12
  "main": "./dist/tp.common.js",
13
13
  "files": [
14
14
  "dist",
@@ -22,6 +22,7 @@
22
22
  "*.{css,vue}": "stylelint"
23
23
  },
24
24
  "license": "MIT",
25
+ "sideEffects": false,
25
26
  "scripts": {
26
27
  "build": "NODE_ENV=production && vue-cli-service build --target lib --name tp ./src/main.js",
27
28
  "build:dev": "NODE_ENV=development && vue-cli-service build --mode development --target lib --name tp ./src/main.js",
@@ -38,7 +39,7 @@
38
39
  "pub:major": "npm i && npm run build && npm version major && npm publish --access public && npm run postversion",
39
40
  "pub:minor": "npm i && npm run build && npm version minor && npm publish --access public && npm run postversion",
40
41
  "pub:patch": "npm i && npm run build && npm version patch && npm publish --access public && npm run postversion",
41
- "pub:version": "echo 'Execute o comando a seguir alterando a versão: \nnpm i && npm run build && npm version {VERSION} && npm publish --tag beta && npm run postversion'",
42
+ "pub:version": "echo 'Execute o comando a seguir alterando a versão: \nnpm i && npm run build && npm version {VERSION} && npm publish --tag beta && npm run postversion",
42
43
  "serve": "vue-cli-service serve --open ./examples/main.js",
43
44
  "dev": "npm run start",
44
45
  "start": "npm run serve",