tnp-config 13.1.55 → 13.1.56
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 +760 -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 +682 -679
- package/browser/fesm2015/tnp-config.mjs.map +1 -0
- package/browser/fesm2020/tnp-config.mjs +752 -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 +760 -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 +682 -679
- package/client/fesm2015/tnp-config.mjs.map +1 -0
- package/client/fesm2020/tnp-config.mjs +752 -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 +427 -425
- package/lib/config.js +4 -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 +15 -15
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +760 -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 +682 -679
- package/websql/fesm2015/tnp-config.mjs.map +1 -0
- package/websql/fesm2020/tnp-config.mjs +752 -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.1.64"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -160,8 +160,8 @@
|
|
160
160
|
"firedev-crud-deamon": "~13.1.27",
|
161
161
|
"firedev-ports": "~13.1.31",
|
162
162
|
"firedev-storage": "~13.1.23",
|
163
|
-
"firedev-typeorm": "~13.1.
|
164
|
-
"firedev-ui": "13.
|
163
|
+
"firedev-typeorm": "~13.1.12",
|
164
|
+
"firedev-ui": "~13.1.2",
|
165
165
|
"fkill": "6.1.0",
|
166
166
|
"font-awesome": "4.7.0",
|
167
167
|
"fs-extra": "8.1.0",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"inquirer": "7.3.3",
|
177
177
|
"inquirer-autocomplete-prompt": "1.3.0",
|
178
178
|
"is-elevated": "3.0.0",
|
179
|
-
"isomorphic-region-loader": "~13.1.
|
179
|
+
"isomorphic-region-loader": "~13.1.25",
|
180
180
|
"istanbul-instrumenter-loader": "2.0.0",
|
181
181
|
"jasmine-core": "4.0.0",
|
182
182
|
"jscodeshift": "0.6.3",
|
@@ -207,7 +207,7 @@
|
|
207
207
|
"mkdirp": "0.5.1",
|
208
208
|
"mocha": "5.2.0",
|
209
209
|
"moment": "2.22.2",
|
210
|
-
"morphi": "~13.1.
|
210
|
+
"morphi": "~13.1.35",
|
211
211
|
"ng-packagr": "13.0.0",
|
212
212
|
"ng-talkback": "~13.1.19",
|
213
213
|
"ng2-logger": "~13.1.9",
|
@@ -256,10 +256,10 @@
|
|
256
256
|
"sudo-block": "3.0.0",
|
257
257
|
"systeminformation": "3.45.7",
|
258
258
|
"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.
|
259
|
+
"tnp-cli": "~13.1.44",
|
260
|
+
"tnp-config": "~13.1.55",
|
261
|
+
"tnp-db": "~13.1.8",
|
262
|
+
"tnp-helpers": "~13.1.17",
|
263
263
|
"tnp-models": "~13.1.9",
|
264
264
|
"tnp-ui": "~13.1.27",
|
265
265
|
"ts-debug": "1.3.0",
|
@@ -281,13 +281,13 @@
|
|
281
281
|
"private": false,
|
282
282
|
"main": "index.js",
|
283
283
|
"name": "tnp-config",
|
284
|
-
"version": "13.1.
|
285
|
-
"lastBuildTagHash": "
|
284
|
+
"version": "13.1.56",
|
285
|
+
"lastBuildTagHash": "1faa663fecd722087a22e317ead5e27a30d98a09"
|
286
286
|
},
|
287
287
|
"build": {
|
288
|
-
"number":
|
289
|
-
"date": "2023-
|
290
|
-
"hash": "
|
288
|
+
"number": 448,
|
289
|
+
"date": "2023-03-13T15:04:25.000Z",
|
290
|
+
"hash": "a13233f753e78682d36fcc5228e45b0633df04a4",
|
291
291
|
"options": {}
|
292
292
|
},
|
293
293
|
"currentProjectName": "tnp-config",
|
@@ -295,7 +295,7 @@
|
|
295
295
|
"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
296
|
"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
297
|
"currentProjectType": "isomorphic-lib",
|
298
|
-
"currentFrameworkVersion": "13.1.
|
298
|
+
"currentFrameworkVersion": "13.1.174",
|
299
299
|
"currentProjectIsStrictSite": false,
|
300
300
|
"currentProjectIsDependencySite": false,
|
301
301
|
"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.
|