tnp-config 13.1.70 → 13.1.72

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 (50) hide show
  1. package/README.md +17 -17
  2. package/assets/shared/shared_folder_info.txt +7 -0
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/config.mjs +771 -770
  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 -689
  9. package/browser/fesm2015/tnp-config.mjs.map +1 -1
  10. package/browser/fesm2020/tnp-config.mjs +763 -762
  11. package/browser/fesm2020/tnp-config.mjs.map +1 -1
  12. package/browser/lib/config.d.ts +228 -227
  13. package/browser/tnp-config.d.ts +4 -4
  14. package/client/README.md +24 -24
  15. package/client/esm2020/lib/config.mjs +771 -770
  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 -689
  20. package/client/fesm2015/tnp-config.mjs.map +1 -1
  21. package/client/fesm2020/tnp-config.mjs +763 -762
  22. package/client/fesm2020/tnp-config.mjs.map +1 -1
  23. package/client/lib/config.d.ts +228 -227
  24. package/client/package.json +246 -26
  25. package/client/tnp-config.d.ts +4 -4
  26. package/index.d.ts +1 -1
  27. package/index.js.map +1 -1
  28. package/lib/config.d.ts +438 -437
  29. package/lib/config.js +1 -1
  30. package/lib/config.js.map +1 -1
  31. package/lib/index.d.ts +1 -1
  32. package/lib/index.js.map +1 -1
  33. package/package.json +4 -4
  34. package/package.json_devDependencies.json +218 -218
  35. package/package.json_tnp.json5 +35 -35
  36. package/tmp-environment.json +36 -36
  37. package/websql/README.md +24 -24
  38. package/websql/esm2020/lib/config.mjs +771 -770
  39. package/websql/esm2020/lib/index.mjs +3 -3
  40. package/websql/esm2020/public-api.mjs +1 -1
  41. package/websql/esm2020/tnp-config.mjs +4 -4
  42. package/websql/fesm2015/tnp-config.mjs +689 -689
  43. package/websql/fesm2015/tnp-config.mjs.map +1 -1
  44. package/websql/fesm2020/tnp-config.mjs +763 -762
  45. package/websql/fesm2020/tnp-config.mjs.map +1 -1
  46. package/websql/lib/config.d.ts +228 -227
  47. package/websql/tnp-config.d.ts +4 -4
  48. package/app.d.ts +0 -2
  49. package/app.js +0 -11
  50. package/app.js.map +0 -1
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # firedev-config ( tnp-config )
2
-
3
- - part of [firedev.io](https://github.com/darekf77/firedev)
4
- - purpose:
5
- + general config for all firedev/isomorphic lib/apps
6
- + common usefull phrases for backend/frontend usage
7
-
8
- ## Usage
9
- - in firedev isomorphic libs/apps or any NodeJS apps/libs:
10
- ```ts
11
- import { config } from 'tnp-config';
12
- ```
13
-
14
- - in any frontend browser apps (except firedev lib/apps)
15
- ```ts
16
- import { Helpers } from 'tnp-config/browser';
17
- ```
1
+ # firedev-config ( tnp-config )
2
+
3
+ - part of [firedev.io](https://github.com/darekf77/firedev)
4
+ - purpose:
5
+ + general config for all firedev/isomorphic lib/apps
6
+ + common usefull phrases for backend/frontend usage
7
+
8
+ ## Usage
9
+ - in firedev isomorphic libs/apps or any NodeJS apps/libs:
10
+ ```ts
11
+ import { config } from 'tnp-config';
12
+ ```
13
+
14
+ - in any frontend browser apps (except firedev lib/apps)
15
+ ```ts
16
+ import { Helpers } from 'tnp-config/browser';
17
+ ```
@@ -0,0 +1,7 @@
1
+ THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
+
3
+ Assets from this folder can be used in npm package "tnp-config@13.1.72"
4
+ created from this project.
5
+
6
+ THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
7
+
package/browser/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.