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.
Files changed (44) hide show
  1. package/README.md +17 -17
  2. package/app.d.ts +2 -2
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/config.mjs +770 -768
  5. package/browser/esm2020/lib/index.mjs +3 -3
  6. package/browser/esm2020/public-api.mjs +1 -1
  7. package/browser/esm2020/tnp-config.mjs +4 -4
  8. package/browser/fesm2015/tnp-config.mjs +689 -687
  9. package/browser/fesm2015/tnp-config.mjs.map +1 -1
  10. package/browser/fesm2020/tnp-config.mjs +762 -760
  11. package/browser/fesm2020/tnp-config.mjs.map +1 -1
  12. package/browser/lib/config.d.ts +227 -227
  13. package/browser/tnp-config.d.ts +4 -4
  14. package/client/README.md +24 -24
  15. package/client/esm2020/lib/config.mjs +770 -768
  16. package/client/esm2020/lib/index.mjs +3 -3
  17. package/client/esm2020/public-api.mjs +1 -1
  18. package/client/esm2020/tnp-config.mjs +4 -4
  19. package/client/fesm2015/tnp-config.mjs +689 -687
  20. package/client/fesm2015/tnp-config.mjs.map +1 -1
  21. package/client/fesm2020/tnp-config.mjs +762 -760
  22. package/client/fesm2020/tnp-config.mjs.map +1 -1
  23. package/client/lib/config.d.ts +227 -227
  24. package/client/tnp-config.d.ts +4 -4
  25. package/index.d.ts +1 -1
  26. package/lib/config.d.ts +437 -436
  27. package/lib/config.js +1 -0
  28. package/lib/config.js.map +1 -1
  29. package/lib/index.d.ts +1 -1
  30. package/package.json +3 -3
  31. package/package.json_devDependencies.json +218 -218
  32. package/package.json_tnp.json5 +35 -35
  33. package/tmp-environment.json +9 -9
  34. package/websql/README.md +24 -24
  35. package/websql/esm2020/lib/config.mjs +770 -768
  36. package/websql/esm2020/lib/index.mjs +3 -3
  37. package/websql/esm2020/public-api.mjs +1 -1
  38. package/websql/esm2020/tnp-config.mjs +4 -4
  39. package/websql/fesm2015/tnp-config.mjs +689 -687
  40. package/websql/fesm2015/tnp-config.mjs.map +1 -1
  41. package/websql/fesm2020/tnp-config.mjs +762 -760
  42. package/websql/fesm2020/tnp-config.mjs.map +1 -1
  43. package/websql/lib/config.d.ts +227 -227
  44. package/websql/tnp-config.d.ts +4 -4
@@ -42,7 +42,7 @@
42
42
  "workerPlugins": {}
43
43
  },
44
44
  "dependencies": {
45
- "tnp-core": "~13.2.7"
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.62",
266
+ "tnp-config": "~13.1.65",
267
267
  "tnp-db": "~13.1.16",
268
- "tnp-helpers": "~13.1.25",
269
- "tnp-models": "~13.1.17",
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.64",
292
- "lastBuildTagHash": "b12e0e552015299ba6000082932ec4b73aed1255"
291
+ "version": "13.1.66",
292
+ "lastBuildTagHash": "5d137027d28e84406e40153b4a658cbb4c5bc03b"
293
293
  },
294
294
  "build": {
295
- "number": 469,
296
- "date": "2023-04-21T21:40:12.000Z",
297
- "hash": "dcb88bf839140116d3c9f83f65d334a4c48be770",
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.