tnx-shared 5.1.249 → 5.1.250
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.
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
"publish-shared": "cd ../../shared/AppSharedV5 && npm run package-tnx-shared",
|
|
20
20
|
"update-version-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js updateNextVersionService --projectName {{projectName}} --publishType revision --env init",
|
|
21
21
|
"update-major-version-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js updateNextVersionService --projectName {{projectName}} --publishType major --env init",
|
|
22
|
-
"update-minor-version-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js updateNextVersionService --projectName {{projectName}} --publishType minor --env init",
|
|
23
|
-
"format-template": "vim ./build-config/{{projectName}}/docker-entrypoint.sh -c 'set ff=unix' -c ':wq'"
|
|
24
|
-
},
|
|
22
|
+
"update-minor-version-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js updateNextVersionService --projectName {{projectName}} --publishType minor --env init" },
|
|
25
23
|
"version": 1,
|
|
26
24
|
"newProjectRoot": "projects",
|
|
27
25
|
"projects": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnx-shared",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.250",
|
|
4
4
|
"clientVersion": "5.1",
|
|
5
5
|
"version5.0": "5.0.19",
|
|
6
6
|
"version5.1": "5.1.22",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"jsplumb": "^2.15.6",
|
|
132
132
|
"ngx-extended-pdf-viewer": "^9.0.5"
|
|
133
133
|
},
|
|
134
|
-
"versionPrev": "5.1.
|
|
134
|
+
"versionPrev": "5.1.249",
|
|
135
135
|
"main": "bundles/tnx-shared.umd.js",
|
|
136
136
|
"module": "fesm2015/tnx-shared.js",
|
|
137
137
|
"es2015": "fesm2015/tnx-shared.js",
|