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/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.
|
|
@@ -3049,6 +3049,7 @@ class HelpersFileFolders {
|
|
|
3049
3049
|
/* */
|
|
3050
3050
|
/* */
|
|
3051
3051
|
/* */
|
|
3052
|
+
/* */
|
|
3052
3053
|
return (void 0);
|
|
3053
3054
|
}
|
|
3054
3055
|
// createMultiplatformLink(target: string, link: string) {
|
|
@@ -6347,7 +6348,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6347
6348
|
/**
|
|
6348
6349
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6349
6350
|
*/
|
|
6350
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6351
|
+
const CURRENT_PACKAGE_VERSION = '19.0.44';
|
|
6351
6352
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6352
6353
|
|
|
6353
6354
|
//#endregion
|
|
@@ -8935,7 +8936,7 @@ class BaseNodeModules {
|
|
|
8935
8936
|
*/
|
|
8936
8937
|
get realPath() {
|
|
8937
8938
|
try {
|
|
8938
|
-
const realPath = fse.realpathSync(this.path);
|
|
8939
|
+
const realPath = crossPlatformPath(fse.realpathSync(this.path));
|
|
8939
8940
|
return realPath;
|
|
8940
8941
|
}
|
|
8941
8942
|
catch (error) {
|
|
@@ -11763,6 +11764,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
11763
11764
|
/* */
|
|
11764
11765
|
/* */
|
|
11765
11766
|
/* */
|
|
11767
|
+
/* */
|
|
11768
|
+
/* */
|
|
11769
|
+
/* */
|
|
11770
|
+
/* */
|
|
11766
11771
|
return (void 0);
|
|
11767
11772
|
}
|
|
11768
11773
|
//#endregion
|