tnp-helpers 19.0.39 → 19.0.41

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 (33) hide show
  1. package/browser/README.md +24 -24
  2. package/browser/fesm2022/tnp-helpers.mjs +3 -1
  3. package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
  4. package/browser/lib/build-info._auto-generated_.d.ts +2 -1
  5. package/browser/package.json +1 -1
  6. package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +3 -3
  7. package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js.map +1 -1
  8. package/lib/base/classes/base-cli-worker/base-cli-worker.js +2 -1
  9. package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
  10. package/lib/base/classes/base-command-line-feature.backend.d.ts +3 -3
  11. package/lib/base/classes/base-command-line-feature.backend.js.map +1 -1
  12. package/lib/base/classes/base-global-command-line.backend.d.ts +1 -0
  13. package/lib/base/classes/base-global-command-line.backend.js +3 -0
  14. package/lib/base/classes/base-global-command-line.backend.js.map +1 -1
  15. package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
  16. package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
  17. package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +2 -2
  18. package/lib/build-info._auto-generated_.d.ts +2 -1
  19. package/lib/build-info._auto-generated_.js +3 -2
  20. package/lib/build-info._auto-generated_.js.map +1 -1
  21. package/lib/helpers/for-browser/angular.helper.js +2 -2
  22. package/lib/helpers/helpers-numbers.js.map +1 -1
  23. package/lib/old/base-component.js +2 -2
  24. package/lib/old/base-formly-component.js +2 -2
  25. package/lib/old/dual-component-ctrl.js +2 -2
  26. package/lib/validators/validators-git.js.map +1 -1
  27. package/package.json +1 -1
  28. package/tmp-environment.json +33 -0
  29. package/websql/README.md +24 -24
  30. package/websql/fesm2022/tnp-helpers.mjs +3 -1
  31. package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
  32. package/websql/lib/build-info._auto-generated_.d.ts +2 -1
  33. package/websql/package.json +1 -1
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.
@@ -5170,6 +5170,7 @@ class BaseCliWorker {
5170
5170
  /* */
5171
5171
  /* */
5172
5172
  /* */
5173
+ /* */
5173
5174
  return (void 0);
5174
5175
  }
5175
5176
  //#endregion
@@ -6397,8 +6398,9 @@ class PortsWorker extends BaseCliWorker {
6397
6398
  // THIS FILE IS GENERATED - DO NOT MODIFY
6398
6399
  const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6399
6400
  const APP_ID = 'com.domain.example.tnp-helpers';
6401
+ const BUILD_BASE_HREF = '';
6400
6402
  const PROJECT_NPM_NAME = 'tnp-helpers';
6401
- const CURRENT_PACKAGE_VERSION = '19.0.39';
6403
+ const CURRENT_PACKAGE_VERSION = '19.0.41';
6402
6404
  // THIS FILE IS GENERATED - DO NOT MODIFY
6403
6405
 
6404
6406
  //#endregion