tnp-core 19.0.18 → 19.0.19

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/browser",
3
- "version": "19.0.18",
3
+ "version": "19.0.19",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1746569328790 = dummy1746569328790;
4
- function dummy1746569328790() { }
3
+ exports.dummy1746900932485 = dummy1746900932485;
4
+ function dummy1746900932485() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/client",
3
- "version": "19.0.18",
3
+ "version": "19.0.19",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "tnp-core";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.18";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.19";
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.PROJECT_NPM_NAME = 'tnp-core';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.18';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.19';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/lib/helpers.d.ts CHANGED
@@ -155,7 +155,7 @@ export declare class HelpersCore extends HelpersMessages {
155
155
  */
156
156
  isExistedSymlink(filePath: string | string[]): boolean;
157
157
  pathContainLink(p: string): boolean;
158
- exists(folderOrFilePath: string | string[]): any;
158
+ exists(folderOrFilePath: string | string[]): boolean;
159
159
  /**
160
160
  * this is HACK for running procesess inside processes
161
161
  */
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1746569328976 = dummy1746569328976;
4
- function dummy1746569328976() { }
3
+ exports.dummy1746900932647 = dummy1746900932647;
4
+ function dummy1746900932647() { }
5
5
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1746569328988 = dummy1746569328988;
4
- function dummy1746569328988() { }
3
+ exports.dummy1746900932662 = dummy1746900932662;
4
+ function dummy1746900932662() { }
5
5
  //# sourceMappingURL=node-path-mock.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.18",
3
+ "version": "19.0.19",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs"
6
6
  },
@@ -24,12 +24,12 @@
24
24
  "releaseType": "manual",
25
25
  "targetArtifact": "npm-lib-and-cli-tool",
26
26
  "envName": "__",
27
- "resolvedNewVersion": "19.0.18"
27
+ "resolvedNewVersion": "19.0.19"
28
28
  },
29
29
  "copyToManager": {},
30
30
  "buildInfo": {
31
- "date": "2025-05-02T20:20:25.000Z",
32
- "hash": "ba77c7b044bdff27aeca80e5c127381c1cbe8847"
31
+ "date": "2025-05-06T22:09:17.000Z",
32
+ "hash": "57da2d936590bcae716d7556e1c48bf2eeb73b05"
33
33
  },
34
34
  "currentProjectName": "tnp-core",
35
35
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.18",
3
+ "version": "19.0.19",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {