tnp-config 13.1.62 → 13.1.65
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 +17 -17
- package/app.d.ts +2 -2
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/config.mjs +768 -765
- package/browser/esm2020/lib/index.mjs +3 -3
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-config.mjs +4 -4
- package/browser/fesm2015/tnp-config.mjs +687 -687
- package/browser/fesm2015/tnp-config.mjs.map +1 -1
- package/browser/fesm2020/tnp-config.mjs +760 -757
- package/browser/fesm2020/tnp-config.mjs.map +1 -1
- package/browser/lib/config.d.ts +227 -224
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +768 -765
- package/client/esm2020/lib/index.mjs +3 -3
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-config.mjs +4 -4
- package/client/fesm2015/tnp-config.mjs +687 -687
- package/client/fesm2015/tnp-config.mjs.map +1 -1
- package/client/fesm2020/tnp-config.mjs +760 -757
- package/client/fesm2020/tnp-config.mjs.map +1 -1
- package/client/lib/config.d.ts +227 -224
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/config.d.ts +436 -433
- package/lib/config.js +2 -2
- package/lib/config.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +2 -2
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +35 -35
- package/tmp-environment.json +33 -36
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +768 -765
- package/websql/esm2020/lib/index.mjs +3 -3
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-config.mjs +4 -4
- package/websql/fesm2015/tnp-config.mjs +687 -687
- package/websql/fesm2015/tnp-config.mjs.map +1 -1
- package/websql/fesm2020/tnp-config.mjs +760 -757
- package/websql/fesm2020/tnp-config.mjs.map +1 -1
- package/websql/lib/config.d.ts +227 -224
- package/websql/tnp-config.d.ts +4 -4
package/tmp-environment.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"domain": "tnp-config.example.domain.com",
|
3
|
-
"name": "local",
|
4
3
|
"isCoreProject": false,
|
5
4
|
"ip": "localhost",
|
6
5
|
"packageJSON": {
|
@@ -114,9 +113,9 @@
|
|
114
113
|
"@types/vinyl": "2.0.2",
|
115
114
|
"@types/watch": "1.0.0",
|
116
115
|
"accepts": "1.3.4",
|
117
|
-
"any-project-cli": "~13.1.
|
116
|
+
"any-project-cli": "~13.1.23",
|
118
117
|
"axios": "1.3.5",
|
119
|
-
"background-worker-process": "~13.1.
|
118
|
+
"background-worker-process": "~13.1.38",
|
120
119
|
"base32": "0.0.7",
|
121
120
|
"bcryptjs": "2.4.3",
|
122
121
|
"better-sqlite3": "7.6.2",
|
@@ -160,12 +159,12 @@
|
|
160
159
|
"file-loader": "1.1.5",
|
161
160
|
"file-saver": "2.0.5",
|
162
161
|
"firedev": "^13",
|
163
|
-
"firedev-crud": "~13.1.
|
164
|
-
"firedev-crud-deamon": "~13.1.
|
165
|
-
"firedev-ports": "~13.1.
|
166
|
-
"firedev-storage": "~13.1.
|
167
|
-
"firedev-typeorm": "~13.1.
|
168
|
-
"firedev-ui": "~13.1.
|
162
|
+
"firedev-crud": "~13.1.43",
|
163
|
+
"firedev-crud-deamon": "~13.1.33",
|
164
|
+
"firedev-ports": "~13.1.37",
|
165
|
+
"firedev-storage": "~13.1.28",
|
166
|
+
"firedev-typeorm": "~13.1.18",
|
167
|
+
"firedev-ui": "~13.1.8",
|
169
168
|
"fkill": "6.1.0",
|
170
169
|
"font-awesome": "4.7.0",
|
171
170
|
"form-data": "4.0.0",
|
@@ -177,17 +176,17 @@
|
|
177
176
|
"http-proxy": "1.16.2",
|
178
177
|
"http-proxy-middleware": "0.19.1",
|
179
178
|
"http-server": "0.11.1",
|
180
|
-
"incremental-compiler": "~13.1.
|
179
|
+
"incremental-compiler": "~13.1.17",
|
181
180
|
"inquirer": "7.3.3",
|
182
181
|
"inquirer-autocomplete-prompt": "1.3.0",
|
183
182
|
"is-elevated": "3.0.0",
|
184
|
-
"isomorphic-region-loader": "~13.1.
|
183
|
+
"isomorphic-region-loader": "~13.1.31",
|
185
184
|
"istanbul-instrumenter-loader": "2.0.0",
|
186
185
|
"jasmine-core": "4.0.0",
|
187
186
|
"jscodeshift": "0.6.3",
|
188
187
|
"json-stringify-safe": "5.0.1",
|
189
|
-
"json10": "~13.1.
|
190
|
-
"json10-writer": "~13.1.
|
188
|
+
"json10": "~13.1.36",
|
189
|
+
"json10-writer": "~13.1.34",
|
191
190
|
"json5": "2.1.3",
|
192
191
|
"json5-writer": "0.2.0",
|
193
192
|
"jszip": "3.10.1",
|
@@ -201,34 +200,33 @@
|
|
201
200
|
"localforage": "1.10.0",
|
202
201
|
"lockfile": "1.0.4",
|
203
202
|
"lodash": "4.17.4",
|
204
|
-
"lodash-walk-object": "~13.1.
|
205
|
-
"lodash.get": ">= 4",
|
206
|
-
"lodash.isequal": ">= 4",
|
207
|
-
"lodash.merge": ">= 4",
|
208
|
-
"lodash.set": ">= 4",
|
203
|
+
"lodash-walk-object": "~13.1.36",
|
209
204
|
"lowdb": "1.0.0",
|
210
|
-
"magic-renamer": "~13.1.
|
205
|
+
"magic-renamer": "~13.1.25",
|
211
206
|
"material-design-icons": "3.0.1",
|
212
207
|
"method-override": "2.3.10",
|
213
208
|
"minimist": "1.2.0",
|
214
209
|
"mkdirp": "0.5.1",
|
215
210
|
"mocha": "5.2.0",
|
216
211
|
"moment": "2.22.2",
|
217
|
-
"morphi": "~13.1
|
212
|
+
"morphi": "~13.2.1",
|
218
213
|
"ng-packagr": "13.0.0",
|
219
214
|
"ng-talkback": "~13.1.19",
|
220
215
|
"ng2-file-upload": "1.3.0",
|
221
|
-
"ng2-logger": "~13.1.
|
222
|
-
"ng2-rest": "~13.1
|
216
|
+
"ng2-logger": "~13.1.15",
|
217
|
+
"ng2-rest": "~13.2.1",
|
223
218
|
"ng4-icons": "~13.1.21",
|
224
219
|
"ng4-modal": "~13.1.23",
|
225
220
|
"ngx-bootstrap": "8.0.0",
|
226
221
|
"ngx-editor": "12.2.1",
|
222
|
+
"ngx-highlightjs": "6.1.3",
|
227
223
|
"ngx-moment": "6.0.2",
|
228
224
|
"ngx-pipes": "3.0.0",
|
225
|
+
"ngx-progressbar": "8.0.0",
|
226
|
+
"ngx-scrollbar": "9.0.2",
|
229
227
|
"ngx-store": "3.1.1",
|
230
228
|
"ngx-toastr": "14.2.2",
|
231
|
-
"ngx-wig": "
|
229
|
+
"ngx-wig": "1.2.7",
|
232
230
|
"node-cli-tester": "~13.1.19",
|
233
231
|
"node-localstorage": "2.1.6",
|
234
232
|
"node-notifier": "6.0.0",
|
@@ -264,11 +262,11 @@
|
|
264
262
|
"sudo-block": "3.0.0",
|
265
263
|
"systeminformation": "3.45.7",
|
266
264
|
"task.js": "0.1.5",
|
267
|
-
"tnp-cli": "~13.1.
|
268
|
-
"tnp-config": "~13.1.
|
269
|
-
"tnp-db": "~13.1.
|
270
|
-
"tnp-helpers": "~13.1.
|
271
|
-
"tnp-models": "~13.1.
|
265
|
+
"tnp-cli": "~13.1.50",
|
266
|
+
"tnp-config": "~13.1.64",
|
267
|
+
"tnp-db": "~13.1.16",
|
268
|
+
"tnp-helpers": "~13.1.26",
|
269
|
+
"tnp-models": "~13.1.17",
|
272
270
|
"tnp-ui": "~13.1.27",
|
273
271
|
"ts-debug": "1.3.0",
|
274
272
|
"ts-loader": "2.3.1",
|
@@ -276,7 +274,7 @@
|
|
276
274
|
"tslib": "~2.3.0",
|
277
275
|
"typeorm": "~0.3.10",
|
278
276
|
"typescript": "~4.6.2",
|
279
|
-
"typescript-class-helpers": "~13.1
|
277
|
+
"typescript-class-helpers": "~13.2.1",
|
280
278
|
"typescript-formatter": "~7.2.2",
|
281
279
|
"underscore": "1.9.1",
|
282
280
|
"uuid": "8.3.2",
|
@@ -290,21 +288,20 @@
|
|
290
288
|
"private": false,
|
291
289
|
"main": "index.js",
|
292
290
|
"name": "tnp-config",
|
293
|
-
"version": "13.1.
|
294
|
-
"lastBuildTagHash": "
|
291
|
+
"version": "13.1.65",
|
292
|
+
"lastBuildTagHash": "dcb88bf839140116d3c9f83f65d334a4c48be770"
|
295
293
|
},
|
296
294
|
"build": {
|
297
|
-
"number":
|
298
|
-
"date": "2023-04-
|
299
|
-
"hash": "
|
295
|
+
"number": 471,
|
296
|
+
"date": "2023-04-22T00:38:57.000Z",
|
297
|
+
"hash": "5d137027d28e84406e40153b4a658cbb4c5bc03b",
|
300
298
|
"options": {}
|
301
299
|
},
|
302
300
|
"currentProjectName": "tnp-config",
|
303
|
-
"currentProjectPort": 4000,
|
304
301
|
"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%22tnp-config%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\"]}]}",
|
305
302
|
"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\"}]}",
|
306
303
|
"currentProjectType": "isomorphic-lib",
|
307
|
-
"currentFrameworkVersion": "13.1.
|
304
|
+
"currentFrameworkVersion": "13.1.181",
|
308
305
|
"currentProjectIsStrictSite": false,
|
309
306
|
"currentProjectIsDependencySite": false,
|
310
307
|
"currentProjectIsStatic": false,
|
package/websql/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|