tnp-config 13.1.53 → 13.1.55
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/browser/README.md +24 -24
- package/browser/esm2020/lib/config.mjs +757 -764
- 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 +680 -687
- package/browser/fesm2020/tnp-config.mjs +750 -757
- 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 +757 -764
- 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 +680 -687
- package/client/fesm2020/tnp-config.mjs +750 -757
- package/client/lib/config.d.ts +224 -224
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/config.d.ts +425 -425
- package/lib/config.js +11 -18
- package/lib/index.d.ts +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +35 -35
- package/tmp-environment.json +13 -12
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +757 -764
- 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 +680 -687
- package/websql/fesm2020/tnp-config.mjs +750 -757
- 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.59"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -161,6 +161,7 @@
|
|
161
161
|
"firedev-ports": "~13.1.31",
|
162
162
|
"firedev-storage": "~13.1.23",
|
163
163
|
"firedev-typeorm": "~13.1.11",
|
164
|
+
"firedev-ui": "13.0.1",
|
164
165
|
"fkill": "6.1.0",
|
165
166
|
"font-awesome": "4.7.0",
|
166
167
|
"fs-extra": "8.1.0",
|
@@ -171,11 +172,11 @@
|
|
171
172
|
"http-proxy": "1.16.2",
|
172
173
|
"http-proxy-middleware": "0.19.1",
|
173
174
|
"http-server": "0.11.1",
|
174
|
-
"incremental-compiler": "~13.1.
|
175
|
+
"incremental-compiler": "~13.1.11",
|
175
176
|
"inquirer": "7.3.3",
|
176
177
|
"inquirer-autocomplete-prompt": "1.3.0",
|
177
178
|
"is-elevated": "3.0.0",
|
178
|
-
"isomorphic-region-loader": "~1.
|
179
|
+
"isomorphic-region-loader": "~13.1.24",
|
179
180
|
"istanbul-instrumenter-loader": "2.0.0",
|
180
181
|
"jasmine-core": "4.0.0",
|
181
182
|
"jscodeshift": "0.6.3",
|
@@ -206,7 +207,7 @@
|
|
206
207
|
"mkdirp": "0.5.1",
|
207
208
|
"mocha": "5.2.0",
|
208
209
|
"moment": "2.22.2",
|
209
|
-
"morphi": "~13.1.
|
210
|
+
"morphi": "~13.1.32",
|
210
211
|
"ng-packagr": "13.0.0",
|
211
212
|
"ng-talkback": "~13.1.19",
|
212
213
|
"ng2-logger": "~13.1.9",
|
@@ -256,10 +257,10 @@
|
|
256
257
|
"systeminformation": "3.45.7",
|
257
258
|
"task.js": "0.1.5",
|
258
259
|
"tnp-cli": "~13.1.41",
|
259
|
-
"tnp-config": "~13.1.
|
260
|
+
"tnp-config": "~13.1.54",
|
260
261
|
"tnp-db": "~13.1.7",
|
261
|
-
"tnp-helpers": "~13.1.
|
262
|
-
"tnp-models": "~13.1.
|
262
|
+
"tnp-helpers": "~13.1.14",
|
263
|
+
"tnp-models": "~13.1.9",
|
263
264
|
"tnp-ui": "~13.1.27",
|
264
265
|
"ts-debug": "1.3.0",
|
265
266
|
"ts-loader": "2.3.1",
|
@@ -280,13 +281,13 @@
|
|
280
281
|
"private": false,
|
281
282
|
"main": "index.js",
|
282
283
|
"name": "tnp-config",
|
283
|
-
"version": "13.1.
|
284
|
-
"lastBuildTagHash": "
|
284
|
+
"version": "13.1.55",
|
285
|
+
"lastBuildTagHash": "ff8791c47708cdd693af58fd46c973aecf316a38"
|
285
286
|
},
|
286
287
|
"build": {
|
287
|
-
"number":
|
288
|
-
"date": "2023-
|
289
|
-
"hash": "
|
288
|
+
"number": 441,
|
289
|
+
"date": "2023-02-25T08:09:44.000Z",
|
290
|
+
"hash": "1faa663fecd722087a22e317ead5e27a30d98a09",
|
290
291
|
"options": {}
|
291
292
|
},
|
292
293
|
"currentProjectName": "tnp-config",
|
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.
|