tnp-core 21.0.15 → 21.0.16

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,15 +1,15 @@
1
1
  {
2
2
  "name": "tnp-core/browser",
3
- "version": "21.0.15",
4
- "module": "types/tnp-core.d.ts",
3
+ "version": "21.0.16",
4
+ "module": "types/tnp-core-browser.d.ts",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
7
7
  "./package.json": {
8
8
  "default": "./package.json"
9
9
  },
10
10
  ".": {
11
- "types": "./types/tnp-core.d.ts",
12
- "default": "./fesm2022/tnp-core.mjs"
11
+ "types": "./types/tnp-core-browser.d.ts",
12
+ "default": "./fesm2022/tnp-core-browser.mjs"
13
13
  }
14
14
  },
15
15
  "sideEffects": false
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766526718851 = dummy1766526718851;
4
- function dummy1766526718851() { }
3
+ exports.dummy1766526888233 = dummy1766526888233;
4
+ function dummy1766526888233() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "tnp-core";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "21.0.15";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.16";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'tnp-core';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '21.0.15';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.16';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766526719109 = dummy1766526719109;
4
- function dummy1766526719109() { }
3
+ exports.dummy1766526888530 = dummy1766526888530;
4
+ function dummy1766526888530() { }
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.dummy1766526719126 = dummy1766526719126;
4
- function dummy1766526719126() { }
3
+ exports.dummy1766526888549 = dummy1766526888549;
4
+ function dummy1766526888549() { }
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": "21.0.15",
3
+ "version": "21.0.16",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "21.0.15",
4
- "module": "types/tnp-core.d.ts",
3
+ "version": "21.0.16",
4
+ "module": "types/tnp-core-websql.d.ts",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
7
7
  "./package.json": {
8
8
  "default": "./package.json"
9
9
  },
10
10
  ".": {
11
- "types": "./types/tnp-core.d.ts",
12
- "default": "./fesm2022/tnp-core.mjs"
11
+ "types": "./types/tnp-core-websql.d.ts",
12
+ "default": "./fesm2022/tnp-core-websql.mjs"
13
13
  }
14
14
  },
15
15
  "sideEffects": false