tnp-config 13.1.75 → 13.1.76

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 (40) hide show
  1. package/README.md +17 -17
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/config.mjs +771 -771
  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 +690 -690
  9. package/browser/fesm2020/tnp-config.mjs +764 -764
  10. package/browser/lib/config.d.ts +227 -227
  11. package/browser/tnp-config.d.ts +4 -4
  12. package/client/README.md +24 -24
  13. package/client/esm2020/lib/config.mjs +771 -771
  14. package/client/esm2020/lib/index.mjs +3 -3
  15. package/client/esm2020/public-api.mjs +1 -1
  16. package/client/esm2020/tnp-config.mjs +4 -4
  17. package/client/fesm2015/tnp-config.mjs +690 -690
  18. package/client/fesm2020/tnp-config.mjs +764 -764
  19. package/client/lib/config.d.ts +227 -227
  20. package/client/package.json +33 -31
  21. package/client/tnp-config.d.ts +4 -4
  22. package/index.d.ts +1 -1
  23. package/index.js.map +1 -1
  24. package/lib/config.d.ts +439 -439
  25. package/lib/config.js.map +1 -1
  26. package/lib/index.d.ts +1 -1
  27. package/lib/index.js.map +1 -1
  28. package/package.json +3 -3
  29. package/package.json_devDependencies.json +218 -218
  30. package/package.json_tnp.json5 +36 -36
  31. package/tmp-environment.json +37 -35
  32. package/websql/README.md +24 -24
  33. package/websql/esm2020/lib/config.mjs +771 -771
  34. package/websql/esm2020/lib/index.mjs +3 -3
  35. package/websql/esm2020/public-api.mjs +1 -1
  36. package/websql/esm2020/tnp-config.mjs +4 -4
  37. package/websql/fesm2015/tnp-config.mjs +690 -690
  38. package/websql/fesm2020/tnp-config.mjs +764 -764
  39. package/websql/lib/config.d.ts +227 -227
  40. package/websql/tnp-config.d.ts +4 -4
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
+ ```
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (tnp-config@13.1.75)
3
+ Assets from this folder are being shipped with this npm package (tnp-config@13.1.76)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
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.