@bobfrankston/msger 0.1.163 → 0.1.164
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/msger",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.164",
|
|
4
4
|
"description": "Fast, lightweight, cross-platform message box - Rust-powered alternative to msgview",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prerelease:local": "git add -A && (git diff-index --quiet HEAD || git commit -m \"Pre-release commit\")",
|
|
26
26
|
"preversion": "npm run build:ts && npm run build:native && git add -A",
|
|
27
27
|
"postversion": "git push && git push --tags",
|
|
28
|
-
"release": "npm run prerelease:local && npm version patch && npm publish",
|
|
28
|
+
"release": "npm run prerelease:local && npm version patch && npm publish --quiet",
|
|
29
29
|
"installer": "npm run release && node utils/install-latest.ts",
|
|
30
30
|
"installer:wait": "npm run release && npm cache clean --force && npm install -g @bobfrankston/msger@latest && wsl npm cache clean --force && wsl npm install -g @bobfrankston/msger@latest"
|
|
31
31
|
},
|