tnp-config 13.1.55 → 13.1.57
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 +3 -3
- package/app.d.ts +2 -2
- package/app.js.map +1 -0
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/config.mjs +765 -757
- 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 -679
- package/browser/fesm2015/tnp-config.mjs.map +1 -0
- package/browser/fesm2020/tnp-config.mjs +757 -749
- package/browser/fesm2020/tnp-config.mjs.map +1 -0
- package/browser/lib/config.d.ts +224 -224
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +765 -757
- 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 -679
- package/client/fesm2015/tnp-config.mjs.map +1 -0
- package/client/fesm2020/tnp-config.mjs +757 -749
- package/client/fesm2020/tnp-config.mjs.map +1 -0
- package/client/lib/config.d.ts +224 -224
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/index.js.map +1 -0
- package/lib/config.d.ts +433 -425
- package/lib/config.js +9 -2
- package/lib/config.js.map +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -0
- package/package.json +3 -3
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +35 -35
- package/tmp-environment.json +30 -29
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +765 -757
- 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 -679
- package/websql/fesm2015/tnp-config.mjs.map +1 -0
- package/websql/fesm2020/tnp-config.mjs +757 -749
- package/websql/fesm2020/tnp-config.mjs.map +1 -0
- package/websql/lib/config.d.ts +224 -224
- package/websql/tnp-config.d.ts +4 -4
package/tmp-environment.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
"workerPlugins": {}
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"tnp-core": "~13.1
|
46
|
+
"tnp-core": "~13.2.1"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -114,9 +114,9 @@
|
|
114
114
|
"@types/vinyl": "2.0.2",
|
115
115
|
"@types/watch": "1.0.0",
|
116
116
|
"accepts": "1.3.4",
|
117
|
-
"any-project-cli": "~13.1.
|
117
|
+
"any-project-cli": "~13.1.19",
|
118
118
|
"axios": "0.17.1",
|
119
|
-
"background-worker-process": "~13.1.
|
119
|
+
"background-worker-process": "~13.1.33",
|
120
120
|
"bcryptjs": "2.4.3",
|
121
121
|
"better-sqlite3": "7.6.2",
|
122
122
|
"body-parser": "1.18.2",
|
@@ -142,6 +142,7 @@
|
|
142
142
|
"dateformat": "3.0.3",
|
143
143
|
"detect-mocha": "0.1.0",
|
144
144
|
"diff": "3.2.0",
|
145
|
+
"edit-table": "13.1.0",
|
145
146
|
"element-resize-detector": "1.1.15",
|
146
147
|
"enquirer": "2.3.0",
|
147
148
|
"enum-values": "1.2.1",
|
@@ -156,12 +157,12 @@
|
|
156
157
|
"fbgraph": "1.4.1",
|
157
158
|
"file-loader": "1.1.5",
|
158
159
|
"firedev": "^13",
|
159
|
-
"firedev-crud": "~13.1.
|
160
|
-
"firedev-crud-deamon": "~13.1.
|
161
|
-
"firedev-ports": "~13.1.
|
162
|
-
"firedev-storage": "~13.1.
|
163
|
-
"firedev-typeorm": "~13.1.
|
164
|
-
"firedev-ui": "13.
|
160
|
+
"firedev-crud": "~13.1.38",
|
161
|
+
"firedev-crud-deamon": "~13.1.28",
|
162
|
+
"firedev-ports": "~13.1.32",
|
163
|
+
"firedev-storage": "~13.1.24",
|
164
|
+
"firedev-typeorm": "~13.1.13",
|
165
|
+
"firedev-ui": "~13.1.3",
|
165
166
|
"fkill": "6.1.0",
|
166
167
|
"font-awesome": "4.7.0",
|
167
168
|
"fs-extra": "8.1.0",
|
@@ -172,17 +173,17 @@
|
|
172
173
|
"http-proxy": "1.16.2",
|
173
174
|
"http-proxy-middleware": "0.19.1",
|
174
175
|
"http-server": "0.11.1",
|
175
|
-
"incremental-compiler": "~13.1.
|
176
|
+
"incremental-compiler": "~13.1.12",
|
176
177
|
"inquirer": "7.3.3",
|
177
178
|
"inquirer-autocomplete-prompt": "1.3.0",
|
178
179
|
"is-elevated": "3.0.0",
|
179
|
-
"isomorphic-region-loader": "~13.1.
|
180
|
+
"isomorphic-region-loader": "~13.1.26",
|
180
181
|
"istanbul-instrumenter-loader": "2.0.0",
|
181
182
|
"jasmine-core": "4.0.0",
|
182
183
|
"jscodeshift": "0.6.3",
|
183
184
|
"json-stringify-safe": "5.0.1",
|
184
|
-
"json10": "~13.1.
|
185
|
-
"json10-writer": "~13.1.
|
185
|
+
"json10": "~13.1.31",
|
186
|
+
"json10-writer": "~13.1.29",
|
186
187
|
"json5": "2.1.3",
|
187
188
|
"json5-writer": "0.2.0",
|
188
189
|
"karma": "6.3.0",
|
@@ -194,7 +195,7 @@
|
|
194
195
|
"lnk": "1.0.1",
|
195
196
|
"lockfile": "1.0.4",
|
196
197
|
"lodash": "4.17.4",
|
197
|
-
"lodash-walk-object": "~13.1.
|
198
|
+
"lodash-walk-object": "~13.1.31",
|
198
199
|
"lodash.get": ">= 4",
|
199
200
|
"lodash.isequal": ">= 4",
|
200
201
|
"lodash.merge": ">= 4",
|
@@ -207,11 +208,11 @@
|
|
207
208
|
"mkdirp": "0.5.1",
|
208
209
|
"mocha": "5.2.0",
|
209
210
|
"moment": "2.22.2",
|
210
|
-
"morphi": "~13.1.
|
211
|
+
"morphi": "~13.1.37",
|
211
212
|
"ng-packagr": "13.0.0",
|
212
213
|
"ng-talkback": "~13.1.19",
|
213
|
-
"ng2-logger": "~13.1.
|
214
|
-
"ng2-rest": "~13.1.
|
214
|
+
"ng2-logger": "~13.1.10",
|
215
|
+
"ng2-rest": "~13.1.9",
|
215
216
|
"ng4-icons": "~13.1.21",
|
216
217
|
"ng4-modal": "~13.1.23",
|
217
218
|
"ngx-bootstrap": "8.0.0",
|
@@ -256,11 +257,11 @@
|
|
256
257
|
"sudo-block": "3.0.0",
|
257
258
|
"systeminformation": "3.45.7",
|
258
259
|
"task.js": "0.1.5",
|
259
|
-
"tnp-cli": "~13.1.
|
260
|
-
"tnp-config": "~13.1.
|
261
|
-
"tnp-db": "~13.1.
|
262
|
-
"tnp-helpers": "~13.1.
|
263
|
-
"tnp-models": "~13.1.
|
260
|
+
"tnp-cli": "~13.1.45",
|
261
|
+
"tnp-config": "~13.1.56",
|
262
|
+
"tnp-db": "~13.1.9",
|
263
|
+
"tnp-helpers": "~13.1.19",
|
264
|
+
"tnp-models": "~13.1.10",
|
264
265
|
"tnp-ui": "~13.1.27",
|
265
266
|
"ts-debug": "1.3.0",
|
266
267
|
"ts-loader": "2.3.1",
|
@@ -268,7 +269,7 @@
|
|
268
269
|
"tslib": "~2.3.0",
|
269
270
|
"typeorm": "~0.3.10",
|
270
271
|
"typescript": "~4.6.2",
|
271
|
-
"typescript-class-helpers": "~13.1.
|
272
|
+
"typescript-class-helpers": "~13.1.10",
|
272
273
|
"typescript-formatter": "~7.2.2",
|
273
274
|
"underscore": "1.9.1",
|
274
275
|
"uuid": "8.3.2",
|
@@ -281,13 +282,13 @@
|
|
281
282
|
"private": false,
|
282
283
|
"main": "index.js",
|
283
284
|
"name": "tnp-config",
|
284
|
-
"version": "13.1.
|
285
|
-
"lastBuildTagHash": "
|
285
|
+
"version": "13.1.57",
|
286
|
+
"lastBuildTagHash": "a13233f753e78682d36fcc5228e45b0633df04a4"
|
286
287
|
},
|
287
288
|
"build": {
|
288
|
-
"number":
|
289
|
-
"date": "2023-
|
290
|
-
"hash": "
|
289
|
+
"number": 453,
|
290
|
+
"date": "2023-03-18T08:27:07.000Z",
|
291
|
+
"hash": "991e984ec4a7b09c92ee8d3d30f3d6431f38997a",
|
291
292
|
"options": {}
|
292
293
|
},
|
293
294
|
"currentProjectName": "tnp-config",
|
@@ -295,7 +296,7 @@
|
|
295
296
|
"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\"]}]}",
|
296
297
|
"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\"}]}",
|
297
298
|
"currentProjectType": "isomorphic-lib",
|
298
|
-
"currentFrameworkVersion": "13.1.
|
299
|
+
"currentFrameworkVersion": "13.1.175",
|
299
300
|
"currentProjectIsStrictSite": false,
|
300
301
|
"currentProjectIsDependencySite": false,
|
301
302
|
"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.
|