tnp-config 16.5.14 → 16.5.15
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/assets/shared/shared_folder_info.txt +1 -1
- package/client/package.json +12 -12
- package/package.json +3 -3
- package/tmp-environment.json +15 -15
@@ -1,6 +1,6 @@
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
2
2
|
|
3
|
-
Assets from this folder are being shipped with this npm package (tnp-config@16.5.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-config@16.5.15)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/client/package.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
"workerPlugins": {}
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"tnp-core": "~16.5.
|
42
|
+
"tnp-core": "~16.5.23"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
45
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -171,9 +171,9 @@
|
|
171
171
|
"file-saver": "2.0.5",
|
172
172
|
"file-type": "18.5.0",
|
173
173
|
"firedev": "^16",
|
174
|
-
"firedev-crud": "~16.5.
|
174
|
+
"firedev-crud": "~16.5.14",
|
175
175
|
"firedev-crud-deamon": "~16.5.12",
|
176
|
-
"firedev-ports": "~16.5.
|
176
|
+
"firedev-ports": "~16.5.14",
|
177
177
|
"firedev-storage": "~16.5.12",
|
178
178
|
"firedev-type-sql": "~16.5.12",
|
179
179
|
"firedev-typeorm": "~16.5.14",
|
@@ -194,7 +194,7 @@
|
|
194
194
|
"image-focus": "1.2.1",
|
195
195
|
"immer": "10.0.2",
|
196
196
|
"immutable": "4.3.0",
|
197
|
-
"incremental-compiler": "~16.5.
|
197
|
+
"incremental-compiler": "~16.5.23",
|
198
198
|
"inquirer": "7.3.3",
|
199
199
|
"inquirer-autocomplete-prompt": "1.3.0",
|
200
200
|
"is-elevated": "3.0.0",
|
@@ -210,7 +210,7 @@
|
|
210
210
|
"jscodeshift": "0.6.3",
|
211
211
|
"json-stringify-safe": "5.0.1",
|
212
212
|
"json10": "~16.5.12",
|
213
|
-
"json10-writer": "~16.5.
|
213
|
+
"json10-writer": "~16.5.13",
|
214
214
|
"json5": "2.2.1",
|
215
215
|
"json5-writer": "0.2.0",
|
216
216
|
"jszip": "3.10.1",
|
@@ -234,7 +234,7 @@
|
|
234
234
|
"ng-lock": "16.0.1",
|
235
235
|
"ng-packagr": "16.0.1",
|
236
236
|
"ng-talkback": "~16.5.13",
|
237
|
-
"ng2-logger": "~16.5.
|
237
|
+
"ng2-logger": "~16.5.15",
|
238
238
|
"ng2-rest": "~16.5.12",
|
239
239
|
"ngx-ace-wrapper": "14.0.0",
|
240
240
|
"ngx-editor": "15.3.0",
|
@@ -295,10 +295,10 @@
|
|
295
295
|
"task.js": "0.1.5",
|
296
296
|
"threads": "1.7.0",
|
297
297
|
"tnp-cli": "~16.5.12",
|
298
|
-
"tnp-config": "~16.5.
|
298
|
+
"tnp-config": "~16.5.14",
|
299
299
|
"tnp-db": "~16.5.12",
|
300
|
-
"tnp-helpers": "~16.5.
|
301
|
-
"tnp-models": "~16.5.
|
300
|
+
"tnp-helpers": "~16.5.15",
|
301
|
+
"tnp-models": "~16.5.13",
|
302
302
|
"ts-debug": "1.3.0",
|
303
303
|
"ts-loader": "2.3.1",
|
304
304
|
"ts-node": "10.9.1",
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"turndown": "7.1.2",
|
308
308
|
"typeorm": "~0.3.10",
|
309
309
|
"typescript": "~5.0.2",
|
310
|
-
"typescript-class-helpers": "~16.5.
|
310
|
+
"typescript-class-helpers": "~16.5.14",
|
311
311
|
"typescript-formatter": "~7.2.2",
|
312
312
|
"underscore": "1.9.1",
|
313
313
|
"uuid": "8.3.2",
|
@@ -321,6 +321,6 @@
|
|
321
321
|
"license": "MIT",
|
322
322
|
"private": false,
|
323
323
|
"name": "tnp-config",
|
324
|
-
"version": "16.5.
|
325
|
-
"lastBuildTagHash": "
|
324
|
+
"version": "16.5.15",
|
325
|
+
"lastBuildTagHash": "4b8e60f7166b0732aa84be618205770c25fb2701"
|
326
326
|
}
|
package/package.json
CHANGED
@@ -39,12 +39,12 @@
|
|
39
39
|
"workerPlugins": {}
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"tnp-core": "~16.5.
|
42
|
+
"tnp-core": "~16.5.23"
|
43
43
|
},
|
44
44
|
"devDependencies": {},
|
45
45
|
"license": "MIT",
|
46
46
|
"private": false,
|
47
47
|
"name": "tnp-config",
|
48
|
-
"version": "16.5.
|
49
|
-
"lastBuildTagHash": "
|
48
|
+
"version": "16.5.15",
|
49
|
+
"lastBuildTagHash": "4b8e60f7166b0732aa84be618205770c25fb2701"
|
50
50
|
}
|
package/tmp-environment.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
"workerPlugins": {}
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"tnp-core": "~16.5.
|
46
|
+
"tnp-core": "~16.5.23"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -175,9 +175,9 @@
|
|
175
175
|
"file-saver": "2.0.5",
|
176
176
|
"file-type": "18.5.0",
|
177
177
|
"firedev": "^16",
|
178
|
-
"firedev-crud": "~16.5.
|
178
|
+
"firedev-crud": "~16.5.14",
|
179
179
|
"firedev-crud-deamon": "~16.5.12",
|
180
|
-
"firedev-ports": "~16.5.
|
180
|
+
"firedev-ports": "~16.5.14",
|
181
181
|
"firedev-storage": "~16.5.12",
|
182
182
|
"firedev-type-sql": "~16.5.12",
|
183
183
|
"firedev-typeorm": "~16.5.14",
|
@@ -198,7 +198,7 @@
|
|
198
198
|
"image-focus": "1.2.1",
|
199
199
|
"immer": "10.0.2",
|
200
200
|
"immutable": "4.3.0",
|
201
|
-
"incremental-compiler": "~16.5.
|
201
|
+
"incremental-compiler": "~16.5.23",
|
202
202
|
"inquirer": "7.3.3",
|
203
203
|
"inquirer-autocomplete-prompt": "1.3.0",
|
204
204
|
"is-elevated": "3.0.0",
|
@@ -214,7 +214,7 @@
|
|
214
214
|
"jscodeshift": "0.6.3",
|
215
215
|
"json-stringify-safe": "5.0.1",
|
216
216
|
"json10": "~16.5.12",
|
217
|
-
"json10-writer": "~16.5.
|
217
|
+
"json10-writer": "~16.5.13",
|
218
218
|
"json5": "2.2.1",
|
219
219
|
"json5-writer": "0.2.0",
|
220
220
|
"jszip": "3.10.1",
|
@@ -238,7 +238,7 @@
|
|
238
238
|
"ng-lock": "16.0.1",
|
239
239
|
"ng-packagr": "16.0.1",
|
240
240
|
"ng-talkback": "~16.5.13",
|
241
|
-
"ng2-logger": "~16.5.
|
241
|
+
"ng2-logger": "~16.5.15",
|
242
242
|
"ng2-rest": "~16.5.12",
|
243
243
|
"ngx-ace-wrapper": "14.0.0",
|
244
244
|
"ngx-editor": "15.3.0",
|
@@ -299,10 +299,10 @@
|
|
299
299
|
"task.js": "0.1.5",
|
300
300
|
"threads": "1.7.0",
|
301
301
|
"tnp-cli": "~16.5.12",
|
302
|
-
"tnp-config": "~16.5.
|
302
|
+
"tnp-config": "~16.5.14",
|
303
303
|
"tnp-db": "~16.5.12",
|
304
|
-
"tnp-helpers": "~16.5.
|
305
|
-
"tnp-models": "~16.5.
|
304
|
+
"tnp-helpers": "~16.5.15",
|
305
|
+
"tnp-models": "~16.5.13",
|
306
306
|
"ts-debug": "1.3.0",
|
307
307
|
"ts-loader": "2.3.1",
|
308
308
|
"ts-node": "10.9.1",
|
@@ -311,7 +311,7 @@
|
|
311
311
|
"turndown": "7.1.2",
|
312
312
|
"typeorm": "~0.3.10",
|
313
313
|
"typescript": "~5.0.2",
|
314
|
-
"typescript-class-helpers": "~16.5.
|
314
|
+
"typescript-class-helpers": "~16.5.14",
|
315
315
|
"typescript-formatter": "~7.2.2",
|
316
316
|
"underscore": "1.9.1",
|
317
317
|
"uuid": "8.3.2",
|
@@ -325,14 +325,14 @@
|
|
325
325
|
"license": "MIT",
|
326
326
|
"private": false,
|
327
327
|
"name": "tnp-config",
|
328
|
-
"version": "16.5.
|
329
|
-
"lastBuildTagHash": "
|
328
|
+
"version": "16.5.15",
|
329
|
+
"lastBuildTagHash": "4b8e60f7166b0732aa84be618205770c25fb2701",
|
330
330
|
"main": "index.js"
|
331
331
|
},
|
332
332
|
"build": {
|
333
|
-
"number":
|
334
|
-
"date": "2024-03-
|
335
|
-
"hash": "
|
333
|
+
"number": 601,
|
334
|
+
"date": "2024-03-16T11:22:05.000Z",
|
335
|
+
"hash": "e1ff1ebbb25a6f715b07a7d0fe94b8eadd0287b7",
|
336
336
|
"options": {}
|
337
337
|
},
|
338
338
|
"currentProjectName": "tnp-config",
|