tnp-core 16.6.26 → 16.6.28
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 +20 -20
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2022/lib/helpers.mjs +6 -2
- package/browser/fesm2022/tnp-core.mjs +5 -1
- package/browser/fesm2022/tnp-core.mjs.map +1 -1
- package/browser/lib/helpers.d.ts +5 -1
- package/cli.backend.js +3 -3
- package/client/README.md +24 -24
- package/client/esm2022/lib/helpers.mjs +6 -2
- package/client/fesm2022/tnp-core.mjs +5 -1
- package/client/fesm2022/tnp-core.mjs.map +1 -1
- package/client/lib/helpers.d.ts +5 -1
- package/client/package.json +12 -12
- package/lib/helpers.d.ts +5 -1
- package/lib/helpers.js +7 -2
- package/lib/helpers.js.map +1 -1
- package/lib/node-chalk-mock.js +3 -3
- package/lib/node-path-mock.js +3 -3
- package/package.json +2 -2
- package/package.json_devDependencies.json +202 -202
- package/package.json_tnp.json5 +72 -72
- package/tmp-environment.json +15 -15
- package/websql/README.md +24 -24
- package/websql/esm2022/lib/helpers.mjs +6 -2
- package/websql/fesm2022/tnp-core.mjs +5 -1
- package/websql/fesm2022/tnp-core.mjs.map +1 -1
- package/websql/lib/helpers.d.ts +5 -1
@@ -1,202 +1,202 @@
|
|
1
|
-
{
|
2
|
-
"@angular-devkit/build-angular": "~13.1.4",
|
3
|
-
"@angular/animations": "~13.1.0",
|
4
|
-
"@angular/cdk": "~13.1.3",
|
5
|
-
"@angular/cli": "~13.1.4",
|
6
|
-
"@angular/common": "~13.1.0",
|
7
|
-
"@angular/compiler": "~13.1.0",
|
8
|
-
"@angular/compiler-cli": "~13.1.0",
|
9
|
-
"@angular/core": "~13.1.0",
|
10
|
-
"@angular/forms": "~13.1.0",
|
11
|
-
"@angular/material": "~13.1.3",
|
12
|
-
"@angular/platform-browser": "~13.1.0",
|
13
|
-
"@angular/platform-browser-dynamic": "~13.1.0",
|
14
|
-
"@angular/pwa": "~13.1.4",
|
15
|
-
"@angular/router": "~13.1.0",
|
16
|
-
"@angular/service-worker": "~13.1.0",
|
17
|
-
"@mdi/js": "5.8.55",
|
18
|
-
"@ngrx/component-store": "~13.0.2",
|
19
|
-
"@ngrx/data": "~13.0.2",
|
20
|
-
"@ngrx/effects": "~13.0.2",
|
21
|
-
"@ngrx/entity": "~13.0.2",
|
22
|
-
"@ngrx/router-store": "~13.0.2",
|
23
|
-
"@ngrx/schematics": "~13.0.2",
|
24
|
-
"@ngrx/store": "~13.0.2",
|
25
|
-
"@ngrx/store-devtools": "~13.0.2",
|
26
|
-
"@ngx-formly/bootstrap": "6.0.0-next.7",
|
27
|
-
"@ngx-formly/core": "6.0.0-next.7",
|
28
|
-
"@ngx-formly/ionic": "6.0.0-next.7",
|
29
|
-
"@ngx-formly/material": "6.0.0-next.7",
|
30
|
-
"@types/chai": "4.1.2",
|
31
|
-
"@types/chokidar": "2.1.3",
|
32
|
-
"@types/dateformat": "1.0.1",
|
33
|
-
"@types/diff": "3.2.2",
|
34
|
-
"@types/express": "4.11.0",
|
35
|
-
"@types/express-fileupload": "0.1.1",
|
36
|
-
"@types/fs-extra": "7.0.0",
|
37
|
-
"@types/glob": "5.0.35",
|
38
|
-
"@types/http-proxy": "1.16.0",
|
39
|
-
"@types/http-proxy-middleware": "0.19.2",
|
40
|
-
"@types/inquirer": "7.3.1",
|
41
|
-
"@types/jasmine": "3.10.0",
|
42
|
-
"@types/jasminewd2": "2.0.3",
|
43
|
-
"@types/json-stringify-safe": "5.0.0",
|
44
|
-
"@types/json5": "0.0.29",
|
45
|
-
"@types/lockfile": "1.0.0",
|
46
|
-
"@types/lowdb": "1.0.6",
|
47
|
-
"@types/mocha": "5.2.5",
|
48
|
-
"@types/node": "14.18.9",
|
49
|
-
"@types/node-notifier": "5.4.0",
|
50
|
-
"@types/oauth2orize": "1.8.0",
|
51
|
-
"@types/password-hash": "1.2.19",
|
52
|
-
"@types/progress": "2.0.3",
|
53
|
-
"@types/rimraf": "2.0.2",
|
54
|
-
"@types/systeminformation": "3.23.0",
|
55
|
-
"@types/vinyl": "2.0.2",
|
56
|
-
"@types/watch": "1.0.0",
|
57
|
-
"accepts": "1.3.4",
|
58
|
-
"angular-tree-component": "7.0.0",
|
59
|
-
"axios": "0.17.1",
|
60
|
-
"babel-preset-env": "1.7.0",
|
61
|
-
"background-worker-process": "~0.0.35",
|
62
|
-
"bcryptjs": "2.4.3",
|
63
|
-
"body-parser": "1.18.2",
|
64
|
-
"bootstrap": "5.1.3",
|
65
|
-
"bs4-breakpoint": "~2.0.40",
|
66
|
-
"buffer-shims": "1.0.0",
|
67
|
-
"button-dropdown": "~1.0.45",
|
68
|
-
"callsite-record": "4.1.3",
|
69
|
-
"chai": "4.2.0",
|
70
|
-
"chalk": "2.3.2",
|
71
|
-
"check-node-version": "3.2.0",
|
72
|
-
"cheerio": "1.0.0-rc.3",
|
73
|
-
"circular-json": "0.5.1",
|
74
|
-
"codelyzer": "6.0.0",
|
75
|
-
"command-exists": "1.2.2",
|
76
|
-
"compression": "1.7.4",
|
77
|
-
"concurrently": "3.5.1",
|
78
|
-
"content-type": "1.0.4",
|
79
|
-
"cookie-parser": "1.4.3",
|
80
|
-
"core-js-compat": "3.4.0",
|
81
|
-
"cors": "2.8.4",
|
82
|
-
"cpr": "3.0.1",
|
83
|
-
"cross-spawn": "7.0.3",
|
84
|
-
"dateformat": "3.0.3",
|
85
|
-
"detect-mocha": "0.1.0",
|
86
|
-
"diff": "3.2.0",
|
87
|
-
"element-resize-detector": "1.1.15",
|
88
|
-
"enquirer": "2.3.0",
|
89
|
-
"enum-values": "1.2.1",
|
90
|
-
"errorhandler": "1.5.0",
|
91
|
-
"eslint": "7.13.0",
|
92
|
-
"eslint-plugin-import": "2.22.1",
|
93
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
94
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
95
|
-
"express": "4.16.3",
|
96
|
-
"express-fileupload": "0.4.0",
|
97
|
-
"fbgraph": "1.4.1",
|
98
|
-
"file-loader": "1.1.5",
|
99
|
-
"font-awesome": "4.7.0",
|
100
|
-
"fuzzy": "0.1.3",
|
101
|
-
"gulp": "3.9.1",
|
102
|
-
"hostile": "1.3.3",
|
103
|
-
"html-webpack-plugin": "4.3.0",
|
104
|
-
"http-proxy": "1.16.2",
|
105
|
-
"http-proxy-middleware": "0.19.1",
|
106
|
-
"http-server": "0.11.1",
|
107
|
-
"incremental-compiler": "~1.1.53",
|
108
|
-
"inquirer": "7.3.3",
|
109
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
110
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
111
|
-
"jasmine-core": "3.10.0",
|
112
|
-
"jasmine-spec-reporter": "5.0.0",
|
113
|
-
"json-stringify-safe": "5.0.1",
|
114
|
-
"json10": "~1.0.34",
|
115
|
-
"json5-writer": "0.2.0",
|
116
|
-
"karma": "6.3.0",
|
117
|
-
"karma-chrome-launcher": "3.1.0",
|
118
|
-
"karma-cli": "1.0.1",
|
119
|
-
"karma-coverage": "2.1.0",
|
120
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
121
|
-
"karma-jasmine": "4.0.0",
|
122
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
123
|
-
"lnk": "1.0.1",
|
124
|
-
"lockfile": "1.0.4",
|
125
|
-
"lodash-walk-object": "~1.0.35",
|
126
|
-
"lowdb": "1.0.0",
|
127
|
-
"magic-renamer": "~0.0.20",
|
128
|
-
"material-design-icons": "3.0.1",
|
129
|
-
"method-override": "2.3.10",
|
130
|
-
"minimist": "1.2.0",
|
131
|
-
"mocha": "5.2.0",
|
132
|
-
"moment": "2.22.2",
|
133
|
-
"morphi": "~4.0.54",
|
134
|
-
"ng-modal-lib": "0.0.6",
|
135
|
-
"ng-packagr": "5.7.1",
|
136
|
-
"ng-talkback": "~2.4.25",
|
137
|
-
"ng2-file-upload": "1.3.0",
|
138
|
-
"ng2-logger": "~8.0.20",
|
139
|
-
"ng2-rest": "~11.0.42",
|
140
|
-
"ng4-icons": "~0.0.30",
|
141
|
-
"ng4-modal": "~0.0.30",
|
142
|
-
"ngx-bootstrap": "8.0.0",
|
143
|
-
"ngx-breadcrumbs": "0.0.3",
|
144
|
-
"ngx-editor": "4.1.0",
|
145
|
-
"ngx-moment": "3.5.0",
|
146
|
-
"ngx-pipes": "2.6.0",
|
147
|
-
"ngx-store": "2.1.0",
|
148
|
-
"ngx-toastr": "11.2.1",
|
149
|
-
"ngx-wig": "8.0.0",
|
150
|
-
"node-cli-test": "0.0.2",
|
151
|
-
"node-cli-tester": "~0.0.22",
|
152
|
-
"node-localstorage": "2.1.6",
|
153
|
-
"node-notifier": "6.0.0",
|
154
|
-
"nodemon": "1.14.11",
|
155
|
-
"npm-get-dependents": "1.0.1",
|
156
|
-
"npm-run": "4.1.2",
|
157
|
-
"omelette": "0.4.5",
|
158
|
-
"open": "7.2.1",
|
159
|
-
"ora": "3.4.0",
|
160
|
-
"passport": "0.3.2",
|
161
|
-
"passport-http-bearer": "1.0.1",
|
162
|
-
"password-hash": "1.2.2",
|
163
|
-
"progress": "2.0.3",
|
164
|
-
"prompts": "0.1.8",
|
165
|
-
"protractor": "7.0.0",
|
166
|
-
"randomcolor": "0.5.3",
|
167
|
-
"record-replay-req-res-scenario": "~0.0.26",
|
168
|
-
"reflect-metadata": "0.1.10",
|
169
|
-
"rxjs": "~7.4.0",
|
170
|
-
"simple-git": "1.96.0",
|
171
|
-
"sloc": "0.2.0",
|
172
|
-
"socket.io": "2.4.1",
|
173
|
-
"sort-package-json": "1.11.0",
|
174
|
-
"static-columns": "~2.0.17",
|
175
|
-
"string-similarity": "4.0.2",
|
176
|
-
"sudo-block": "3.0.0",
|
177
|
-
"systeminformation": "3.45.7",
|
178
|
-
"task.js": "0.1.5",
|
179
|
-
"tnp-cli": "~2.0.20",
|
180
|
-
"tnp-config": "~1.0.20",
|
181
|
-
"tnp-core": "~1.0.35",
|
182
|
-
"tnp-db": "~0.0.44",
|
183
|
-
"tnp-helpers": "~0.0.73",
|
184
|
-
"tnp-models": "~0.0.37",
|
185
|
-
"tnp-tools": "~0.0.46",
|
186
|
-
"tnp-ui": "~0.0.33",
|
187
|
-
"ts-node": "8.3.0",
|
188
|
-
"tsickle": "0.26.0",
|
189
|
-
"tslib": "~2.3.0",
|
190
|
-
"tslint": "6.1.0",
|
191
|
-
"typeorm": "~0.2.7",
|
192
|
-
"typescript": "~4.5.2",
|
193
|
-
"typescript-class-helpers": "~1.0.42",
|
194
|
-
"typescript-formatter": "~7.2.2",
|
195
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
196
|
-
"underscore": "1.9.1",
|
197
|
-
"uuid": "8.3.2",
|
198
|
-
"validator": "9.2.0",
|
199
|
-
"vpn-split": "~0.0.18",
|
200
|
-
"watch": "1.0.2",
|
201
|
-
"zone.js": "~0.11.4"
|
202
|
-
}
|
1
|
+
{
|
2
|
+
"@angular-devkit/build-angular": "~13.1.4",
|
3
|
+
"@angular/animations": "~13.1.0",
|
4
|
+
"@angular/cdk": "~13.1.3",
|
5
|
+
"@angular/cli": "~13.1.4",
|
6
|
+
"@angular/common": "~13.1.0",
|
7
|
+
"@angular/compiler": "~13.1.0",
|
8
|
+
"@angular/compiler-cli": "~13.1.0",
|
9
|
+
"@angular/core": "~13.1.0",
|
10
|
+
"@angular/forms": "~13.1.0",
|
11
|
+
"@angular/material": "~13.1.3",
|
12
|
+
"@angular/platform-browser": "~13.1.0",
|
13
|
+
"@angular/platform-browser-dynamic": "~13.1.0",
|
14
|
+
"@angular/pwa": "~13.1.4",
|
15
|
+
"@angular/router": "~13.1.0",
|
16
|
+
"@angular/service-worker": "~13.1.0",
|
17
|
+
"@mdi/js": "5.8.55",
|
18
|
+
"@ngrx/component-store": "~13.0.2",
|
19
|
+
"@ngrx/data": "~13.0.2",
|
20
|
+
"@ngrx/effects": "~13.0.2",
|
21
|
+
"@ngrx/entity": "~13.0.2",
|
22
|
+
"@ngrx/router-store": "~13.0.2",
|
23
|
+
"@ngrx/schematics": "~13.0.2",
|
24
|
+
"@ngrx/store": "~13.0.2",
|
25
|
+
"@ngrx/store-devtools": "~13.0.2",
|
26
|
+
"@ngx-formly/bootstrap": "6.0.0-next.7",
|
27
|
+
"@ngx-formly/core": "6.0.0-next.7",
|
28
|
+
"@ngx-formly/ionic": "6.0.0-next.7",
|
29
|
+
"@ngx-formly/material": "6.0.0-next.7",
|
30
|
+
"@types/chai": "4.1.2",
|
31
|
+
"@types/chokidar": "2.1.3",
|
32
|
+
"@types/dateformat": "1.0.1",
|
33
|
+
"@types/diff": "3.2.2",
|
34
|
+
"@types/express": "4.11.0",
|
35
|
+
"@types/express-fileupload": "0.1.1",
|
36
|
+
"@types/fs-extra": "7.0.0",
|
37
|
+
"@types/glob": "5.0.35",
|
38
|
+
"@types/http-proxy": "1.16.0",
|
39
|
+
"@types/http-proxy-middleware": "0.19.2",
|
40
|
+
"@types/inquirer": "7.3.1",
|
41
|
+
"@types/jasmine": "3.10.0",
|
42
|
+
"@types/jasminewd2": "2.0.3",
|
43
|
+
"@types/json-stringify-safe": "5.0.0",
|
44
|
+
"@types/json5": "0.0.29",
|
45
|
+
"@types/lockfile": "1.0.0",
|
46
|
+
"@types/lowdb": "1.0.6",
|
47
|
+
"@types/mocha": "5.2.5",
|
48
|
+
"@types/node": "14.18.9",
|
49
|
+
"@types/node-notifier": "5.4.0",
|
50
|
+
"@types/oauth2orize": "1.8.0",
|
51
|
+
"@types/password-hash": "1.2.19",
|
52
|
+
"@types/progress": "2.0.3",
|
53
|
+
"@types/rimraf": "2.0.2",
|
54
|
+
"@types/systeminformation": "3.23.0",
|
55
|
+
"@types/vinyl": "2.0.2",
|
56
|
+
"@types/watch": "1.0.0",
|
57
|
+
"accepts": "1.3.4",
|
58
|
+
"angular-tree-component": "7.0.0",
|
59
|
+
"axios": "0.17.1",
|
60
|
+
"babel-preset-env": "1.7.0",
|
61
|
+
"background-worker-process": "~0.0.35",
|
62
|
+
"bcryptjs": "2.4.3",
|
63
|
+
"body-parser": "1.18.2",
|
64
|
+
"bootstrap": "5.1.3",
|
65
|
+
"bs4-breakpoint": "~2.0.40",
|
66
|
+
"buffer-shims": "1.0.0",
|
67
|
+
"button-dropdown": "~1.0.45",
|
68
|
+
"callsite-record": "4.1.3",
|
69
|
+
"chai": "4.2.0",
|
70
|
+
"chalk": "2.3.2",
|
71
|
+
"check-node-version": "3.2.0",
|
72
|
+
"cheerio": "1.0.0-rc.3",
|
73
|
+
"circular-json": "0.5.1",
|
74
|
+
"codelyzer": "6.0.0",
|
75
|
+
"command-exists": "1.2.2",
|
76
|
+
"compression": "1.7.4",
|
77
|
+
"concurrently": "3.5.1",
|
78
|
+
"content-type": "1.0.4",
|
79
|
+
"cookie-parser": "1.4.3",
|
80
|
+
"core-js-compat": "3.4.0",
|
81
|
+
"cors": "2.8.4",
|
82
|
+
"cpr": "3.0.1",
|
83
|
+
"cross-spawn": "7.0.3",
|
84
|
+
"dateformat": "3.0.3",
|
85
|
+
"detect-mocha": "0.1.0",
|
86
|
+
"diff": "3.2.0",
|
87
|
+
"element-resize-detector": "1.1.15",
|
88
|
+
"enquirer": "2.3.0",
|
89
|
+
"enum-values": "1.2.1",
|
90
|
+
"errorhandler": "1.5.0",
|
91
|
+
"eslint": "7.13.0",
|
92
|
+
"eslint-plugin-import": "2.22.1",
|
93
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
94
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
95
|
+
"express": "4.16.3",
|
96
|
+
"express-fileupload": "0.4.0",
|
97
|
+
"fbgraph": "1.4.1",
|
98
|
+
"file-loader": "1.1.5",
|
99
|
+
"font-awesome": "4.7.0",
|
100
|
+
"fuzzy": "0.1.3",
|
101
|
+
"gulp": "3.9.1",
|
102
|
+
"hostile": "1.3.3",
|
103
|
+
"html-webpack-plugin": "4.3.0",
|
104
|
+
"http-proxy": "1.16.2",
|
105
|
+
"http-proxy-middleware": "0.19.1",
|
106
|
+
"http-server": "0.11.1",
|
107
|
+
"incremental-compiler": "~1.1.53",
|
108
|
+
"inquirer": "7.3.3",
|
109
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
110
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
111
|
+
"jasmine-core": "3.10.0",
|
112
|
+
"jasmine-spec-reporter": "5.0.0",
|
113
|
+
"json-stringify-safe": "5.0.1",
|
114
|
+
"json10": "~1.0.34",
|
115
|
+
"json5-writer": "0.2.0",
|
116
|
+
"karma": "6.3.0",
|
117
|
+
"karma-chrome-launcher": "3.1.0",
|
118
|
+
"karma-cli": "1.0.1",
|
119
|
+
"karma-coverage": "2.1.0",
|
120
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
121
|
+
"karma-jasmine": "4.0.0",
|
122
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
123
|
+
"lnk": "1.0.1",
|
124
|
+
"lockfile": "1.0.4",
|
125
|
+
"lodash-walk-object": "~1.0.35",
|
126
|
+
"lowdb": "1.0.0",
|
127
|
+
"magic-renamer": "~0.0.20",
|
128
|
+
"material-design-icons": "3.0.1",
|
129
|
+
"method-override": "2.3.10",
|
130
|
+
"minimist": "1.2.0",
|
131
|
+
"mocha": "5.2.0",
|
132
|
+
"moment": "2.22.2",
|
133
|
+
"morphi": "~4.0.54",
|
134
|
+
"ng-modal-lib": "0.0.6",
|
135
|
+
"ng-packagr": "5.7.1",
|
136
|
+
"ng-talkback": "~2.4.25",
|
137
|
+
"ng2-file-upload": "1.3.0",
|
138
|
+
"ng2-logger": "~8.0.20",
|
139
|
+
"ng2-rest": "~11.0.42",
|
140
|
+
"ng4-icons": "~0.0.30",
|
141
|
+
"ng4-modal": "~0.0.30",
|
142
|
+
"ngx-bootstrap": "8.0.0",
|
143
|
+
"ngx-breadcrumbs": "0.0.3",
|
144
|
+
"ngx-editor": "4.1.0",
|
145
|
+
"ngx-moment": "3.5.0",
|
146
|
+
"ngx-pipes": "2.6.0",
|
147
|
+
"ngx-store": "2.1.0",
|
148
|
+
"ngx-toastr": "11.2.1",
|
149
|
+
"ngx-wig": "8.0.0",
|
150
|
+
"node-cli-test": "0.0.2",
|
151
|
+
"node-cli-tester": "~0.0.22",
|
152
|
+
"node-localstorage": "2.1.6",
|
153
|
+
"node-notifier": "6.0.0",
|
154
|
+
"nodemon": "1.14.11",
|
155
|
+
"npm-get-dependents": "1.0.1",
|
156
|
+
"npm-run": "4.1.2",
|
157
|
+
"omelette": "0.4.5",
|
158
|
+
"open": "7.2.1",
|
159
|
+
"ora": "3.4.0",
|
160
|
+
"passport": "0.3.2",
|
161
|
+
"passport-http-bearer": "1.0.1",
|
162
|
+
"password-hash": "1.2.2",
|
163
|
+
"progress": "2.0.3",
|
164
|
+
"prompts": "0.1.8",
|
165
|
+
"protractor": "7.0.0",
|
166
|
+
"randomcolor": "0.5.3",
|
167
|
+
"record-replay-req-res-scenario": "~0.0.26",
|
168
|
+
"reflect-metadata": "0.1.10",
|
169
|
+
"rxjs": "~7.4.0",
|
170
|
+
"simple-git": "1.96.0",
|
171
|
+
"sloc": "0.2.0",
|
172
|
+
"socket.io": "2.4.1",
|
173
|
+
"sort-package-json": "1.11.0",
|
174
|
+
"static-columns": "~2.0.17",
|
175
|
+
"string-similarity": "4.0.2",
|
176
|
+
"sudo-block": "3.0.0",
|
177
|
+
"systeminformation": "3.45.7",
|
178
|
+
"task.js": "0.1.5",
|
179
|
+
"tnp-cli": "~2.0.20",
|
180
|
+
"tnp-config": "~1.0.20",
|
181
|
+
"tnp-core": "~1.0.35",
|
182
|
+
"tnp-db": "~0.0.44",
|
183
|
+
"tnp-helpers": "~0.0.73",
|
184
|
+
"tnp-models": "~0.0.37",
|
185
|
+
"tnp-tools": "~0.0.46",
|
186
|
+
"tnp-ui": "~0.0.33",
|
187
|
+
"ts-node": "8.3.0",
|
188
|
+
"tsickle": "0.26.0",
|
189
|
+
"tslib": "~2.3.0",
|
190
|
+
"tslint": "6.1.0",
|
191
|
+
"typeorm": "~0.2.7",
|
192
|
+
"typescript": "~4.5.2",
|
193
|
+
"typescript-class-helpers": "~1.0.42",
|
194
|
+
"typescript-formatter": "~7.2.2",
|
195
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
196
|
+
"underscore": "1.9.1",
|
197
|
+
"uuid": "8.3.2",
|
198
|
+
"validator": "9.2.0",
|
199
|
+
"vpn-split": "~0.0.18",
|
200
|
+
"watch": "1.0.2",
|
201
|
+
"zone.js": "~0.11.4"
|
202
|
+
}
|
package/package.json_tnp.json5
CHANGED
@@ -1,73 +1,73 @@
|
|
1
|
-
{
|
2
|
-
"resources": [
|
3
|
-
"README.md"
|
4
|
-
],
|
5
|
-
|
6
|
-
"overrided": {
|
7
|
-
"ignoreDepsPattern": [],
|
8
|
-
"includeAsDev": [],
|
9
|
-
|
10
|
-
"includeOnly": [
|
11
|
-
"axios",
|
12
|
-
"glob",
|
13
|
-
'moment',
|
14
|
-
"fkill",
|
15
|
-
"copy-paste",
|
16
|
-
"chokidar",
|
17
|
-
"fs-extra",
|
18
|
-
"rimraf",
|
19
|
-
"mkdirp",
|
20
|
-
"lodash",
|
21
|
-
"@types/lodash",
|
22
|
-
"ps-list",
|
23
|
-
"ps-node",
|
24
|
-
"q",
|
25
|
-
"@types/q",
|
26
|
-
"json5",
|
27
|
-
"is-elevated",
|
28
|
-
"portfinder",
|
29
|
-
"cross-spawn",
|
30
|
-
"chalk",
|
31
|
-
"copy-paste",
|
32
|
-
"is-root",
|
33
|
-
"is-admin",
|
34
|
-
"dateformat"
|
35
|
-
],
|
36
|
-
|
37
|
-
"dependencies": {},
|
38
|
-
"linkedFolders": [],
|
39
|
-
'npmFixes': [],
|
40
|
-
},
|
41
|
-
|
42
|
-
"linkedProjects": [],
|
43
|
-
'smartContainerBuildTarget': '',
|
44
|
-
'linkedRepos': [],
|
45
|
-
|
46
|
-
"libReleaseOptions": {
|
47
|
-
"nodts": false,
|
48
|
-
"obscure": false,
|
49
|
-
"ugly": false,
|
50
|
-
'includeNodeModules': false,
|
51
|
-
'cliBuildNoDts': false,
|
52
|
-
'cliBuildObscure': false,
|
53
|
-
'cliBuildIncludeNodeModules': false,
|
54
|
-
},
|
55
|
-
|
56
|
-
'smartContainerTarget': '',
|
57
|
-
"type": "isomorphic-lib",
|
58
|
-
"isCoreProject": false,
|
59
|
-
"useFramework": false,
|
60
|
-
"required": [],
|
61
|
-
"version": "v4",
|
62
|
-
|
63
|
-
"additionalNpmNames": [
|
64
|
-
"firedev-core"
|
65
|
-
],
|
66
|
-
|
67
|
-
"isGenerated": false,
|
68
|
-
"requiredServers": [],
|
69
|
-
"license": "MIT",
|
70
|
-
"private": false,
|
71
|
-
"main": "index.js",
|
72
|
-
"workerPlugins": {},
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
|
6
|
+
"overrided": {
|
7
|
+
"ignoreDepsPattern": [],
|
8
|
+
"includeAsDev": [],
|
9
|
+
|
10
|
+
"includeOnly": [
|
11
|
+
"axios",
|
12
|
+
"glob",
|
13
|
+
'moment',
|
14
|
+
"fkill",
|
15
|
+
"copy-paste",
|
16
|
+
"chokidar",
|
17
|
+
"fs-extra",
|
18
|
+
"rimraf",
|
19
|
+
"mkdirp",
|
20
|
+
"lodash",
|
21
|
+
"@types/lodash",
|
22
|
+
"ps-list",
|
23
|
+
"ps-node",
|
24
|
+
"q",
|
25
|
+
"@types/q",
|
26
|
+
"json5",
|
27
|
+
"is-elevated",
|
28
|
+
"portfinder",
|
29
|
+
"cross-spawn",
|
30
|
+
"chalk",
|
31
|
+
"copy-paste",
|
32
|
+
"is-root",
|
33
|
+
"is-admin",
|
34
|
+
"dateformat"
|
35
|
+
],
|
36
|
+
|
37
|
+
"dependencies": {},
|
38
|
+
"linkedFolders": [],
|
39
|
+
'npmFixes': [],
|
40
|
+
},
|
41
|
+
|
42
|
+
"linkedProjects": [],
|
43
|
+
'smartContainerBuildTarget': '',
|
44
|
+
'linkedRepos': [],
|
45
|
+
|
46
|
+
"libReleaseOptions": {
|
47
|
+
"nodts": false,
|
48
|
+
"obscure": false,
|
49
|
+
"ugly": false,
|
50
|
+
'includeNodeModules': false,
|
51
|
+
'cliBuildNoDts': false,
|
52
|
+
'cliBuildObscure': false,
|
53
|
+
'cliBuildIncludeNodeModules': false,
|
54
|
+
},
|
55
|
+
|
56
|
+
'smartContainerTarget': '',
|
57
|
+
"type": "isomorphic-lib",
|
58
|
+
"isCoreProject": false,
|
59
|
+
"useFramework": false,
|
60
|
+
"required": [],
|
61
|
+
"version": "v4",
|
62
|
+
|
63
|
+
"additionalNpmNames": [
|
64
|
+
"firedev-core"
|
65
|
+
],
|
66
|
+
|
67
|
+
"isGenerated": false,
|
68
|
+
"requiredServers": [],
|
69
|
+
"license": "MIT",
|
70
|
+
"private": false,
|
71
|
+
"main": "index.js",
|
72
|
+
"workerPlugins": {},
|
73
73
|
}
|
package/tmp-environment.json
CHANGED
@@ -170,7 +170,7 @@
|
|
170
170
|
"angular-material-css-vars": "5.0.2",
|
171
171
|
"angular-resize-event": "3.2.0",
|
172
172
|
"animate.css": "4.1.1 ",
|
173
|
-
"any-project-cli": "~16.5.
|
173
|
+
"any-project-cli": "~16.5.20",
|
174
174
|
"background-worker-process": "~16.5.15",
|
175
175
|
"base32": "0.0.7",
|
176
176
|
"bcryptjs": "2.4.3",
|
@@ -213,7 +213,7 @@
|
|
213
213
|
"file-saver": "2.0.5",
|
214
214
|
"file-type": "18.5.0",
|
215
215
|
"firedev": "^16",
|
216
|
-
"firedev-crud": "~16.5.
|
216
|
+
"firedev-crud": "~16.5.60",
|
217
217
|
"firedev-crud-deamon": "~16.5.14",
|
218
218
|
"firedev-ports": "~16.5.15",
|
219
219
|
"firedev-storage": "~16.5.13",
|
@@ -233,7 +233,7 @@
|
|
233
233
|
"image-focus": "1.2.1",
|
234
234
|
"immer": "10.0.2",
|
235
235
|
"immutable": "4.3.0",
|
236
|
-
"incremental-compiler": "~16.5.
|
236
|
+
"incremental-compiler": "~16.5.29",
|
237
237
|
"inquirer": "7.3.3",
|
238
238
|
"inquirer-autocomplete-prompt": "1.3.0",
|
239
239
|
"isomorphic-region-loader": "~16.5.14",
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"jscodeshift": "0.6.3",
|
249
249
|
"json-stringify-safe": "5.0.1",
|
250
250
|
"json10": "~16.5.13",
|
251
|
-
"json10-writer": "~16.5.
|
251
|
+
"json10-writer": "~16.5.20",
|
252
252
|
"json5-writer": "0.2.0",
|
253
253
|
"jszip": "3.10.1",
|
254
254
|
"karma-cli": "1.0.1",
|
@@ -268,7 +268,7 @@
|
|
268
268
|
"ng-lock": "16.0.1",
|
269
269
|
"ng-packagr": "16.0.1",
|
270
270
|
"ng-talkback": "~16.5.14",
|
271
|
-
"ng2-logger": "~16.5.
|
271
|
+
"ng2-logger": "~16.5.22",
|
272
272
|
"ng2-rest": "~16.5.13",
|
273
273
|
"ngx-ace-wrapper": "14.0.0",
|
274
274
|
"ngx-editor": "15.3.0",
|
@@ -324,11 +324,11 @@
|
|
324
324
|
"task.js": "0.1.5",
|
325
325
|
"threads": "1.7.0",
|
326
326
|
"tnp-cli": "~16.5.13",
|
327
|
-
"tnp-config": "~16.5.
|
328
|
-
"tnp-core": "~16.6.
|
327
|
+
"tnp-config": "~16.5.31",
|
328
|
+
"tnp-core": "~16.6.26",
|
329
329
|
"tnp-db": "~16.5.13",
|
330
|
-
"tnp-helpers": "~16.5.
|
331
|
-
"tnp-models": "~16.5.
|
330
|
+
"tnp-helpers": "~16.5.22",
|
331
|
+
"tnp-models": "~16.5.20",
|
332
332
|
"ts-debug": "1.3.0",
|
333
333
|
"ts-loader": "2.3.1",
|
334
334
|
"ts-node": "10.9.1",
|
@@ -337,7 +337,7 @@
|
|
337
337
|
"turndown": "7.1.2",
|
338
338
|
"typeorm": "~0.3.10",
|
339
339
|
"typescript": "~5.0.2",
|
340
|
-
"typescript-class-helpers": "~16.5.
|
340
|
+
"typescript-class-helpers": "~16.5.21",
|
341
341
|
"typescript-formatter": "~7.2.2",
|
342
342
|
"underscore": "1.9.1",
|
343
343
|
"uuid": "8.3.2",
|
@@ -351,14 +351,14 @@
|
|
351
351
|
"license": "MIT",
|
352
352
|
"private": false,
|
353
353
|
"name": "tnp-core",
|
354
|
-
"version": "16.6.
|
355
|
-
"lastBuildTagHash": "
|
354
|
+
"version": "16.6.28",
|
355
|
+
"lastBuildTagHash": "63d4fd669950ab45e288a3ac067f5964a16943b7",
|
356
356
|
"main": "index.js"
|
357
357
|
},
|
358
358
|
"build": {
|
359
|
-
"number":
|
360
|
-
"date": "2024-04-04T10:
|
361
|
-
"hash": "
|
359
|
+
"number": 776,
|
360
|
+
"date": "2024-04-04T10:48:59.000Z",
|
361
|
+
"hash": "fd04d3735ed999b29235c0df323b9b67325e93f1"
|
362
362
|
},
|
363
363
|
"currentProjectName": "tnp-core",
|
364
364
|
"currentProjectGenericName": "tnp-core",
|