ng2-rest 13.1.5 → 13.1.7
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 +0 -1
- package/app.js +3 -3
- package/browser/esm2020/lib/content-type.mjs +2 -1
- package/browser/esm2020/lib/cookie.mjs +3 -1
- package/browser/esm2020/lib/helpers.mjs +3 -1
- package/browser/esm2020/lib/index.mjs +3 -1
- package/browser/esm2020/lib/mapping.mjs +3 -21
- package/browser/esm2020/lib/models.mjs +3 -9
- package/browser/esm2020/lib/other/simple-resource.mjs +3 -2
- package/browser/esm2020/lib/params.mjs +3 -29
- package/browser/esm2020/lib/request-cache.mjs +3 -1
- package/browser/esm2020/lib/resource.service.mjs +3 -38
- package/browser/esm2020/lib/rest-headers.mjs +3 -3
- package/browser/esm2020/lib/rest-request.mjs +3 -36
- package/browser/esm2020/lib/rest.class.mjs +3 -11
- package/browser/fesm2015/ng2-rest.mjs +26 -141
- package/browser/fesm2020/ng2-rest.mjs +26 -141
- package/browser/lib/content-type.d.ts +2 -1
- package/browser/lib/cookie.d.ts +2 -1
- package/browser/lib/helpers.d.ts +2 -1
- package/browser/lib/index.d.ts +2 -1
- package/browser/lib/mapping.d.ts +2 -1
- package/browser/lib/models.d.ts +2 -1
- package/browser/lib/other/simple-resource.d.ts +2 -1
- package/browser/lib/params.d.ts +2 -1
- package/browser/lib/request-cache.d.ts +2 -1
- package/browser/lib/resource.service.d.ts +2 -1
- package/browser/lib/rest-headers.d.ts +2 -1
- package/browser/lib/rest-request.d.ts +2 -1
- package/browser/lib/rest.class.d.ts +2 -1
- package/browser/ng2-rest.d.ts +2 -1
- package/browser/public-api.d.ts +2 -1
- package/client/esm2020/lib/content-type.mjs +2 -1
- package/client/esm2020/lib/cookie.mjs +3 -1
- package/client/esm2020/lib/helpers.mjs +3 -1
- package/client/esm2020/lib/index.mjs +3 -1
- package/client/esm2020/lib/mapping.mjs +3 -21
- package/client/esm2020/lib/models.mjs +3 -9
- package/client/esm2020/lib/other/simple-resource.mjs +3 -2
- package/client/esm2020/lib/params.mjs +3 -29
- package/client/esm2020/lib/request-cache.mjs +3 -1
- package/client/esm2020/lib/resource.service.mjs +3 -38
- package/client/esm2020/lib/rest-headers.mjs +3 -3
- package/client/esm2020/lib/rest-request.mjs +3 -36
- package/client/esm2020/lib/rest.class.mjs +3 -11
- package/client/fesm2015/ng2-rest.mjs +26 -141
- package/client/fesm2020/ng2-rest.mjs +26 -141
- package/client/lib/content-type.d.ts +2 -1
- package/client/lib/cookie.d.ts +2 -1
- package/client/lib/helpers.d.ts +2 -1
- package/client/lib/index.d.ts +2 -1
- package/client/lib/mapping.d.ts +2 -1
- package/client/lib/models.d.ts +2 -1
- package/client/lib/other/simple-resource.d.ts +2 -1
- package/client/lib/params.d.ts +2 -1
- package/client/lib/request-cache.d.ts +2 -1
- package/client/lib/resource.service.d.ts +2 -1
- package/client/lib/rest-headers.d.ts +2 -1
- package/client/lib/rest-request.d.ts +2 -1
- package/client/lib/rest.class.d.ts +2 -1
- package/client/ng2-rest.d.ts +2 -1
- package/client/public-api.d.ts +2 -1
- package/package.json +9 -9
- package/tmp-environment.json +163 -161
- package/websql/esm2020/lib/content-type.mjs +2 -1
- package/websql/esm2020/lib/cookie.mjs +3 -1
- package/websql/esm2020/lib/helpers.mjs +3 -1
- package/websql/esm2020/lib/index.mjs +3 -1
- package/websql/esm2020/lib/mapping.mjs +3 -21
- package/websql/esm2020/lib/models.mjs +3 -9
- package/websql/esm2020/lib/other/simple-resource.mjs +3 -2
- package/websql/esm2020/lib/params.mjs +3 -29
- package/websql/esm2020/lib/request-cache.mjs +3 -1
- package/websql/esm2020/lib/resource.service.mjs +3 -38
- package/websql/esm2020/lib/rest-headers.mjs +3 -3
- package/websql/esm2020/lib/rest-request.mjs +3 -36
- package/websql/esm2020/lib/rest.class.mjs +3 -11
- package/websql/fesm2015/ng2-rest.mjs +26 -141
- package/websql/fesm2020/ng2-rest.mjs +26 -141
- package/websql/lib/content-type.d.ts +2 -1
- package/websql/lib/cookie.d.ts +2 -1
- package/websql/lib/helpers.d.ts +2 -1
- package/websql/lib/index.d.ts +2 -1
- package/websql/lib/mapping.d.ts +2 -1
- package/websql/lib/models.d.ts +2 -1
- package/websql/lib/other/simple-resource.d.ts +2 -1
- package/websql/lib/params.d.ts +2 -1
- package/websql/lib/request-cache.d.ts +2 -1
- package/websql/lib/resource.service.d.ts +2 -1
- package/websql/lib/rest-headers.d.ts +2 -1
- package/websql/lib/rest-request.d.ts +2 -1
- package/websql/lib/rest.class.d.ts +2 -1
- package/websql/ng2-rest.d.ts +2 -1
- package/websql/public-api.d.ts +2 -1
- package/app.js.map +0 -1
- package/browser/fesm2015/ng2-rest.mjs.map +0 -1
- package/browser/fesm2020/ng2-rest.mjs.map +0 -1
- package/client/fesm2015/ng2-rest.mjs.map +0 -1
- package/client/fesm2020/ng2-rest.mjs.map +0 -1
- package/index.js.map +0 -1
- package/lib/content-type.js.map +0 -1
- package/lib/cookie.js.map +0 -1
- package/lib/helpers.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/mapping.js.map +0 -1
- package/lib/models.js.map +0 -1
- package/lib/other/simple-resource.js.map +0 -1
- package/lib/params.js.map +0 -1
- package/lib/request-cache.js.map +0 -1
- package/lib/resource.service.js.map +0 -1
- package/lib/rest-headers.js.map +0 -1
- package/lib/rest-request.js.map +0 -1
- package/lib/rest.class.js.map +0 -1
- package/websql/fesm2015/ng2-rest.mjs.map +0 -1
- package/websql/fesm2020/ng2-rest.mjs.map +0 -1
package/client/lib/cookie.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
export declare class Cookie {
|
|
2
3
|
static get Instance(): Cookie;
|
|
3
4
|
private static __instance;
|
|
@@ -5,4 +6,4 @@ export declare class Cookie {
|
|
|
5
6
|
read(name: string): string;
|
|
6
7
|
write(name: string, value: string, days?: number): void;
|
|
7
8
|
remove(name: string): void;
|
|
8
|
-
}
|
|
9
|
+
}
|
package/client/lib/helpers.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { CoreHelpers } from 'tnp-core/browser';
|
|
2
3
|
import { Mapping } from './mapping';
|
|
3
4
|
import { JSON10 } from 'json10/browser';
|
|
@@ -8,4 +9,4 @@ export declare class Helpers extends CoreHelpers {
|
|
|
8
9
|
decode(json: Object, autodetect?: boolean): Mapping.Mapping;
|
|
9
10
|
};
|
|
10
11
|
static checkValidUrl(url: string): boolean;
|
|
11
|
-
}
|
|
12
|
+
}
|
package/client/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
export * from './resource.service';
|
|
2
3
|
export * from './models';
|
|
3
4
|
export * from './mapping';
|
|
@@ -7,4 +8,4 @@ export * from './helpers';
|
|
|
7
8
|
export * from './request-cache';
|
|
8
9
|
export * from './content-type';
|
|
9
10
|
export { SimpleResource } from './other/simple-resource';
|
|
10
|
-
export { interpolateParamsToUrl } from './params';
|
|
11
|
+
export { interpolateParamsToUrl } from './params';
|
package/client/lib/mapping.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Circ } from 'json10/browser';
|
|
2
3
|
export declare namespace Mapping {
|
|
3
4
|
function decode(json: Object, autodetect?: boolean): Mapping;
|
|
@@ -10,4 +11,4 @@ export declare namespace Mapping {
|
|
|
10
11
|
[propName in keyof T]?: T[propName];
|
|
11
12
|
};
|
|
12
13
|
function DefaultModelWithMapping<T = Object>(defaultModelValues?: ModelValue<T>, mapping?: Mapping<T>): (target: Function) => void;
|
|
13
|
-
}
|
|
14
|
+
}
|
package/client/lib/models.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Observable } from 'rxjs';
|
|
2
3
|
import { Models } from '../models';
|
|
3
4
|
export interface RestPromises<A, TA, QP extends Models.UrlParams> {
|
|
@@ -27,4 +28,4 @@ export declare class SimpleResource<A, TA> {
|
|
|
27
28
|
static set doNotSerializeQueryParams(value: any);
|
|
28
29
|
static __destroy(): void;
|
|
29
30
|
constructor(endpoint: string, model: string);
|
|
30
|
-
}
|
|
31
|
+
}
|
package/client/lib/params.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Models } from './models';
|
|
2
3
|
/** check if string is a valid pattern */
|
|
3
4
|
export declare function isValid(pattern: string): boolean;
|
|
@@ -21,4 +22,4 @@ export declare function decodeUrl(url: string): Object;
|
|
|
21
22
|
* @returns {string}
|
|
22
23
|
*/
|
|
23
24
|
export declare function getParamsUrl(params: Models.UrlParams[], doNotSerialize?: boolean): string;
|
|
24
|
-
export declare function prepareUrlOldWay(params?: TemplateStringsArray): string;
|
|
25
|
+
export declare function prepareUrlOldWay(params?: TemplateStringsArray): string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Models } from './models';
|
|
2
3
|
export declare class RequestCache {
|
|
3
4
|
response: Models.HttpResponse<any>;
|
|
@@ -11,4 +12,4 @@ export declare class RequestCache {
|
|
|
11
12
|
private persistsInLocalStorage;
|
|
12
13
|
store(): this;
|
|
13
14
|
remove(): void;
|
|
14
|
-
}
|
|
15
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
/**
|
|
2
3
|
* Based on Headers from https://github.com/angular/angular/blob/master/packages/http/src/headers.ts
|
|
3
4
|
*/
|
|
@@ -55,4 +56,4 @@ export declare class RestHeaders {
|
|
|
55
56
|
*/
|
|
56
57
|
getAll(name: string): string[];
|
|
57
58
|
private mayBeSetNormalizedName;
|
|
58
|
-
}
|
|
59
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Models } from './models';
|
|
2
3
|
import { RestHeaders } from './rest-headers';
|
|
3
4
|
export declare class RestRequest {
|
|
@@ -19,4 +20,4 @@ export declare class RestRequest {
|
|
|
19
20
|
jsonp(url: string, body: string, headers: RestHeaders, meta: Models.MetaRequest, isArray: boolean, mockHttp: Models.MockHttp): Models.PromiseObservableMix<any>;
|
|
20
21
|
private replaySubjects;
|
|
21
22
|
replay(method: Models.HttpMethod, meta: Models.MetaRequest): void;
|
|
22
|
-
}
|
|
23
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { Models } from './models';
|
|
2
3
|
import { RestRequest } from './rest-request';
|
|
3
4
|
import { RestHeaders } from './rest-headers';
|
|
@@ -34,4 +35,4 @@ export declare class Rest<T, TA = T[]> implements Models.FnMethodsHttpWithMock<T
|
|
|
34
35
|
patch(item: T, params?: Models.UrlParams[], doNotSerializeParams?: boolean): Models.PromiseObservableMix<Models.HttpResponse<T>>;
|
|
35
36
|
delete(params?: Models.UrlParams[], doNotSerializeParams?: boolean): Models.PromiseObservableMix<Models.HttpResponse<T>>;
|
|
36
37
|
jsonp(params?: Models.UrlParams[], doNotSerializeParams?: boolean): Models.PromiseObservableMix<Models.HttpResponse<T>>;
|
|
37
|
-
}
|
|
38
|
+
}
|
package/client/ng2-rest.d.ts
CHANGED
package/client/public-api.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
export * from './lib';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng2-rest",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
6
6
|
},
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"url": "git+https://github.com/darekf77/ng2-rest.git"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@types/diff": "
|
|
25
|
+
"@types/diff": "3.2.2",
|
|
26
26
|
"@types/lodash": "4.14.92",
|
|
27
|
-
"axios": "
|
|
28
|
-
"diff": "
|
|
29
|
-
"json10": "~13.1.
|
|
30
|
-
"json5": "
|
|
31
|
-
"lodash": "
|
|
32
|
-
"ng2-logger": "~13.1.
|
|
27
|
+
"axios": "0.17.1",
|
|
28
|
+
"diff": "3.2.0",
|
|
29
|
+
"json10": "~13.1.29",
|
|
30
|
+
"json5": "2.1.3",
|
|
31
|
+
"lodash": "4.17.4",
|
|
32
|
+
"ng2-logger": "~13.1.7"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"private": false,
|
|
36
|
-
"lastBuildTagHash": "
|
|
36
|
+
"lastBuildTagHash": "ff4a24513b7e15984bd5ae8d051b2b17b7cf56bb",
|
|
37
37
|
"devDependencies": {}
|
|
38
38
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "ng2-rest.example.domain.com",
|
|
3
3
|
"name": "local",
|
|
4
|
+
"isCoreProject": false,
|
|
4
5
|
"ip": "localhost",
|
|
5
6
|
"packageJSON": {
|
|
6
7
|
"tnp": {
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"workerPlugins": {}
|
|
56
57
|
},
|
|
57
58
|
"name": "ng2-rest",
|
|
58
|
-
"version": "13.1.
|
|
59
|
+
"version": "13.1.7",
|
|
59
60
|
"scripts": {
|
|
60
61
|
"build:watch": "npm-run watch \"morphi build\" src"
|
|
61
62
|
},
|
|
@@ -77,47 +78,47 @@
|
|
|
77
78
|
"url": "git+https://github.com/darekf77/ng2-rest.git"
|
|
78
79
|
},
|
|
79
80
|
"dependencies": {
|
|
80
|
-
"@types/diff": "
|
|
81
|
+
"@types/diff": "3.2.2",
|
|
81
82
|
"@types/lodash": "4.14.92",
|
|
82
|
-
"axios": "
|
|
83
|
-
"diff": "
|
|
84
|
-
"json10": "~13.1.
|
|
85
|
-
"json5": "
|
|
86
|
-
"lodash": "
|
|
87
|
-
"ng2-logger": "~13.1.
|
|
83
|
+
"axios": "0.17.1",
|
|
84
|
+
"diff": "3.2.0",
|
|
85
|
+
"json10": "~13.1.29",
|
|
86
|
+
"json5": "2.1.3",
|
|
87
|
+
"lodash": "4.17.4",
|
|
88
|
+
"ng2-logger": "~13.1.7"
|
|
88
89
|
},
|
|
89
90
|
"license": "MIT",
|
|
90
91
|
"private": false,
|
|
91
|
-
"lastBuildTagHash": "
|
|
92
|
+
"lastBuildTagHash": "ff4a24513b7e15984bd5ae8d051b2b17b7cf56bb",
|
|
92
93
|
"devDependencies": {
|
|
93
94
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
94
95
|
"@angular-devkit/core": "~13.3.9",
|
|
95
|
-
"@angular/cdk": "
|
|
96
|
+
"@angular/cdk": "~13.3.9",
|
|
96
97
|
"@angular/cli": "~13.3.9",
|
|
97
98
|
"@angular/common": "~13.3.0",
|
|
98
99
|
"@angular/compiler": "~13.3.0",
|
|
99
100
|
"@angular/compiler-cli": "~13.3.0",
|
|
100
101
|
"@angular/core": "~13.3.0",
|
|
101
|
-
"@angular/flex-layout": "13.0.0-beta.38",
|
|
102
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
102
103
|
"@angular/forms": "~13.3.0",
|
|
103
|
-
"@angular/material": "
|
|
104
|
+
"@angular/material": "~13.3.9",
|
|
104
105
|
"@angular/platform-browser": "~13.3.0",
|
|
105
106
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
106
107
|
"@angular/pwa": "~13.3.9",
|
|
107
108
|
"@angular/router": "~13.3.0",
|
|
108
109
|
"@angular/service-worker": "~13.3.11",
|
|
109
|
-
"@babel/cli": "
|
|
110
|
+
"@babel/cli": "7.18.6",
|
|
110
111
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
111
112
|
"@iconify/icons-mdi": "1.2.1",
|
|
112
113
|
"@mdi/js": "6.5.95",
|
|
113
|
-
"@ngrx/component-store": "
|
|
114
|
-
"@ngrx/data": "
|
|
115
|
-
"@ngrx/effects": "
|
|
116
|
-
"@ngrx/entity": "
|
|
117
|
-
"@ngrx/router-store": "
|
|
118
|
-
"@ngrx/schematics": "
|
|
119
|
-
"@ngrx/store": "
|
|
120
|
-
"@ngrx/store-devtools": "
|
|
114
|
+
"@ngrx/component-store": "~13.0.2",
|
|
115
|
+
"@ngrx/data": "~13.0.2",
|
|
116
|
+
"@ngrx/effects": "~13.0.2",
|
|
117
|
+
"@ngrx/entity": "~13.0.2",
|
|
118
|
+
"@ngrx/router-store": "~13.0.2",
|
|
119
|
+
"@ngrx/schematics": "~13.0.2",
|
|
120
|
+
"@ngrx/store": "~13.0.2",
|
|
121
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
121
122
|
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
122
123
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
123
124
|
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
@@ -128,126 +129,127 @@
|
|
|
128
129
|
"@ngx-translate/core": "14.0.0",
|
|
129
130
|
"@ngx-translate/http-loader": "7.0.0",
|
|
130
131
|
"@swimlane/ngx-datatable": "20.0.0",
|
|
131
|
-
"@types/chai": "
|
|
132
|
+
"@types/chai": "4.1.2",
|
|
132
133
|
"@types/chokidar": "2.1.3",
|
|
133
|
-
"@types/dateformat": "
|
|
134
|
-
"@types/express": "
|
|
135
|
-
"@types/express-fileupload": "
|
|
136
|
-
"@types/fs-extra": "
|
|
137
|
-
"@types/glob": "
|
|
138
|
-
"@types/http-proxy": "
|
|
134
|
+
"@types/dateformat": "1.0.1",
|
|
135
|
+
"@types/express": "4.11.0",
|
|
136
|
+
"@types/express-fileupload": "0.1.1",
|
|
137
|
+
"@types/fs-extra": "7.0.0",
|
|
138
|
+
"@types/glob": "5.0.35",
|
|
139
|
+
"@types/http-proxy": "1.16.0",
|
|
139
140
|
"@types/http-proxy-middleware": "0.19.2",
|
|
140
|
-
"@types/inquirer": "
|
|
141
|
-
"@types/jasmine": "
|
|
142
|
-
"@types/json-stringify-safe": "
|
|
141
|
+
"@types/inquirer": "7.3.1",
|
|
142
|
+
"@types/jasmine": "3.10.0",
|
|
143
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
143
144
|
"@types/json5": "0.0.29",
|
|
144
|
-
"@types/lockfile": "
|
|
145
|
-
"@types/lowdb": "
|
|
146
|
-
"@types/mocha": "
|
|
147
|
-
"@types/node": "
|
|
148
|
-
"@types/node-notifier": "
|
|
149
|
-
"@types/oauth2orize": "
|
|
150
|
-
"@types/password-hash": "
|
|
151
|
-
"@types/progress": "
|
|
145
|
+
"@types/lockfile": "1.0.0",
|
|
146
|
+
"@types/lowdb": "1.0.6",
|
|
147
|
+
"@types/mocha": "5.2.5",
|
|
148
|
+
"@types/node": "12.11.1",
|
|
149
|
+
"@types/node-notifier": "5.4.0",
|
|
150
|
+
"@types/oauth2orize": "1.8.0",
|
|
151
|
+
"@types/password-hash": "1.2.19",
|
|
152
|
+
"@types/progress": "2.0.3",
|
|
152
153
|
"@types/q": "1.5.5",
|
|
153
|
-
"@types/rimraf": "
|
|
154
|
+
"@types/rimraf": "2.0.2",
|
|
154
155
|
"@types/semver": "6.0.1",
|
|
155
|
-
"@types/systeminformation": "
|
|
156
|
-
"@types/vinyl": "
|
|
157
|
-
"@types/watch": "
|
|
158
|
-
"accepts": "
|
|
159
|
-
"any-project-cli": "~13.1.
|
|
160
|
-
"background-worker-process": "~13.1.
|
|
156
|
+
"@types/systeminformation": "3.23.0",
|
|
157
|
+
"@types/vinyl": "2.0.2",
|
|
158
|
+
"@types/watch": "1.0.0",
|
|
159
|
+
"accepts": "1.3.4",
|
|
160
|
+
"any-project-cli": "~13.1.16",
|
|
161
|
+
"background-worker-process": "~13.1.30",
|
|
161
162
|
"bcryptjs": "2.4.3",
|
|
162
163
|
"better-sqlite3": "7.6.2",
|
|
163
|
-
"body-parser": "
|
|
164
|
-
"bootstrap": "
|
|
164
|
+
"body-parser": "1.18.2",
|
|
165
|
+
"bootstrap": "5.1.3",
|
|
165
166
|
"bs4-breakpoint": "13.0.32",
|
|
166
|
-
"buffer-shims": "
|
|
167
|
+
"buffer-shims": "1.0.0",
|
|
167
168
|
"callsite-record": "4.1.3",
|
|
168
|
-
"chai": "
|
|
169
|
-
"chalk": "
|
|
170
|
-
"check-node-version": "
|
|
169
|
+
"chai": "4.2.0",
|
|
170
|
+
"chalk": "2.3.2",
|
|
171
|
+
"check-node-version": "3.2.0",
|
|
171
172
|
"cheerio": "1.0.0-rc.3",
|
|
172
173
|
"chokidar": "3.5.1",
|
|
173
|
-
"circular-json": "
|
|
174
|
-
"command-exists": "
|
|
174
|
+
"circular-json": "0.5.1",
|
|
175
|
+
"command-exists": "1.2.2",
|
|
175
176
|
"compression": "1.7.4",
|
|
176
|
-
"concurrently": "
|
|
177
|
-
"content-type": "
|
|
178
|
-
"cookie-parser": "
|
|
179
|
-
"copy-paste": "
|
|
180
|
-
"cors": "
|
|
181
|
-
"cpr": "
|
|
182
|
-
"cross-spawn": "
|
|
183
|
-
"dateformat": "
|
|
177
|
+
"concurrently": "3.5.1",
|
|
178
|
+
"content-type": "1.0.4",
|
|
179
|
+
"cookie-parser": "1.4.3",
|
|
180
|
+
"copy-paste": "1.3.0",
|
|
181
|
+
"cors": "2.8.4",
|
|
182
|
+
"cpr": "3.0.1",
|
|
183
|
+
"cross-spawn": "7.0.3",
|
|
184
|
+
"dateformat": "3.0.3",
|
|
184
185
|
"detect-mocha": "0.1.0",
|
|
185
186
|
"element-resize-detector": "1.1.15",
|
|
186
|
-
"enquirer": "
|
|
187
|
+
"enquirer": "2.3.0",
|
|
187
188
|
"enum-values": "1.2.1",
|
|
188
|
-
"errorhandler": "
|
|
189
|
+
"errorhandler": "1.5.0",
|
|
189
190
|
"eslint": "7.13.0",
|
|
190
191
|
"eslint-plugin-import": "2.22.1",
|
|
191
192
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
192
193
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
193
|
-
"express": "
|
|
194
|
-
"express-fileupload": "
|
|
194
|
+
"express": "4.16.3",
|
|
195
|
+
"express-fileupload": "0.4.0",
|
|
195
196
|
"express-session": "1.17.3",
|
|
196
|
-
"fbgraph": "
|
|
197
|
-
"file-loader": "
|
|
198
|
-
"firedev
|
|
199
|
-
"firedev-crud
|
|
200
|
-
"firedev-
|
|
201
|
-
"firedev-
|
|
202
|
-
"firedev-
|
|
197
|
+
"fbgraph": "1.4.1",
|
|
198
|
+
"file-loader": "1.1.5",
|
|
199
|
+
"firedev": "^13",
|
|
200
|
+
"firedev-crud": "~13.1.35",
|
|
201
|
+
"firedev-crud-deamon": "~13.1.25",
|
|
202
|
+
"firedev-ports": "~13.1.29",
|
|
203
|
+
"firedev-storage": "~13.1.20",
|
|
204
|
+
"firedev-typeorm": "~13.1.10",
|
|
203
205
|
"fkill": "6.1.0",
|
|
204
|
-
"font-awesome": "
|
|
206
|
+
"font-awesome": "4.7.0",
|
|
205
207
|
"fs-extra": "8.1.0",
|
|
206
|
-
"fuzzy": "
|
|
207
|
-
"glob": "
|
|
208
|
-
"gulp": "
|
|
209
|
-
"hostile": "
|
|
210
|
-
"http-proxy": "
|
|
208
|
+
"fuzzy": "0.1.3",
|
|
209
|
+
"glob": "7.1.2",
|
|
210
|
+
"gulp": "3.9.1",
|
|
211
|
+
"hostile": "1.3.3",
|
|
212
|
+
"http-proxy": "1.16.2",
|
|
211
213
|
"http-proxy-middleware": "0.19.1",
|
|
212
214
|
"http-server": "0.11.1",
|
|
213
|
-
"incremental-compiler": "~13.1.
|
|
214
|
-
"inquirer": "
|
|
215
|
-
"inquirer-autocomplete-prompt": "
|
|
216
|
-
"is-elevated": "
|
|
215
|
+
"incremental-compiler": "~13.1.8",
|
|
216
|
+
"inquirer": "7.3.3",
|
|
217
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
218
|
+
"is-elevated": "3.0.0",
|
|
217
219
|
"isomorphic-region-loader": "~1.0.2",
|
|
218
|
-
"istanbul-instrumenter-loader": "
|
|
219
|
-
"jasmine-core": "
|
|
220
|
-
"jscodeshift": "
|
|
221
|
-
"json-stringify-safe": "
|
|
222
|
-
"json10-writer": "~13.1.
|
|
223
|
-
"json5-writer": "
|
|
224
|
-
"karma": "
|
|
225
|
-
"karma-chrome-launcher": "
|
|
226
|
-
"karma-cli": "
|
|
227
|
-
"karma-coverage": "
|
|
228
|
-
"karma-jasmine": "
|
|
229
|
-
"karma-jasmine-html-reporter": "
|
|
230
|
-
"lnk": "
|
|
231
|
-
"lockfile": "
|
|
232
|
-
"lodash-walk-object": "~13.1.
|
|
220
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
221
|
+
"jasmine-core": "4.0.0",
|
|
222
|
+
"jscodeshift": "0.6.3",
|
|
223
|
+
"json-stringify-safe": "5.0.1",
|
|
224
|
+
"json10-writer": "~13.1.26",
|
|
225
|
+
"json5-writer": "0.2.0",
|
|
226
|
+
"karma": "6.3.0",
|
|
227
|
+
"karma-chrome-launcher": "3.1.0",
|
|
228
|
+
"karma-cli": "1.0.1",
|
|
229
|
+
"karma-coverage": "2.1.0",
|
|
230
|
+
"karma-jasmine": "4.0.0",
|
|
231
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
232
|
+
"lnk": "1.0.1",
|
|
233
|
+
"lockfile": "1.0.4",
|
|
234
|
+
"lodash-walk-object": "~13.1.29",
|
|
233
235
|
"lodash.get": ">= 4",
|
|
234
236
|
"lodash.isequal": ">= 4",
|
|
235
237
|
"lodash.merge": ">= 4",
|
|
236
238
|
"lodash.set": ">= 4",
|
|
237
|
-
"lowdb": "
|
|
238
|
-
"magic-renamer": "~13.1.
|
|
239
|
+
"lowdb": "1.0.0",
|
|
240
|
+
"magic-renamer": "~13.1.17",
|
|
239
241
|
"material-design-icons": "3.0.1",
|
|
240
|
-
"method-override": "
|
|
241
|
-
"minimist": "
|
|
242
|
-
"mkdirp": "
|
|
243
|
-
"mocha": "
|
|
244
|
-
"moment": "
|
|
245
|
-
"morphi": "~13.1.
|
|
246
|
-
"ng-packagr": "
|
|
247
|
-
"ng-talkback": "~13.1.
|
|
248
|
-
"ng2-rest": "~13.1.
|
|
249
|
-
"ng4-icons": "~13.1.
|
|
250
|
-
"ng4-modal": "~13.1.
|
|
242
|
+
"method-override": "2.3.10",
|
|
243
|
+
"minimist": "1.2.0",
|
|
244
|
+
"mkdirp": "0.5.1",
|
|
245
|
+
"mocha": "5.2.0",
|
|
246
|
+
"moment": "2.22.2",
|
|
247
|
+
"morphi": "~13.1.8",
|
|
248
|
+
"ng-packagr": "13.0.0",
|
|
249
|
+
"ng-talkback": "~13.1.19",
|
|
250
|
+
"ng2-rest": "~13.1.6",
|
|
251
|
+
"ng4-icons": "~13.1.21",
|
|
252
|
+
"ng4-modal": "~13.1.23",
|
|
251
253
|
"ngx-bootstrap": "8.0.0",
|
|
252
254
|
"ngx-editor": "12.2.1",
|
|
253
255
|
"ngx-moment": "6.0.2",
|
|
@@ -255,68 +257,68 @@
|
|
|
255
257
|
"ngx-store": "3.1.1",
|
|
256
258
|
"ngx-toastr": "14.2.2",
|
|
257
259
|
"ngx-wig": "13.0.3",
|
|
258
|
-
"node-cli-tester": "~13.1.
|
|
260
|
+
"node-cli-tester": "~13.1.19",
|
|
259
261
|
"node-localstorage": "2.1.6",
|
|
260
|
-
"node-notifier": "
|
|
261
|
-
"nodemon": "
|
|
262
|
-
"npm-get-dependents": "
|
|
263
|
-
"npm-run": "
|
|
264
|
-
"omelette": "
|
|
262
|
+
"node-notifier": "6.0.0",
|
|
263
|
+
"nodemon": "1.14.11",
|
|
264
|
+
"npm-get-dependents": "1.0.1",
|
|
265
|
+
"npm-run": "4.1.2",
|
|
266
|
+
"omelette": "0.4.5",
|
|
265
267
|
"open": "7.2.1",
|
|
266
268
|
"ora": "3.4.0",
|
|
267
|
-
"passport": "
|
|
268
|
-
"passport-http-bearer": "
|
|
269
|
-
"password-hash": "
|
|
269
|
+
"passport": "0.3.2",
|
|
270
|
+
"passport-http-bearer": "1.0.1",
|
|
271
|
+
"password-hash": "1.2.2",
|
|
270
272
|
"portfinder": "1.0.21",
|
|
271
273
|
"prettier": "2.5.1",
|
|
272
|
-
"progress": "
|
|
273
|
-
"prompts": "
|
|
274
|
+
"progress": "2.0.3",
|
|
275
|
+
"prompts": "0.1.8",
|
|
274
276
|
"ps-list": "6.1.0",
|
|
275
|
-
"ps-node": "
|
|
276
|
-
"q": "
|
|
277
|
-
"randomcolor": "
|
|
278
|
-
"record-replay-req-res-scenario": "~13.1.
|
|
279
|
-
"reflect-metadata": "
|
|
280
|
-
"rimraf": "
|
|
277
|
+
"ps-node": "0.1.6",
|
|
278
|
+
"q": "1.5.1",
|
|
279
|
+
"randomcolor": "0.5.3",
|
|
280
|
+
"record-replay-req-res-scenario": "~13.1.20",
|
|
281
|
+
"reflect-metadata": "0.1.10",
|
|
282
|
+
"rimraf": "2.6.2",
|
|
281
283
|
"rxjs": "~7.5.0",
|
|
282
284
|
"semver": "6.3.0",
|
|
283
|
-
"simple-git": "
|
|
284
|
-
"sloc": "
|
|
285
|
-
"socket.io": "
|
|
286
|
-
"sort-package-json": "
|
|
287
|
-
"sql.js": "
|
|
288
|
-
"static-columns": "~13.1.
|
|
289
|
-
"string-similarity": "
|
|
290
|
-
"sudo-block": "
|
|
291
|
-
"systeminformation": "
|
|
292
|
-
"task.js": "
|
|
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.1.
|
|
300
|
-
"ts-debug": "
|
|
301
|
-
"ts-loader": "
|
|
302
|
-
"ts-node": "
|
|
303
|
-
"tslib": "
|
|
304
|
-
"typeorm": "
|
|
285
|
+
"simple-git": "1.96.0",
|
|
286
|
+
"sloc": "0.2.0",
|
|
287
|
+
"socket.io": "2.4.1",
|
|
288
|
+
"sort-package-json": "1.11.0",
|
|
289
|
+
"sql.js": "1.8.0",
|
|
290
|
+
"static-columns": "~13.1.29",
|
|
291
|
+
"string-similarity": "4.0.2",
|
|
292
|
+
"sudo-block": "3.0.0",
|
|
293
|
+
"systeminformation": "3.45.7",
|
|
294
|
+
"task.js": "0.1.5",
|
|
295
|
+
"tnp-cli": "~13.1.34",
|
|
296
|
+
"tnp-config": "~13.1.49",
|
|
297
|
+
"tnp-core": "~13.1.54",
|
|
298
|
+
"tnp-db": "~13.1.5",
|
|
299
|
+
"tnp-helpers": "~13.1.8",
|
|
300
|
+
"tnp-models": "~13.1.6",
|
|
301
|
+
"tnp-ui": "~13.1.27",
|
|
302
|
+
"ts-debug": "1.3.0",
|
|
303
|
+
"ts-loader": "2.3.1",
|
|
304
|
+
"ts-node": "10.7.0",
|
|
305
|
+
"tslib": "~2.3.0",
|
|
306
|
+
"typeorm": "~0.3.10",
|
|
305
307
|
"typescript": "~4.6.2",
|
|
306
|
-
"typescript-class-helpers": "~13.1.
|
|
307
|
-
"typescript-formatter": "7.2.2",
|
|
308
|
-
"underscore": "
|
|
309
|
-
"uuid": "
|
|
310
|
-
"validator": "
|
|
311
|
-
"vpn-split": "~13.1.
|
|
312
|
-
"watch": "
|
|
308
|
+
"typescript-class-helpers": "~13.1.8",
|
|
309
|
+
"typescript-formatter": "~7.2.2",
|
|
310
|
+
"underscore": "1.9.1",
|
|
311
|
+
"uuid": "8.3.2",
|
|
312
|
+
"validator": "9.2.0",
|
|
313
|
+
"vpn-split": "~13.1.23",
|
|
314
|
+
"watch": "1.0.2",
|
|
313
315
|
"zone.js": "~0.11.4"
|
|
314
316
|
}
|
|
315
317
|
},
|
|
316
318
|
"build": {
|
|
317
|
-
"number":
|
|
318
|
-
"date": "2022-12-
|
|
319
|
-
"hash": "
|
|
319
|
+
"number": 812,
|
|
320
|
+
"date": "2022-12-30T03:34:01.000Z",
|
|
321
|
+
"hash": "cc91c7efafab22f18330c97a6b2983d3967da858",
|
|
320
322
|
"options": {}
|
|
321
323
|
},
|
|
322
324
|
"currentProjectName": "ng2-rest",
|
|
@@ -324,7 +326,7 @@
|
|
|
324
326
|
"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
327
|
"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
328
|
"currentProjectType": "isomorphic-lib",
|
|
327
|
-
"currentFrameworkVersion": "13.1.
|
|
329
|
+
"currentFrameworkVersion": "13.1.110",
|
|
328
330
|
"currentProjectIsStrictSite": false,
|
|
329
331
|
"currentProjectIsDependencySite": false,
|
|
330
332
|
"currentProjectIsStatic": false,
|