ng2-rest 13.1.2 → 13.1.3
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.d.ts +1 -1
- package/app.js +4 -4
- package/index.js +1 -1
- package/lib/content-type.js +1 -1
- package/lib/cookie.js +1 -1
- package/lib/helpers.js +1 -1
- package/lib/index.js +1 -1
- package/lib/mapping.js +1 -1
- package/lib/models.js +1 -1
- package/lib/other/simple-resource.js +1 -1
- package/lib/params.js +1 -1
- package/lib/request-cache.js +1 -1
- package/lib/resource.service.js +1 -1
- package/lib/rest-headers.js +1 -1
- package/lib/rest-request.js +1 -1
- package/lib/rest.class.js +1 -1
- package/package.json +4 -4
- package/tmp-environment.json +36 -36
package/app.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1669184604867(): void;
|
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.
|
|
6
|
-
//# sourceMappingURL=/Users/
|
|
3
|
+
exports.dummy1669184604867 = void 0;
|
|
4
|
+
function dummy1669184604867() { }
|
|
5
|
+
exports.dummy1669184604867 = dummy1669184604867;
|
|
6
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/app.js.map
|
package/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL=/Users/
|
|
5
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/index.js.map
|
package/lib/content-type.js
CHANGED
|
@@ -12,4 +12,4 @@ exports.CONTENT_TYPE = {
|
|
|
12
12
|
'Accept': 'application/vnd.api+json'
|
|
13
13
|
}),
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=/Users/
|
|
15
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/content-type.js.map
|
package/lib/cookie.js
CHANGED
|
@@ -33,4 +33,4 @@ var Cookie = /** @class */ (function () {
|
|
|
33
33
|
return Cookie;
|
|
34
34
|
}());
|
|
35
35
|
exports.Cookie = Cookie;
|
|
36
|
-
//# sourceMappingURL=/Users/
|
|
36
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/cookie.js.map
|
package/lib/helpers.js
CHANGED
|
@@ -34,4 +34,4 @@ var Helpers = /** @class */ (function (_super) {
|
|
|
34
34
|
return Helpers;
|
|
35
35
|
}(tnp_core_1.CoreHelpers));
|
|
36
36
|
exports.Helpers = Helpers;
|
|
37
|
-
//# sourceMappingURL=/Users/
|
|
37
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/helpers.js.map
|
package/lib/index.js
CHANGED
|
@@ -14,4 +14,4 @@ var simple_resource_1 = require("./other/simple-resource");
|
|
|
14
14
|
Object.defineProperty(exports, "SimpleResource", { enumerable: true, get: function () { return simple_resource_1.SimpleResource; } });
|
|
15
15
|
var params_1 = require("./params");
|
|
16
16
|
Object.defineProperty(exports, "interpolateParamsToUrl", { enumerable: true, get: function () { return params_1.interpolateParamsToUrl; } });
|
|
17
|
-
//# sourceMappingURL=/Users/
|
|
17
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/index.js.map
|
package/lib/mapping.js
CHANGED
|
@@ -265,4 +265,4 @@ var Mapping;
|
|
|
265
265
|
}
|
|
266
266
|
Mapping.DefaultModelWithMapping = DefaultModelWithMapping;
|
|
267
267
|
})(Mapping = exports.Mapping || (exports.Mapping = {}));
|
|
268
|
-
//# sourceMappingURL=/Users/
|
|
268
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/mapping.js.map
|
package/lib/models.js
CHANGED
|
@@ -201,4 +201,4 @@ var Models;
|
|
|
201
201
|
}(BaseResponse));
|
|
202
202
|
Models.HttpResponseError = HttpResponseError;
|
|
203
203
|
})(Models = exports.Models || (exports.Models = {}));
|
|
204
|
-
//# sourceMappingURL=/Users/
|
|
204
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/models.js.map
|
|
@@ -124,4 +124,4 @@ var SimpleResource = /** @class */ (function () {
|
|
|
124
124
|
return SimpleResource;
|
|
125
125
|
}());
|
|
126
126
|
exports.SimpleResource = SimpleResource;
|
|
127
|
-
//# sourceMappingURL=/Users/
|
|
127
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/other/simple-resource.js.map
|
package/lib/params.js
CHANGED
|
@@ -317,4 +317,4 @@ function prepareUrlOldWay(params) {
|
|
|
317
317
|
return this.endpoint + '/' + params;
|
|
318
318
|
}
|
|
319
319
|
exports.prepareUrlOldWay = prepareUrlOldWay;
|
|
320
|
-
//# sourceMappingURL=/Users/
|
|
320
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/params.js.map
|
package/lib/request-cache.js
CHANGED
|
@@ -101,4 +101,4 @@ var RequestCache = /** @class */ (function () {
|
|
|
101
101
|
return RequestCache;
|
|
102
102
|
}());
|
|
103
103
|
exports.RequestCache = RequestCache;
|
|
104
|
-
//# sourceMappingURL=/Users/
|
|
104
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/request-cache.js.map
|
package/lib/resource.service.js
CHANGED
|
@@ -260,4 +260,4 @@ exports.Resource = Resource;
|
|
|
260
260
|
// isArray: true
|
|
261
261
|
// })
|
|
262
262
|
// .array.
|
|
263
|
-
//# sourceMappingURL=/Users/
|
|
263
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/resource.service.js.map
|
package/lib/rest-headers.js
CHANGED
|
@@ -135,4 +135,4 @@ var RestHeaders = /** @class */ (function () {
|
|
|
135
135
|
return RestHeaders;
|
|
136
136
|
}());
|
|
137
137
|
exports.RestHeaders = RestHeaders;
|
|
138
|
-
//# sourceMappingURL=/Users/
|
|
138
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/rest-headers.js.map
|
package/lib/rest-request.js
CHANGED
|
@@ -375,4 +375,4 @@ var RestRequest = /** @class */ (function () {
|
|
|
375
375
|
return RestRequest;
|
|
376
376
|
}());
|
|
377
377
|
exports.RestRequest = RestRequest;
|
|
378
|
-
//# sourceMappingURL=/Users/
|
|
378
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/rest-request.js.map
|
package/lib/rest.class.js
CHANGED
|
@@ -149,4 +149,4 @@ var Rest = /** @class */ (function () {
|
|
|
149
149
|
return Rest;
|
|
150
150
|
}());
|
|
151
151
|
exports.Rest = Rest;
|
|
152
|
-
//# sourceMappingURL=/Users/
|
|
152
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/ng2-rest/tmp-bundle-release/bundle/project/ng2-rest/bundle-nocutsrc/lib/rest.class.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.3",
|
|
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.25",
|
|
30
30
|
"json5": "2.1.3",
|
|
31
31
|
"lodash": "4.17.4",
|
|
32
|
-
"ng2-logger": "~13.1.
|
|
32
|
+
"ng2-logger": "~13.1.3"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"private": false,
|
|
36
|
-
"lastBuildTagHash": "
|
|
36
|
+
"lastBuildTagHash": "c285ffcb4c3a03e8e8a57b0ab487a37eda75f1df",
|
|
37
37
|
"devDependencies": {}
|
|
38
38
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"workerPlugins": {}
|
|
55
55
|
},
|
|
56
56
|
"name": "ng2-rest",
|
|
57
|
-
"version": "13.1.
|
|
57
|
+
"version": "13.1.3",
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
60
60
|
},
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"@types/lodash": "4.14.92",
|
|
81
81
|
"axios": "0.17.1",
|
|
82
82
|
"diff": "3.2.0",
|
|
83
|
-
"json10": "~13.1.
|
|
83
|
+
"json10": "~13.1.25",
|
|
84
84
|
"json5": "2.1.3",
|
|
85
85
|
"lodash": "4.17.4",
|
|
86
|
-
"ng2-logger": "~13.1.
|
|
86
|
+
"ng2-logger": "~13.1.3"
|
|
87
87
|
},
|
|
88
88
|
"license": "MIT",
|
|
89
89
|
"private": false,
|
|
90
|
-
"lastBuildTagHash": "
|
|
90
|
+
"lastBuildTagHash": "c285ffcb4c3a03e8e8a57b0ab487a37eda75f1df",
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
93
93
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"@types/vinyl": "2.0.2",
|
|
156
156
|
"@types/watch": "1.0.0",
|
|
157
157
|
"accepts": "1.3.4",
|
|
158
|
-
"any-project-cli": "~
|
|
159
|
-
"background-worker-process": "~13.
|
|
158
|
+
"any-project-cli": "~13.1.12",
|
|
159
|
+
"background-worker-process": "~13.1.27",
|
|
160
160
|
"bcryptjs": "2.4.3",
|
|
161
161
|
"better-sqlite3": "7.6.2",
|
|
162
162
|
"body-parser": "1.18.2",
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
"fbgraph": "1.4.1",
|
|
196
196
|
"file-loader": "1.1.5",
|
|
197
197
|
"firedev": "^13",
|
|
198
|
-
"firedev-crud": "~13.
|
|
199
|
-
"firedev-crud-deamon": "~13.
|
|
200
|
-
"firedev-ports": "~13.
|
|
201
|
-
"firedev-storage": "~13.
|
|
202
|
-
"firedev-typeorm": "~13.1.
|
|
198
|
+
"firedev-crud": "~13.1.31",
|
|
199
|
+
"firedev-crud-deamon": "~13.1.22",
|
|
200
|
+
"firedev-ports": "~13.1.25",
|
|
201
|
+
"firedev-storage": "~13.1.17",
|
|
202
|
+
"firedev-typeorm": "~13.1.3",
|
|
203
203
|
"fkill": "6.1.0",
|
|
204
204
|
"font-awesome": "4.7.0",
|
|
205
205
|
"fs-extra": "8.1.0",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"http-proxy": "1.16.2",
|
|
211
211
|
"http-proxy-middleware": "0.19.1",
|
|
212
212
|
"http-server": "0.11.1",
|
|
213
|
-
"incremental-compiler": "~13.1.
|
|
213
|
+
"incremental-compiler": "~13.1.4",
|
|
214
214
|
"inquirer": "7.3.3",
|
|
215
215
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
216
216
|
"is-elevated": "3.0.0",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"jasmine-core": "4.0.0",
|
|
220
220
|
"jscodeshift": "0.6.3",
|
|
221
221
|
"json-stringify-safe": "5.0.1",
|
|
222
|
-
"json10-writer": "~13.
|
|
222
|
+
"json10-writer": "~13.1.22",
|
|
223
223
|
"json5-writer": "0.2.0",
|
|
224
224
|
"karma": "6.3.0",
|
|
225
225
|
"karma-chrome-launcher": "3.1.0",
|
|
@@ -229,25 +229,25 @@
|
|
|
229
229
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
230
230
|
"lnk": "1.0.1",
|
|
231
231
|
"lockfile": "1.0.4",
|
|
232
|
-
"lodash-walk-object": "~13.1.
|
|
232
|
+
"lodash-walk-object": "~13.1.25",
|
|
233
233
|
"lodash.get": ">= 4",
|
|
234
234
|
"lodash.isequal": ">= 4",
|
|
235
235
|
"lodash.merge": ">= 4",
|
|
236
236
|
"lodash.set": ">= 4",
|
|
237
237
|
"lowdb": "1.0.0",
|
|
238
|
-
"magic-renamer": "~13.
|
|
238
|
+
"magic-renamer": "~13.1.14",
|
|
239
239
|
"material-design-icons": "3.0.1",
|
|
240
240
|
"method-override": "2.3.10",
|
|
241
241
|
"minimist": "1.2.0",
|
|
242
242
|
"mkdirp": "0.5.1",
|
|
243
243
|
"mocha": "5.2.0",
|
|
244
244
|
"moment": "2.22.2",
|
|
245
|
-
"morphi": "~13.
|
|
245
|
+
"morphi": "~13.1.4",
|
|
246
246
|
"ng-packagr": "13.0.0",
|
|
247
|
-
"ng-talkback": "~13.
|
|
248
|
-
"ng2-rest": "~13.
|
|
249
|
-
"ng4-icons": "~13.
|
|
250
|
-
"ng4-modal": "~13.
|
|
247
|
+
"ng-talkback": "~13.1.16",
|
|
248
|
+
"ng2-rest": "~13.1.2",
|
|
249
|
+
"ng4-icons": "~13.1.18",
|
|
250
|
+
"ng4-modal": "~13.1.20",
|
|
251
251
|
"ngx-bootstrap": "8.0.0",
|
|
252
252
|
"ngx-editor": "12.2.1",
|
|
253
253
|
"ngx-moment": "6.0.2",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"ngx-store": "3.1.1",
|
|
256
256
|
"ngx-toastr": "14.2.2",
|
|
257
257
|
"ngx-wig": "13.0.3",
|
|
258
|
-
"node-cli-tester": "~13.
|
|
258
|
+
"node-cli-tester": "~13.1.16",
|
|
259
259
|
"node-localstorage": "2.1.6",
|
|
260
260
|
"node-notifier": "6.0.0",
|
|
261
261
|
"nodemon": "1.14.11",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"ps-node": "0.1.6",
|
|
276
276
|
"q": "1.5.1",
|
|
277
277
|
"randomcolor": "0.5.3",
|
|
278
|
-
"record-replay-req-res-scenario": "~13.
|
|
278
|
+
"record-replay-req-res-scenario": "~13.1.17",
|
|
279
279
|
"reflect-metadata": "0.1.10",
|
|
280
280
|
"rimraf": "2.6.2",
|
|
281
281
|
"rxjs": "~7.5.0",
|
|
@@ -285,38 +285,38 @@
|
|
|
285
285
|
"socket.io": "2.4.1",
|
|
286
286
|
"sort-package-json": "1.11.0",
|
|
287
287
|
"sql.js": "1.8.0",
|
|
288
|
-
"static-columns": "~13.
|
|
288
|
+
"static-columns": "~13.1.25",
|
|
289
289
|
"string-similarity": "4.0.2",
|
|
290
290
|
"sudo-block": "3.0.0",
|
|
291
291
|
"systeminformation": "3.45.7",
|
|
292
292
|
"task.js": "0.1.5",
|
|
293
|
-
"tnp-cli": "~13.1.
|
|
294
|
-
"tnp-config": "~13.1.
|
|
295
|
-
"tnp-core": "~13.1.
|
|
296
|
-
"tnp-db": "~13.1.
|
|
297
|
-
"tnp-helpers": "~13.1.
|
|
298
|
-
"tnp-models": "~13.1.
|
|
299
|
-
"tnp-ui": "~13.
|
|
293
|
+
"tnp-cli": "~13.1.29",
|
|
294
|
+
"tnp-config": "~13.1.39",
|
|
295
|
+
"tnp-core": "~13.1.23",
|
|
296
|
+
"tnp-db": "~13.1.2",
|
|
297
|
+
"tnp-helpers": "~13.1.2",
|
|
298
|
+
"tnp-models": "~13.1.2",
|
|
299
|
+
"tnp-ui": "~13.1.21",
|
|
300
300
|
"ts-debug": "1.3.0",
|
|
301
301
|
"ts-loader": "2.3.1",
|
|
302
302
|
"ts-node": "10.7.0",
|
|
303
303
|
"tslib": "~2.3.0",
|
|
304
304
|
"typeorm": "~0.3.10",
|
|
305
305
|
"typescript": "~4.6.2",
|
|
306
|
-
"typescript-class-helpers": "~13.1.
|
|
306
|
+
"typescript-class-helpers": "~13.1.4",
|
|
307
307
|
"typescript-formatter": "~7.2.2",
|
|
308
308
|
"underscore": "1.9.1",
|
|
309
309
|
"uuid": "8.3.2",
|
|
310
310
|
"validator": "9.2.0",
|
|
311
|
-
"vpn-split": "~13.
|
|
311
|
+
"vpn-split": "~13.1.21",
|
|
312
312
|
"watch": "1.0.2",
|
|
313
313
|
"zone.js": "~0.11.4"
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
316
|
"build": {
|
|
317
|
-
"number":
|
|
318
|
-
"date": "2022-11-
|
|
319
|
-
"hash": "
|
|
317
|
+
"number": 798,
|
|
318
|
+
"date": "2022-11-23T06:23:23.000Z",
|
|
319
|
+
"hash": "a5ea8cfbdf0626bb07dfd895e998b3077bf2e38d",
|
|
320
320
|
"options": {}
|
|
321
321
|
},
|
|
322
322
|
"currentProjectName": "ng2-rest",
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"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\"]}]}",
|
|
325
325
|
"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\"}]}",
|
|
326
326
|
"currentProjectType": "isomorphic-lib",
|
|
327
|
-
"currentFrameworkVersion": "13.1.
|
|
327
|
+
"currentFrameworkVersion": "13.1.105",
|
|
328
328
|
"currentProjectIsStrictSite": false,
|
|
329
329
|
"currentProjectIsDependencySite": false,
|
|
330
330
|
"currentProjectIsStatic": false,
|