ng2-rest 13.0.18 → 13.0.21
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/browser/esm2020/lib/content-type.mjs +12 -0
- package/browser/esm2020/lib/index.mjs +2 -1
- package/browser/esm2020/lib/models.mjs +1 -1
- package/browser/esm2020/lib/resource.service.mjs +6 -11
- package/browser/esm2020/lib/rest-request.mjs +4 -2
- package/browser/esm2020/lib/rest.class.mjs +19 -8
- package/browser/fesm2015/ng2-rest.mjs +37 -21
- package/browser/fesm2015/ng2-rest.mjs.map +1 -1
- package/browser/fesm2020/ng2-rest.mjs +37 -21
- package/browser/fesm2020/ng2-rest.mjs.map +1 -1
- package/browser/lib/content-type.d.ts +5 -0
- package/browser/lib/index.d.ts +1 -0
- package/browser/lib/resource.service.d.ts +1 -2
- package/browser/lib/rest.class.d.ts +2 -5
- package/client/esm2020/lib/content-type.mjs +12 -0
- package/client/esm2020/lib/index.mjs +2 -1
- package/client/esm2020/lib/models.mjs +1 -1
- package/client/esm2020/lib/resource.service.mjs +6 -11
- package/client/esm2020/lib/rest-request.mjs +4 -2
- package/client/esm2020/lib/rest.class.mjs +19 -8
- package/client/fesm2015/ng2-rest.mjs +37 -21
- package/client/fesm2015/ng2-rest.mjs.map +1 -1
- package/client/fesm2020/ng2-rest.mjs +37 -21
- package/client/fesm2020/ng2-rest.mjs.map +1 -1
- package/client/lib/content-type.d.ts +5 -0
- package/client/lib/index.d.ts +1 -0
- package/client/lib/resource.service.d.ts +1 -2
- package/client/lib/rest.class.d.ts +2 -5
- package/lib/content-type.d.ts +5 -0
- package/lib/content-type.js +15 -0
- package/lib/content-type.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/models.js.map +1 -1
- package/lib/resource.service.d.ts +1 -2
- package/lib/resource.service.js +5 -10
- package/lib/resource.service.js.map +1 -1
- package/lib/rest-request.js +3 -1
- package/lib/rest-request.js.map +1 -1
- package/lib/rest.class.d.ts +2 -5
- package/lib/rest.class.js +20 -8
- package/lib/rest.class.js.map +1 -1
- package/package.json +4 -4
- package/tmp-environment.json +38 -35
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.21",
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
59
59
|
},
|
|
@@ -79,16 +79,17 @@
|
|
|
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.16",
|
|
83
83
|
"json5": "2.1.3",
|
|
84
84
|
"lodash": "4.17.4",
|
|
85
|
-
"ng2-logger": "~13.0.
|
|
85
|
+
"ng2-logger": "~13.0.16"
|
|
86
86
|
},
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"private": false,
|
|
89
|
-
"lastBuildTagHash": "
|
|
89
|
+
"lastBuildTagHash": "1da8a4fdc24bcdea4bf48405fb1ad15e7647a70a",
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
92
|
+
"@angular-devkit/core": "~13.2.6",
|
|
92
93
|
"@angular/animations": "~13.2.0",
|
|
93
94
|
"@angular/cdk": "~13.2.4",
|
|
94
95
|
"@angular/cli": "~13.2.5",
|
|
@@ -157,11 +158,12 @@
|
|
|
157
158
|
"babel-core": "6.25.0",
|
|
158
159
|
"babel-preset-env": "1.7.0",
|
|
159
160
|
"babel-preset-es2015": "6.24.1",
|
|
160
|
-
"background-worker-process": "~13.0.
|
|
161
|
+
"background-worker-process": "~13.0.19",
|
|
161
162
|
"bcryptjs": "2.4.3",
|
|
163
|
+
"better-sqlite3": "7.5.1",
|
|
162
164
|
"body-parser": "1.18.2",
|
|
163
165
|
"bootstrap": "5.1.3",
|
|
164
|
-
"bs4-breakpoint": "13.0.
|
|
166
|
+
"bs4-breakpoint": "13.0.27",
|
|
165
167
|
"buffer-shims": "1.0.0",
|
|
166
168
|
"callsite-record": "4.1.3",
|
|
167
169
|
"chai": "4.2.0",
|
|
@@ -191,13 +193,14 @@
|
|
|
191
193
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
192
194
|
"express": "4.16.3",
|
|
193
195
|
"express-fileupload": "0.4.0",
|
|
196
|
+
"express-session": "1.17.3",
|
|
194
197
|
"fbgraph": "1.4.1",
|
|
195
198
|
"file-loader": "1.1.5",
|
|
196
199
|
"firedev": "^13",
|
|
197
|
-
"firedev-crud": "~13.0.
|
|
198
|
-
"firedev-crud-deamon": "~13.0.
|
|
199
|
-
"firedev-ports": "~13.0.
|
|
200
|
-
"firedev-storage": "~13.0.
|
|
200
|
+
"firedev-crud": "~13.0.25",
|
|
201
|
+
"firedev-crud-deamon": "~13.0.18",
|
|
202
|
+
"firedev-ports": "~13.0.19",
|
|
203
|
+
"firedev-storage": "~13.0.13",
|
|
201
204
|
"fkill": "6.1.0",
|
|
202
205
|
"font-awesome": "4.7.0",
|
|
203
206
|
"fs-extra": "8.1.0",
|
|
@@ -208,7 +211,7 @@
|
|
|
208
211
|
"http-proxy": "1.16.2",
|
|
209
212
|
"http-proxy-middleware": "0.19.1",
|
|
210
213
|
"http-server": "0.11.1",
|
|
211
|
-
"incremental-compiler": "~13.0.
|
|
214
|
+
"incremental-compiler": "~13.0.17",
|
|
212
215
|
"inquirer": "7.3.3",
|
|
213
216
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
214
217
|
"is-elevated": "3.0.0",
|
|
@@ -216,7 +219,7 @@
|
|
|
216
219
|
"jasmine-core": "4.0.0",
|
|
217
220
|
"jscodeshift": "0.6.3",
|
|
218
221
|
"json-stringify-safe": "5.0.1",
|
|
219
|
-
"json10-writer": "~13.0.
|
|
222
|
+
"json10-writer": "~13.0.16",
|
|
220
223
|
"json5-writer": "0.2.0",
|
|
221
224
|
"karma": "6.3.0",
|
|
222
225
|
"karma-chrome-launcher": "3.1.0",
|
|
@@ -226,25 +229,25 @@
|
|
|
226
229
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
227
230
|
"lnk": "1.0.1",
|
|
228
231
|
"lockfile": "1.0.4",
|
|
229
|
-
"lodash-walk-object": "~13.0.
|
|
232
|
+
"lodash-walk-object": "~13.0.16",
|
|
230
233
|
"lodash.get": ">= 4",
|
|
231
234
|
"lodash.isequal": ">= 4",
|
|
232
235
|
"lodash.merge": ">= 4",
|
|
233
236
|
"lodash.set": ">= 4",
|
|
234
237
|
"lowdb": "1.0.0",
|
|
235
|
-
"magic-renamer": "~13.0.
|
|
238
|
+
"magic-renamer": "~13.0.11",
|
|
236
239
|
"material-design-icons": "3.0.1",
|
|
237
240
|
"method-override": "2.3.10",
|
|
238
241
|
"minimist": "1.2.0",
|
|
239
242
|
"mkdirp": "0.5.1",
|
|
240
243
|
"mocha": "5.2.0",
|
|
241
244
|
"moment": "2.22.2",
|
|
242
|
-
"morphi": "~13.0.
|
|
245
|
+
"morphi": "~13.0.38",
|
|
243
246
|
"ng-packagr": "13.0.0",
|
|
244
|
-
"ng-talkback": "~13.0.
|
|
245
|
-
"ng2-rest": "~13.0.
|
|
246
|
-
"ng4-icons": "~13.0.
|
|
247
|
-
"ng4-modal": "~13.0.
|
|
247
|
+
"ng-talkback": "~13.0.13",
|
|
248
|
+
"ng2-rest": "~13.0.20",
|
|
249
|
+
"ng4-icons": "~13.0.15",
|
|
250
|
+
"ng4-modal": "~13.0.17",
|
|
248
251
|
"ngx-bootstrap": "8.0.0",
|
|
249
252
|
"ngx-editor": "12.2.1",
|
|
250
253
|
"ngx-moment": "6.0.2",
|
|
@@ -252,7 +255,7 @@
|
|
|
252
255
|
"ngx-store": "3.1.1",
|
|
253
256
|
"ngx-toastr": "14.2.2",
|
|
254
257
|
"ngx-wig": "13.0.3",
|
|
255
|
-
"node-cli-tester": "~13.0.
|
|
258
|
+
"node-cli-tester": "~13.0.13",
|
|
256
259
|
"node-localstorage": "2.1.6",
|
|
257
260
|
"node-notifier": "6.0.0",
|
|
258
261
|
"nodemon": "1.14.11",
|
|
@@ -272,7 +275,7 @@
|
|
|
272
275
|
"ps-node": "0.1.6",
|
|
273
276
|
"q": "1.5.1",
|
|
274
277
|
"randomcolor": "0.5.3",
|
|
275
|
-
"record-replay-req-res-scenario": "~13.0.
|
|
278
|
+
"record-replay-req-res-scenario": "~13.0.14",
|
|
276
279
|
"reflect-metadata": "0.1.10",
|
|
277
280
|
"rimraf": "2.6.2",
|
|
278
281
|
"rxjs": "~7.5.0",
|
|
@@ -281,38 +284,38 @@
|
|
|
281
284
|
"sloc": "0.2.0",
|
|
282
285
|
"socket.io": "2.4.1",
|
|
283
286
|
"sort-package-json": "1.11.0",
|
|
284
|
-
"static-columns": "13.0.
|
|
287
|
+
"static-columns": "~13.0.18",
|
|
285
288
|
"string-similarity": "4.0.2",
|
|
286
289
|
"sudo-block": "3.0.0",
|
|
287
290
|
"systeminformation": "3.45.7",
|
|
288
291
|
"task.js": "0.1.5",
|
|
289
|
-
"tnp-cli": "~13.0.
|
|
290
|
-
"tnp-config": "~13.0.
|
|
291
|
-
"tnp-core": "~13.0.
|
|
292
|
-
"tnp-db": "~13.0.
|
|
293
|
-
"tnp-helpers": "~13.0.
|
|
294
|
-
"tnp-models": "~13.0.
|
|
295
|
-
"tnp-ui": "~13.0.
|
|
292
|
+
"tnp-cli": "~13.0.18",
|
|
293
|
+
"tnp-config": "~13.0.21",
|
|
294
|
+
"tnp-core": "~13.0.43",
|
|
295
|
+
"tnp-db": "~13.0.28",
|
|
296
|
+
"tnp-helpers": "~13.0.28",
|
|
297
|
+
"tnp-models": "~13.0.19",
|
|
298
|
+
"tnp-ui": "~13.0.18",
|
|
296
299
|
"ts-debug": "1.3.0",
|
|
297
300
|
"ts-loader": "2.3.1",
|
|
298
301
|
"ts-node": "10.7.0",
|
|
299
302
|
"tslib": "~2.3.0",
|
|
300
303
|
"typeorm": "~0.2.45",
|
|
301
304
|
"typescript": "~4.5.2",
|
|
302
|
-
"typescript-class-helpers": "~13.0.
|
|
305
|
+
"typescript-class-helpers": "~13.0.18",
|
|
303
306
|
"typescript-formatter": "~7.2.2",
|
|
304
307
|
"underscore": "1.9.1",
|
|
305
308
|
"uuid": "8.3.2",
|
|
306
309
|
"validator": "9.2.0",
|
|
307
|
-
"vpn-split": "~13.0.
|
|
310
|
+
"vpn-split": "~13.0.18",
|
|
308
311
|
"watch": "1.0.2",
|
|
309
312
|
"zone.js": "~0.11.4"
|
|
310
313
|
}
|
|
311
314
|
},
|
|
312
315
|
"build": {
|
|
313
|
-
"number":
|
|
314
|
-
"date": "2022-05-
|
|
315
|
-
"hash": "
|
|
316
|
+
"number": 763,
|
|
317
|
+
"date": "2022-05-26T07:20:22.000Z",
|
|
318
|
+
"hash": "d0edcbd0bfc7a4cbe3f4379a7f2881fe784ae40c",
|
|
316
319
|
"options": {}
|
|
317
320
|
},
|
|
318
321
|
"currentProjectName": "ng2-rest",
|
|
@@ -320,7 +323,7 @@
|
|
|
320
323
|
"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\"]}]}",
|
|
321
324
|
"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\"}]}",
|
|
322
325
|
"currentProjectType": "isomorphic-lib",
|
|
323
|
-
"currentFrameworkVersion": "13.0.
|
|
326
|
+
"currentFrameworkVersion": "13.0.81",
|
|
324
327
|
"currentProjectIsStrictSite": false,
|
|
325
328
|
"currentProjectIsDependencySite": false,
|
|
326
329
|
"currentProjectIsStatic": false,
|