tnp-helpers 19.0.14 → 19.0.17
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/fesm2022/tnp-helpers.mjs +34 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/client/fesm2022/tnp-helpers.mjs +34 -1
- package/client/fesm2022/tnp-helpers.mjs.map +1 -1
- package/client/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/client/lib/build-info._auto-generated_.d.ts +1 -1
- package/client/package.json +1 -1
- package/lib/base/classes/base-linked-projects.js +1 -1
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/classes/base-vscode.js +33 -0
- 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 +2 -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-git.backend.d.ts +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- 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 +20 -2
- package/tmp-environment.json +6 -6
- package/websql/fesm2022/tnp-helpers.mjs +34 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -5796,7 +5796,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
5796
5796
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5797
5797
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
5798
5798
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
5799
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
5799
|
+
const CURRENT_PACKAGE_VERSION = '19.0.17';
|
|
5800
5800
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5801
5801
|
|
|
5802
5802
|
//#endregion
|
|
@@ -11001,6 +11001,7 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
11001
11001
|
/* */
|
|
11002
11002
|
/* */
|
|
11003
11003
|
/* */
|
|
11004
|
+
/* */
|
|
11004
11005
|
]).map(c => c.toLowerCase());
|
|
11005
11006
|
}
|
|
11006
11007
|
//#endregion
|
|
@@ -11423,6 +11424,38 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
11423
11424
|
/* */
|
|
11424
11425
|
/* */
|
|
11425
11426
|
/* */
|
|
11427
|
+
/* */
|
|
11428
|
+
/* */
|
|
11429
|
+
/* */
|
|
11430
|
+
/* */
|
|
11431
|
+
/* */
|
|
11432
|
+
/* */
|
|
11433
|
+
/* */
|
|
11434
|
+
/* */
|
|
11435
|
+
/* */
|
|
11436
|
+
/* */
|
|
11437
|
+
/* */
|
|
11438
|
+
/* */
|
|
11439
|
+
/* */
|
|
11440
|
+
/* */
|
|
11441
|
+
/* */
|
|
11442
|
+
/* */
|
|
11443
|
+
/* */
|
|
11444
|
+
/* */
|
|
11445
|
+
/* */
|
|
11446
|
+
/* */
|
|
11447
|
+
/* */
|
|
11448
|
+
/* */
|
|
11449
|
+
/* */
|
|
11450
|
+
/* */
|
|
11451
|
+
/* */
|
|
11452
|
+
/* */
|
|
11453
|
+
/* */
|
|
11454
|
+
/* */
|
|
11455
|
+
/* */
|
|
11456
|
+
/* */
|
|
11457
|
+
/* */
|
|
11458
|
+
/* */
|
|
11426
11459
|
return (void 0);
|
|
11427
11460
|
}
|
|
11428
11461
|
//#endregion
|