ng2-rest 13.1.9 → 13.1.11
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/app.js +3 -3
- package/package.json +4 -4
- package/tmp-environment.json +35 -31
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1681444214942 = void 0;
|
|
4
|
+
function dummy1681444214942() { }
|
|
5
|
+
exports.dummy1681444214942 = dummy1681444214942;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng2-rest",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.11",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
6
6
|
},
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@types/lodash": "4.14.92",
|
|
27
27
|
"axios": "0.17.1",
|
|
28
28
|
"diff": "3.2.0",
|
|
29
|
-
"json10": "~13.1.
|
|
29
|
+
"json10": "~13.1.33",
|
|
30
30
|
"json5": "2.1.3",
|
|
31
31
|
"lodash": "4.17.4",
|
|
32
|
-
"ng2-logger": "~13.1.
|
|
32
|
+
"ng2-logger": "~13.1.12"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"private": false,
|
|
36
|
-
"lastBuildTagHash": "
|
|
36
|
+
"lastBuildTagHash": "d9cb28ffa1d362991168e0c6f74afcf2e83dd45a",
|
|
37
37
|
"devDependencies": {}
|
|
38
38
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"workerPlugins": {}
|
|
58
58
|
},
|
|
59
59
|
"name": "ng2-rest",
|
|
60
|
-
"version": "13.1.
|
|
60
|
+
"version": "13.1.11",
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
63
63
|
},
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"@types/lodash": "4.14.92",
|
|
84
84
|
"axios": "0.17.1",
|
|
85
85
|
"diff": "3.2.0",
|
|
86
|
-
"json10": "~13.1.
|
|
86
|
+
"json10": "~13.1.33",
|
|
87
87
|
"json5": "2.1.3",
|
|
88
88
|
"lodash": "4.17.4",
|
|
89
|
-
"ng2-logger": "~13.1.
|
|
89
|
+
"ng2-logger": "~13.1.12"
|
|
90
90
|
},
|
|
91
91
|
"license": "MIT",
|
|
92
92
|
"private": false,
|
|
93
|
-
"lastBuildTagHash": "
|
|
93
|
+
"lastBuildTagHash": "d9cb28ffa1d362991168e0c6f74afcf2e83dd45a",
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
96
96
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
"@types/vinyl": "2.0.2",
|
|
159
159
|
"@types/watch": "1.0.0",
|
|
160
160
|
"accepts": "1.3.4",
|
|
161
|
-
"any-project-cli": "~13.1.
|
|
162
|
-
"background-worker-process": "~13.1.
|
|
161
|
+
"any-project-cli": "~13.1.20",
|
|
162
|
+
"background-worker-process": "~13.1.34",
|
|
163
163
|
"bcryptjs": "2.4.3",
|
|
164
164
|
"better-sqlite3": "7.6.2",
|
|
165
165
|
"body-parser": "1.18.2",
|
|
166
166
|
"bootstrap": "5.1.3",
|
|
167
|
-
"bs4-breakpoint": "13.0.
|
|
167
|
+
"bs4-breakpoint": "13.0.33",
|
|
168
168
|
"buffer-shims": "1.0.0",
|
|
169
169
|
"callsite-record": "4.1.3",
|
|
170
170
|
"chai": "4.2.0",
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
"cross-spawn": "7.0.3",
|
|
185
185
|
"dateformat": "3.0.3",
|
|
186
186
|
"detect-mocha": "0.1.0",
|
|
187
|
+
"edit-table": "13.1.0",
|
|
187
188
|
"element-resize-detector": "1.1.15",
|
|
188
189
|
"enquirer": "2.3.0",
|
|
189
190
|
"enum-values": "1.2.1",
|
|
@@ -197,13 +198,14 @@
|
|
|
197
198
|
"express-session": "1.17.3",
|
|
198
199
|
"fbgraph": "1.4.1",
|
|
199
200
|
"file-loader": "1.1.5",
|
|
201
|
+
"file-saver": "2.0.5",
|
|
200
202
|
"firedev": "^13",
|
|
201
|
-
"firedev-crud": "~13.1.
|
|
202
|
-
"firedev-crud-deamon": "~13.1.
|
|
203
|
-
"firedev-ports": "~13.1.
|
|
204
|
-
"firedev-storage": "~13.1.
|
|
205
|
-
"firedev-typeorm": "~13.1.
|
|
206
|
-
"firedev-ui": "~13.1.
|
|
203
|
+
"firedev-crud": "~13.1.39",
|
|
204
|
+
"firedev-crud-deamon": "~13.1.29",
|
|
205
|
+
"firedev-ports": "~13.1.33",
|
|
206
|
+
"firedev-storage": "~13.1.25",
|
|
207
|
+
"firedev-typeorm": "~13.1.15",
|
|
208
|
+
"firedev-ui": "~13.1.4",
|
|
207
209
|
"fkill": "6.1.0",
|
|
208
210
|
"font-awesome": "4.7.0",
|
|
209
211
|
"fs-extra": "8.1.0",
|
|
@@ -214,17 +216,18 @@
|
|
|
214
216
|
"http-proxy": "1.16.2",
|
|
215
217
|
"http-proxy-middleware": "0.19.1",
|
|
216
218
|
"http-server": "0.11.1",
|
|
217
|
-
"incremental-compiler": "~13.1.
|
|
219
|
+
"incremental-compiler": "~13.1.14",
|
|
218
220
|
"inquirer": "7.3.3",
|
|
219
221
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
220
222
|
"is-elevated": "3.0.0",
|
|
221
|
-
"isomorphic-region-loader": "~13.1.
|
|
223
|
+
"isomorphic-region-loader": "~13.1.27",
|
|
222
224
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
223
225
|
"jasmine-core": "4.0.0",
|
|
224
226
|
"jscodeshift": "0.6.3",
|
|
225
227
|
"json-stringify-safe": "5.0.1",
|
|
226
|
-
"json10-writer": "~13.1.
|
|
228
|
+
"json10-writer": "~13.1.30",
|
|
227
229
|
"json5-writer": "0.2.0",
|
|
230
|
+
"jszip": "3.10.1",
|
|
228
231
|
"karma": "6.3.0",
|
|
229
232
|
"karma-chrome-launcher": "3.1.0",
|
|
230
233
|
"karma-cli": "1.0.1",
|
|
@@ -232,24 +235,25 @@
|
|
|
232
235
|
"karma-jasmine": "4.0.0",
|
|
233
236
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
234
237
|
"lnk": "1.0.1",
|
|
238
|
+
"localforage": "1.10.0",
|
|
235
239
|
"lockfile": "1.0.4",
|
|
236
|
-
"lodash-walk-object": "~13.1.
|
|
240
|
+
"lodash-walk-object": "~13.1.33",
|
|
237
241
|
"lodash.get": ">= 4",
|
|
238
242
|
"lodash.isequal": ">= 4",
|
|
239
243
|
"lodash.merge": ">= 4",
|
|
240
244
|
"lodash.set": ">= 4",
|
|
241
245
|
"lowdb": "1.0.0",
|
|
242
|
-
"magic-renamer": "~13.1
|
|
246
|
+
"magic-renamer": "~13.0.1",
|
|
243
247
|
"material-design-icons": "3.0.1",
|
|
244
248
|
"method-override": "2.3.10",
|
|
245
249
|
"minimist": "1.2.0",
|
|
246
250
|
"mkdirp": "0.5.1",
|
|
247
251
|
"mocha": "5.2.0",
|
|
248
252
|
"moment": "2.22.2",
|
|
249
|
-
"morphi": "~13.1.
|
|
253
|
+
"morphi": "~13.1.38",
|
|
250
254
|
"ng-packagr": "13.0.0",
|
|
251
255
|
"ng-talkback": "~13.1.19",
|
|
252
|
-
"ng2-rest": "~13.1.
|
|
256
|
+
"ng2-rest": "~13.1.10",
|
|
253
257
|
"ng4-icons": "~13.1.21",
|
|
254
258
|
"ng4-modal": "~13.1.23",
|
|
255
259
|
"ngx-bootstrap": "8.0.0",
|
|
@@ -294,12 +298,12 @@
|
|
|
294
298
|
"sudo-block": "3.0.0",
|
|
295
299
|
"systeminformation": "3.45.7",
|
|
296
300
|
"task.js": "0.1.5",
|
|
297
|
-
"tnp-cli": "~13.1.
|
|
298
|
-
"tnp-config": "~13.1.
|
|
299
|
-
"tnp-core": "~13.
|
|
300
|
-
"tnp-db": "~13.1.
|
|
301
|
-
"tnp-helpers": "~13.1.
|
|
302
|
-
"tnp-models": "~13.1.
|
|
301
|
+
"tnp-cli": "~13.1.47",
|
|
302
|
+
"tnp-config": "~13.1.58",
|
|
303
|
+
"tnp-core": "~13.2.3",
|
|
304
|
+
"tnp-db": "~13.1.12",
|
|
305
|
+
"tnp-helpers": "~13.1.21",
|
|
306
|
+
"tnp-models": "~13.1.12",
|
|
303
307
|
"tnp-ui": "~13.1.27",
|
|
304
308
|
"ts-debug": "1.3.0",
|
|
305
309
|
"ts-loader": "2.3.1",
|
|
@@ -307,7 +311,7 @@
|
|
|
307
311
|
"tslib": "~2.3.0",
|
|
308
312
|
"typeorm": "~0.3.10",
|
|
309
313
|
"typescript": "~4.6.2",
|
|
310
|
-
"typescript-class-helpers": "~13.1.
|
|
314
|
+
"typescript-class-helpers": "~13.1.12",
|
|
311
315
|
"typescript-formatter": "~7.2.2",
|
|
312
316
|
"underscore": "1.9.1",
|
|
313
317
|
"uuid": "8.3.2",
|
|
@@ -318,9 +322,9 @@
|
|
|
318
322
|
}
|
|
319
323
|
},
|
|
320
324
|
"build": {
|
|
321
|
-
"number":
|
|
322
|
-
"date": "2023-
|
|
323
|
-
"hash": "
|
|
325
|
+
"number": 825,
|
|
326
|
+
"date": "2023-04-14T03:50:11.000Z",
|
|
327
|
+
"hash": "46ac85d6a41d37a241a2119fe39d370226b1c896",
|
|
324
328
|
"options": {}
|
|
325
329
|
},
|
|
326
330
|
"currentProjectName": "ng2-rest",
|
|
@@ -328,7 +332,7 @@
|
|
|
328
332
|
"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\"],\"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>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
329
333
|
"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\"}]}",
|
|
330
334
|
"currentProjectType": "isomorphic-lib",
|
|
331
|
-
"currentFrameworkVersion": "13.1.
|
|
335
|
+
"currentFrameworkVersion": "13.1.176",
|
|
332
336
|
"currentProjectIsStrictSite": false,
|
|
333
337
|
"currentProjectIsDependencySite": false,
|
|
334
338
|
"currentProjectIsStatic": false,
|