ng2-rest 13.0.16 → 13.0.17

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/README.md CHANGED
@@ -1,15 +1,19 @@
1
1
 
2
2
  ## ng2-rest ##
3
3
 
4
- Liblary is:
5
- - robust isomorphic REST framework for Browser and NodeJS backend apps.
6
- - compatible with Angular (2+) (newest 13,14 also...) , React, Vue , NodeJS (works everywhere)
7
- - compatible with RxJS (exhaustMap, switchMap, request cancelation etc.)
8
- - based on [axios](https://axios-http.com/) => excellent alternative to Angular's [HttpClient](https://angular.io/api/common/http/HttpClient)
4
+ Robust isomorphic REST framework for browser (Angular, React etc.) and backend (NodeJS) JavaScript/TypeScript apps.
5
+
6
+ Features:
7
+ - Compatible with Angular (2+) (newest 13,14 also...) , React, Vue , NodeJS (works everywhere)
8
+ - Compatible with RxJS operators (exhaustMap, switchMap, request cancelation etc.)
9
+ - Based on [axios](https://axios-http.com/) => excellent alternative to Angular's [HttpClient](https://angular.io/api/common/http/HttpClient)
9
10
  - JSONP api request handling
10
- - transfer class instancer from server to client and back
11
+ - Transfer class instance from server to client and back
12
+ - Elegant way of dealing with REST api ( *similar to ExpressJS routes definitions* )
13
+
14
+ (more documentation soon... )
11
15
 
12
- To install package run:
16
+ To install this package run:
13
17
 
14
18
  npm install ng2-rest --save
15
19
 
@@ -127,3 +131,5 @@ constructor(zone:NgZone) {
127
131
  Resource.initAngularNgZone(zone)
128
132
  }
129
133
  ```
134
+
135
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng2-rest",
3
- "version": "13.0.16",
3
+ "version": "13.0.17",
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.0.12",
29
+ "json10": "~13.0.13",
30
30
  "json5": "2.1.3",
31
31
  "lodash": "4.17.4",
32
- "ng2-logger": "~13.0.12"
32
+ "ng2-logger": "~13.0.13"
33
33
  },
34
34
  "license": "MIT",
35
35
  "private": false,
36
- "lastBuildTagHash": "85c994ec13a2a32409d342d69971046f42bbaf61",
36
+ "lastBuildTagHash": "590cb984471929e70d5b121d10f81b29ea12a4cd",
37
37
  "devDependencies": {}
38
38
  }
@@ -53,7 +53,7 @@
53
53
  "workerPlugins": {}
54
54
  },
55
55
  "name": "ng2-rest",
56
- "version": "13.0.16",
56
+ "version": "13.0.17",
57
57
  "scripts": {
58
58
  "build:watch": "npm-run watch \"morphi build\" src"
59
59
  },
@@ -79,14 +79,14 @@
79
79
  "@types/lodash": "4.14.92",
80
80
  "axios": "0.17.1",
81
81
  "diff": "3.2.0",
82
- "json10": "~13.0.12",
82
+ "json10": "~13.0.13",
83
83
  "json5": "2.1.3",
84
84
  "lodash": "4.17.4",
85
- "ng2-logger": "~13.0.12"
85
+ "ng2-logger": "~13.0.13"
86
86
  },
87
87
  "license": "MIT",
88
88
  "private": false,
89
- "lastBuildTagHash": "85c994ec13a2a32409d342d69971046f42bbaf61",
89
+ "lastBuildTagHash": "590cb984471929e70d5b121d10f81b29ea12a4cd",
90
90
  "devDependencies": {
91
91
  "@angular-devkit/build-angular": "~13.2.5",
92
92
  "@angular/animations": "~13.2.0",
@@ -157,11 +157,11 @@
157
157
  "babel-core": "6.25.0",
158
158
  "babel-preset-env": "1.7.0",
159
159
  "babel-preset-es2015": "6.24.1",
160
- "background-worker-process": "~13.0.14",
160
+ "background-worker-process": "~13.0.15",
161
161
  "bcryptjs": "2.4.3",
162
162
  "body-parser": "1.18.2",
163
163
  "bootstrap": "5.1.3",
164
- "bs4-breakpoint": "13.0.10",
164
+ "bs4-breakpoint": "13.0.11",
165
165
  "buffer-shims": "1.0.0",
166
166
  "callsite-record": "4.1.3",
167
167
  "chai": "4.2.0",
@@ -194,10 +194,10 @@
194
194
  "fbgraph": "1.4.1",
195
195
  "file-loader": "1.1.5",
196
196
  "firedev": "^13",
197
- "firedev-crud": "~13.0.20",
198
- "firedev-crud-deamon": "~13.0.13",
199
- "firedev-ports": "~13.0.14",
200
- "firedev-storage": "~13.0.10",
197
+ "firedev-crud": "~13.0.21",
198
+ "firedev-crud-deamon": "~13.0.14",
199
+ "firedev-ports": "~13.0.15",
200
+ "firedev-storage": "~13.0.11",
201
201
  "fkill": "6.1.0",
202
202
  "font-awesome": "4.7.0",
203
203
  "fs-extra": "8.1.0",
@@ -208,7 +208,7 @@
208
208
  "http-proxy": "1.16.2",
209
209
  "http-proxy-middleware": "0.19.1",
210
210
  "http-server": "0.11.1",
211
- "incremental-compiler": "~13.0.12",
211
+ "incremental-compiler": "~13.0.13",
212
212
  "inquirer": "7.3.3",
213
213
  "inquirer-autocomplete-prompt": "1.3.0",
214
214
  "is-elevated": "3.0.0",
@@ -216,7 +216,7 @@
216
216
  "jasmine-core": "4.0.0",
217
217
  "jscodeshift": "0.6.3",
218
218
  "json-stringify-safe": "5.0.1",
219
- "json10-writer": "~13.0.11",
219
+ "json10-writer": "~13.0.12",
220
220
  "json5-writer": "0.2.0",
221
221
  "karma": "6.3.0",
222
222
  "karma-chrome-launcher": "3.1.0",
@@ -226,25 +226,25 @@
226
226
  "karma-jasmine-html-reporter": "1.7.0",
227
227
  "lnk": "1.0.1",
228
228
  "lockfile": "1.0.4",
229
- "lodash-walk-object": "~13.0.12",
229
+ "lodash-walk-object": "~13.0.13",
230
230
  "lodash.get": ">= 4",
231
231
  "lodash.isequal": ">= 4",
232
232
  "lodash.merge": ">= 4",
233
233
  "lodash.set": ">= 4",
234
234
  "lowdb": "1.0.0",
235
- "magic-renamer": "13.0.8",
235
+ "magic-renamer": "~13.0.9",
236
236
  "material-design-icons": "3.0.1",
237
237
  "method-override": "2.3.10",
238
238
  "minimist": "1.2.0",
239
239
  "mkdirp": "0.5.1",
240
240
  "mocha": "5.2.0",
241
241
  "moment": "2.22.2",
242
- "morphi": "~13.0.29",
242
+ "morphi": "~13.0.30",
243
243
  "ng-packagr": "13.0.0",
244
- "ng-talkback": "13.0.10",
245
- "ng2-rest": "~13.0.14",
246
- "ng4-icons": "~13.0.12",
247
- "ng4-modal": "~13.0.14",
244
+ "ng-talkback": "~13.0.11",
245
+ "ng2-rest": "~13.0.16",
246
+ "ng4-icons": "~13.0.13",
247
+ "ng4-modal": "~13.0.15",
248
248
  "ngx-bootstrap": "8.0.0",
249
249
  "ngx-editor": "12.2.1",
250
250
  "ngx-moment": "6.0.2",
@@ -252,7 +252,7 @@
252
252
  "ngx-store": "3.1.1",
253
253
  "ngx-toastr": "14.2.2",
254
254
  "ngx-wig": "13.0.3",
255
- "node-cli-tester": "13.0.10",
255
+ "node-cli-tester": "~13.0.11",
256
256
  "node-localstorage": "2.1.6",
257
257
  "node-notifier": "6.0.0",
258
258
  "nodemon": "1.14.11",
@@ -272,7 +272,7 @@
272
272
  "ps-node": "0.1.6",
273
273
  "q": "1.5.1",
274
274
  "randomcolor": "0.5.3",
275
- "record-replay-req-res-scenario": "13.0.11",
275
+ "record-replay-req-res-scenario": "~13.0.12",
276
276
  "reflect-metadata": "0.1.10",
277
277
  "rimraf": "2.6.2",
278
278
  "rxjs": "~7.5.0",
@@ -281,38 +281,38 @@
281
281
  "sloc": "0.2.0",
282
282
  "socket.io": "2.4.1",
283
283
  "sort-package-json": "1.11.0",
284
- "static-columns": "13.0.13",
284
+ "static-columns": "~13.0.14",
285
285
  "string-similarity": "4.0.2",
286
286
  "sudo-block": "3.0.0",
287
287
  "systeminformation": "3.45.7",
288
288
  "task.js": "0.1.5",
289
- "tnp-cli": "~13.0.13",
290
- "tnp-config": "~13.0.17",
291
- "tnp-core": "~13.0.38",
292
- "tnp-db": "~13.0.23",
293
- "tnp-helpers": "~13.0.22",
294
- "tnp-models": "~13.0.14",
295
- "tnp-ui": "~13.0.13",
289
+ "tnp-cli": "~13.0.14",
290
+ "tnp-config": "~13.0.18",
291
+ "tnp-core": "~13.0.40",
292
+ "tnp-db": "~13.0.24",
293
+ "tnp-helpers": "~13.0.24",
294
+ "tnp-models": "~13.0.15",
295
+ "tnp-ui": "~13.0.14",
296
296
  "ts-debug": "1.3.0",
297
297
  "ts-loader": "2.3.1",
298
298
  "ts-node": "10.7.0",
299
299
  "tslib": "~2.3.0",
300
300
  "typeorm": "~0.2.45",
301
301
  "typescript": "~4.5.2",
302
- "typescript-class-helpers": "~13.0.14",
302
+ "typescript-class-helpers": "~13.0.15",
303
303
  "typescript-formatter": "~7.2.2",
304
304
  "underscore": "1.9.1",
305
305
  "uuid": "8.3.2",
306
306
  "validator": "9.2.0",
307
- "vpn-split": "13.0.15",
307
+ "vpn-split": "~13.0.16",
308
308
  "watch": "1.0.2",
309
309
  "zone.js": "~0.11.4"
310
310
  }
311
311
  },
312
312
  "build": {
313
- "number": 747,
314
- "date": "2022-04-30T00:18:06.000Z",
315
- "hash": "590cb984471929e70d5b121d10f81b29ea12a4cd",
313
+ "number": 751,
314
+ "date": "2022-05-01T15:16:11.000Z",
315
+ "hash": "4a09a4cdaeb9daf86e354970558b2b1e19da1180",
316
316
  "options": {}
317
317
  },
318
318
  "currentProjectName": "ng2-rest",
@@ -320,7 +320,7 @@
320
320
  "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
321
  "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
322
  "currentProjectType": "isomorphic-lib",
323
- "currentFrameworkVersion": "13.0.69",
323
+ "currentFrameworkVersion": "13.0.71",
324
324
  "currentProjectIsStrictSite": false,
325
325
  "currentProjectIsDependencySite": false,
326
326
  "currentProjectIsStatic": false,