ng2-rest 13.0.7 → 13.0.8
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 +3 -3
- package/tmp-environment.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng2-rest",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.8",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
6
6
|
},
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@types/lodash": "4.14.92",
|
|
27
27
|
"axios": "0.17.1",
|
|
28
28
|
"diff": "3.2.0",
|
|
29
|
-
"json10": "~13.0.
|
|
29
|
+
"json10": "~13.0.5",
|
|
30
30
|
"json5": "2.1.3",
|
|
31
31
|
"lodash": "4.17.4",
|
|
32
|
-
"ng2-logger": "~13.0.
|
|
32
|
+
"ng2-logger": "~13.0.5"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"private": false,
|
package/tmp-environment.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"workerPlugins": {}
|
|
54
54
|
},
|
|
55
55
|
"name": "ng2-rest",
|
|
56
|
-
"version": "13.0.
|
|
56
|
+
"version": "13.0.8",
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
59
59
|
},
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"@types/lodash": "4.14.92",
|
|
80
80
|
"axios": "0.17.1",
|
|
81
81
|
"diff": "3.2.0",
|
|
82
|
-
"json10": "~13.0.
|
|
82
|
+
"json10": "~13.0.5",
|
|
83
83
|
"json5": "2.1.3",
|
|
84
84
|
"lodash": "4.17.4",
|
|
85
|
-
"ng2-logger": "~13.0.
|
|
85
|
+
"ng2-logger": "~13.0.5"
|
|
86
86
|
},
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"private": false,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
226
226
|
"lnk": "1.0.1",
|
|
227
227
|
"lockfile": "1.0.4",
|
|
228
|
-
"lodash-walk-object": "~13.0.
|
|
228
|
+
"lodash-walk-object": "~13.0.5",
|
|
229
229
|
"lodash.get": ">= 4",
|
|
230
230
|
"lodash.isequal": ">= 4",
|
|
231
231
|
"lodash.merge": ">= 4",
|
|
@@ -280,20 +280,20 @@
|
|
|
280
280
|
"sudo-block": "3.0.0",
|
|
281
281
|
"systeminformation": "3.45.7",
|
|
282
282
|
"task.js": "0.1.5",
|
|
283
|
-
"tnp": "
|
|
284
|
-
"tnp-
|
|
285
|
-
"tnp-
|
|
286
|
-
"tnp-core": "~13.0.2",
|
|
283
|
+
"tnp-cli": "~13.0.5",
|
|
284
|
+
"tnp-config": "~13.0.7",
|
|
285
|
+
"tnp-core": "~13.0.12",
|
|
287
286
|
"tnp-db": "~13.0.3",
|
|
288
287
|
"tnp-helpers": "~13.0.8",
|
|
289
288
|
"tnp-models": "~13.0.4",
|
|
290
289
|
"tnp-ui": "~13.0.1",
|
|
291
290
|
"ts-debug": "1.3.0",
|
|
291
|
+
"ts-loader": "2.3.1",
|
|
292
292
|
"ts-node": "10.7.0",
|
|
293
293
|
"tslib": "~2.3.0",
|
|
294
294
|
"typeorm": "~0.2.45",
|
|
295
295
|
"typescript": "~4.5.2",
|
|
296
|
-
"typescript-class-helpers": "~13.0.
|
|
296
|
+
"typescript-class-helpers": "~13.0.5",
|
|
297
297
|
"typescript-formatter": "~7.2.2",
|
|
298
298
|
"underscore": "1.9.1",
|
|
299
299
|
"uuid": "8.3.2",
|
|
@@ -303,9 +303,9 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"build": {
|
|
306
|
-
"number":
|
|
307
|
-
"date": "2022-03-
|
|
308
|
-
"hash": "
|
|
306
|
+
"number": 726,
|
|
307
|
+
"date": "2022-03-17T04:47:02.000Z",
|
|
308
|
+
"hash": "22df6ae54afadfe3b621c942821989787b14c039",
|
|
309
309
|
"options": {}
|
|
310
310
|
},
|
|
311
311
|
"currentProjectName": "ng2-rest",
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22ng2-rest%22%0A%7D\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
314
314
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
315
315
|
"currentProjectType": "isomorphic-lib",
|
|
316
|
-
"currentFrameworkVersion": "13.0.
|
|
316
|
+
"currentFrameworkVersion": "13.0.31",
|
|
317
317
|
"currentProjectIsStrictSite": false,
|
|
318
318
|
"currentProjectIsDependencySite": false,
|
|
319
319
|
"currentProjectIsStatic": false,
|