@npm_leadtech/legal-lib-components 5.67.2 → 5.67.3
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": "@npm_leadtech/legal-lib-components",
|
|
3
|
-
"version": "5.67.
|
|
3
|
+
"version": "5.67.3",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"ts-types": "tsc --build tsconfig.build.json",
|
|
11
11
|
"build": "rimraf dist && node esbuild --bundle --tsconfig=tsconfig.build.json && npm run ts-types",
|
|
12
12
|
"reinstall-force": "rm -Rf node_modules && yarn",
|
|
13
|
-
"prepare-upgrade": "yarn reinstall-force && yarn build &&
|
|
13
|
+
"prepare-upgrade": "yarn reinstall-force && yarn build && git add . && git commit -m \"$MSG\" --allow-empty && npm config set tag-version-prefix ''",
|
|
14
14
|
"upgrade-patch": "yarn prepare-upgrade && npm version patch -m \"Update patch version number\" && git push && git push --tags",
|
|
15
15
|
"upgrade-minor": "yarn prepare-upgrade && npm version minor -m \"Update minor version number\" && git push && git push --tags",
|
|
16
16
|
"upgrade-major": "yarn prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags",
|