tnp-helpers 19.0.43 → 19.0.44
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.
- package/browser/README.md +24 -24
- package/browser/fesm2022/tnp-helpers.mjs +7 -2
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +1 -0
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-db.js +1 -2
- package/lib/base/classes/base-db.js.map +1 -1
- package/lib/base/classes/base-java-jdk.js +2 -2
- package/lib/base/classes/base-java-jdk.js.map +1 -1
- package/lib/base/classes/base-node-modules.js +1 -1
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/classes/base-powershell.js +2 -2
- package/lib/base/classes/base-powershell.js.map +1 -1
- package/lib/base/classes/base-vscode.js +5 -1
- package/lib/base/classes/base-vscode.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +3 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-backend/helpers-file-folders.js +5 -2
- package/lib/helpers/for-backend/helpers-file-folders.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/helpers-numbers.js.map +1 -1
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/package.json +1 -1
- package/tmp-environment.json +3 -7
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-helpers.mjs +7 -2
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +1 -0
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
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.
|
|
@@ -3068,6 +3068,7 @@ class HelpersFileFolders {
|
|
|
3068
3068
|
/* */
|
|
3069
3069
|
/* */
|
|
3070
3070
|
/* */
|
|
3071
|
+
/* */
|
|
3071
3072
|
return (void 0);
|
|
3072
3073
|
}
|
|
3073
3074
|
// createMultiplatformLink(target: string, link: string) {
|
|
@@ -6335,7 +6336,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6335
6336
|
/**
|
|
6336
6337
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6337
6338
|
*/
|
|
6338
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6339
|
+
const CURRENT_PACKAGE_VERSION = '19.0.44';
|
|
6339
6340
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6340
6341
|
|
|
6341
6342
|
//#endregion
|
|
@@ -8941,7 +8942,7 @@ class BaseNodeModules {
|
|
|
8941
8942
|
*/
|
|
8942
8943
|
get realPath() {
|
|
8943
8944
|
try {
|
|
8944
|
-
const realPath = fse.realpathSync(this.path);
|
|
8945
|
+
const realPath = crossPlatformPath(fse.realpathSync(this.path));
|
|
8945
8946
|
return realPath;
|
|
8946
8947
|
}
|
|
8947
8948
|
catch (error) {
|
|
@@ -11769,6 +11770,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
11769
11770
|
/* */
|
|
11770
11771
|
/* */
|
|
11771
11772
|
/* */
|
|
11773
|
+
/* */
|
|
11774
|
+
/* */
|
|
11775
|
+
/* */
|
|
11776
|
+
/* */
|
|
11772
11777
|
return (void 0);
|
|
11773
11778
|
}
|
|
11774
11779
|
//#endregion
|