tnp-config 1.0.28 → 1.0.29
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 -3
- package/tmp-environment.json +10 -10
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
@@ -38,13 +38,12 @@
|
|
38
38
|
"main": "index.js",
|
39
39
|
"workerPlugins": {}
|
40
40
|
},
|
41
|
-
"version": "1.0.
|
41
|
+
"version": "1.0.29",
|
42
42
|
"dependencies": {
|
43
|
-
"tnp-core": "~1.0.
|
43
|
+
"tnp-core": "~1.0.59"
|
44
44
|
},
|
45
45
|
"license": "MIT",
|
46
46
|
"private": false,
|
47
|
-
"main": "index.js",
|
48
47
|
"name": "tnp-config",
|
49
48
|
"devDependencies": {
|
50
49
|
"@angular-devkit/build-angular": "~13.2.5",
|
@@ -179,7 +178,7 @@
|
|
179
178
|
"morphi": "~4.0.54",
|
180
179
|
"ng-packagr": "13.0.0",
|
181
180
|
"ng-talkback": "~2.4.25",
|
182
|
-
"ng2-logger": "~8.0.
|
181
|
+
"ng2-logger": "~8.0.29",
|
183
182
|
"ng2-rest": "~11.0.42",
|
184
183
|
"node-cli-test": "0.0.2",
|
185
184
|
"node-cli-tester": "~0.0.22",
|
@@ -213,8 +212,8 @@
|
|
213
212
|
"sudo-block": "3.0.0",
|
214
213
|
"systeminformation": "3.45.7",
|
215
214
|
"task.js": "0.1.5",
|
216
|
-
"tnp-cli": "~2.0.
|
217
|
-
"tnp-config": "~1.0.
|
215
|
+
"tnp-cli": "~2.0.26",
|
216
|
+
"tnp-config": "~1.0.28",
|
218
217
|
"tnp-db": "~0.0.44",
|
219
218
|
"tnp-helpers": "~0.0.73",
|
220
219
|
"tnp-models": "~0.0.37",
|
@@ -232,12 +231,13 @@
|
|
232
231
|
"vpn-split": "~0.0.18",
|
233
232
|
"watch": "1.0.2",
|
234
233
|
"zone.js": "~0.11.4"
|
235
|
-
}
|
234
|
+
},
|
235
|
+
"main": "index.js"
|
236
236
|
},
|
237
237
|
"build": {
|
238
|
-
"number":
|
239
|
-
"date": "2022-03-
|
240
|
-
"hash": "
|
238
|
+
"number": 299,
|
239
|
+
"date": "2022-03-07T01:06:25.000Z",
|
240
|
+
"hash": "ae6dc17089933ce38c3ade6e2225299b82adc8d7",
|
241
241
|
"options": {}
|
242
242
|
},
|
243
243
|
"currentProjectName": "tnp-config",
|