waha-shared 1.0.21 → 1.0.27

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.21",
3
+ "version": "1.0.27",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",
@@ -15,5 +15,8 @@
15
15
  "dist",
16
16
  "assets/fonts"
17
17
  ],
18
- "license": "MIT"
18
+ "license": "MIT",
19
+ "scripts": {
20
+ "update": "npx tsc && git add . && git commit -m 'Update shared types' && npm version patch && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NODE_AUTH_TOKEN= ../.env | cut -d \"=\" -f2-)'"
21
+ }
19
22
  }