tnp-core 19.0.3 → 19.0.4

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
  THIS FILE IS GENERATED - DO NOT MODIFY
2
2
 
3
- Assets from this folder are being shipped with this npm package (tnp-core@19.0.2)
3
+ Assets from this folder are being shipped with this npm package (tnp-core@19.0.3)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED - DO NOT MODIFY
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1745331869884 = dummy1745331869884;
4
- function dummy1745331869884() { }
3
+ exports.dummy1745697534106 = dummy1745697534106;
4
+ function dummy1745697534106() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
package/env.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const env: Partial<any>;
2
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,3 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions>;
3
+ export default env;
@@ -0,0 +1,6 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
3
+ export default env;
4
+ export interface EnvVSCodePaths {
5
+ vscodeDeployPath?: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ import type { EnvOptions } from 'tnp';
2
+ import type { EnvVSCodePaths } from './env.vscode-plugin.__';
3
+ declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
4
+ export default env;
@@ -1,2 +1,2 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
- export declare const CURRENT_PACKAGE_VERSION = "19.0.2";
2
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.3";
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CURRENT_PACKAGE_VERSION = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
- exports.CURRENT_PACKAGE_VERSION = '19.0.2';
6
+ exports.CURRENT_PACKAGE_VERSION = '19.0.3';
7
7
  // THIS FILE IS GENERATED - DO NOT MODIFY
8
8
  //# 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.dummy1745331869955 = dummy1745331869955;
4
- function dummy1745331869955() { }
3
+ exports.dummy1745697534196 = dummy1745697534196;
4
+ function dummy1745697534196() { }
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.dummy1745331869961 = dummy1745331869961;
4
- function dummy1745331869961() { }
3
+ exports.dummy1745697534201 = dummy1745697534201;
4
+ function dummy1745697534201() { }
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.3",
3
+ "version": "19.0.4",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs"
6
6
  },
package/taon.jsonc CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
+ "resources": [
3
+ "README.md"
4
+ ],
2
5
  "type": "isomorphic-lib",
6
+
3
7
  "version": "v18",
4
8
 
5
9
  "dependenciesNamesForNpmLib": [
@@ -40,10 +44,6 @@
40
44
 
41
45
  "isCoreProject": false,
42
46
 
43
- "resources": [
44
- "README.md"
45
- ],
46
-
47
47
  "packageJsonOverride": {
48
48
  "author": "Dariusz Filipiak",
49
49
  "license": "MIT",
@@ -53,4 +53,4 @@
53
53
  "mkdocs": "python3 -m mkdocs"
54
54
  }
55
55
  }
56
- }
56
+ }
@@ -19,16 +19,16 @@
19
19
  "release": {
20
20
  "cli": {},
21
21
  "lib": {},
22
- "autoReleaseUsingConfig": true,
23
22
  "releaseVersionBumpType": "patch",
24
- "releaseType": "manual",
25
23
  "targetArtifact": "npm-lib-and-cli-tool",
26
- "envName": "__"
24
+ "releaseType": "manual",
25
+ "envName": "__",
26
+ "resolvedNewVersion": "19.0.4"
27
27
  },
28
28
  "copyToManager": {},
29
29
  "buildInfo": {
30
- "date": "2025-04-22T14:24:24.000Z",
31
- "hash": "ef10e2a35186535b05be96358638379a1774c545"
30
+ "date": "2025-04-26T19:58:47.000Z",
31
+ "hash": "59856936b9496003712de0840fb0ba47da61b61d"
32
32
  },
33
33
  "currentProjectName": "tnp-core",
34
34
  "currentProjectType": "isomorphic-lib",