tnp-config 13.1.64 → 13.1.66
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 +770 -768
- 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 +689 -687
- package/browser/fesm2015/tnp-config.mjs.map +1 -1
- package/browser/fesm2020/tnp-config.mjs +762 -760
- package/browser/fesm2020/tnp-config.mjs.map +1 -1
- package/browser/lib/config.d.ts +227 -227
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +770 -768
- 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 +689 -687
- package/client/fesm2015/tnp-config.mjs.map +1 -1
- package/client/fesm2020/tnp-config.mjs +762 -760
- package/client/fesm2020/tnp-config.mjs.map +1 -1
- package/client/lib/config.d.ts +227 -227
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/config.d.ts +437 -436
- package/lib/config.js +1 -0
- package/lib/config.js.map +1 -1
- 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 +9 -9
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +770 -768
- 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 +689 -687
- package/websql/fesm2015/tnp-config.mjs.map +1 -1
- package/websql/fesm2020/tnp-config.mjs +762 -760
- package/websql/fesm2020/tnp-config.mjs.map +1 -1
- package/websql/lib/config.d.ts +227 -227
- package/websql/tnp-config.d.ts +4 -4
package/tmp-environment.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
"workerPlugins": {}
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"tnp-core": "~13.2.
|
45
|
+
"tnp-core": "~13.2.8"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -263,10 +263,10 @@
|
|
263
263
|
"systeminformation": "3.45.7",
|
264
264
|
"task.js": "0.1.5",
|
265
265
|
"tnp-cli": "~13.1.50",
|
266
|
-
"tnp-config": "~13.1.
|
266
|
+
"tnp-config": "~13.1.65",
|
267
267
|
"tnp-db": "~13.1.16",
|
268
|
-
"tnp-helpers": "~13.1.
|
269
|
-
"tnp-models": "~13.1.
|
268
|
+
"tnp-helpers": "~13.1.26",
|
269
|
+
"tnp-models": "~13.1.18",
|
270
270
|
"tnp-ui": "~13.1.27",
|
271
271
|
"ts-debug": "1.3.0",
|
272
272
|
"ts-loader": "2.3.1",
|
@@ -288,13 +288,13 @@
|
|
288
288
|
"private": false,
|
289
289
|
"main": "index.js",
|
290
290
|
"name": "tnp-config",
|
291
|
-
"version": "13.1.
|
292
|
-
"lastBuildTagHash": "
|
291
|
+
"version": "13.1.66",
|
292
|
+
"lastBuildTagHash": "5d137027d28e84406e40153b4a658cbb4c5bc03b"
|
293
293
|
},
|
294
294
|
"build": {
|
295
|
-
"number":
|
296
|
-
"date": "2023-04-
|
297
|
-
"hash": "
|
295
|
+
"number": 474,
|
296
|
+
"date": "2023-04-22T15:18:15.000Z",
|
297
|
+
"hash": "4ef773259d62aba05013321e06e76f23200e3e20",
|
298
298
|
"options": {}
|
299
299
|
},
|
300
300
|
"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.
|