mfance-shark-v1 1.0.13 → 1.0.14
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mfance-shark-v1",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Shared library for MFA microservices",
|
|
5
5
|
"author": "MFA Team",
|
|
6
6
|
"private": false,
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"build": "nest build",
|
|
12
12
|
"clean": "rm -rf dist",
|
|
13
13
|
"prepublish": "npm run clean && npm run build",
|
|
14
|
-
"publish": "npm version patch && npm run prepublish && npm publish",
|
|
15
14
|
"publish:patch": "npm version patch && npm run prepublish && npm publish",
|
|
16
15
|
"publish:minor": "npm version minor && npm run prepublish && npm publish",
|
|
17
16
|
"publish:major": "npm version major && npm run prepublish && npm publish",
|