tnp-config 13.1.54 → 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.
Files changed (37) hide show
  1. package/README.md +3 -3
  2. package/app.d.ts +2 -2
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/config.mjs +757 -762
  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 +680 -685
  9. package/browser/fesm2020/tnp-config.mjs +750 -755
  10. package/browser/lib/config.d.ts +224 -224
  11. package/browser/tnp-config.d.ts +4 -4
  12. package/client/README.md +24 -24
  13. package/client/esm2020/lib/config.mjs +757 -762
  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 +680 -685
  18. package/client/fesm2020/tnp-config.mjs +750 -755
  19. package/client/lib/config.d.ts +224 -224
  20. package/client/tnp-config.d.ts +4 -4
  21. package/index.d.ts +1 -1
  22. package/lib/config.d.ts +425 -425
  23. package/lib/config.js +10 -15
  24. package/lib/index.d.ts +1 -1
  25. package/package.json +3 -3
  26. package/package.json_devDependencies.json +218 -218
  27. package/package.json_tnp.json5 +35 -35
  28. package/tmp-environment.json +11 -10
  29. package/websql/README.md +24 -24
  30. package/websql/esm2020/lib/config.mjs +757 -762
  31. package/websql/esm2020/lib/index.mjs +3 -3
  32. package/websql/esm2020/public-api.mjs +1 -1
  33. package/websql/esm2020/tnp-config.mjs +4 -4
  34. package/websql/fesm2015/tnp-config.mjs +680 -685
  35. package/websql/fesm2020/tnp-config.mjs +750 -755
  36. package/websql/lib/config.d.ts +224 -224
  37. package/websql/tnp-config.d.ts +4 -4
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # tnp-config
2
-
3
- config for all isomorphic libs/apps
1
+ # tnp-config
2
+
3
+ config for all isomorphic libs/apps
package/app.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare function start(): void;
2
- export default start;
1
+ export declare function start(): void;
2
+ export default start;
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.