tnp-core 21.0.100 → 21.0.101

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": "21.0.100",
3
+ "version": "21.0.101",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/browser-prod",
3
- "version": "21.0.100",
3
+ "version": "21.0.101",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1772834413932 = dummy1772834413932;
4
- function dummy1772834413932() { }
3
+ exports.dummy1772984914066 = dummy1772984914066;
4
+ function dummy1772984914066() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -21,6 +21,6 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.100";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.101";
25
25
  export declare namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS {
26
26
  }
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
25
25
  /**
26
26
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
27
27
  */
28
- exports.CURRENT_PACKAGE_VERSION = '21.0.100';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.101';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# 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.dummy1772834414185 = dummy1772834414185;
4
- function dummy1772834414185() { }
3
+ exports.dummy1772984914289 = dummy1772984914289;
4
+ function dummy1772984914289() { }
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.dummy1772834414197 = dummy1772834414197;
4
- function dummy1772834414197() { }
3
+ exports.dummy1772984914302 = dummy1772984914302;
4
+ function dummy1772984914302() { }
5
5
  //# sourceMappingURL=node-path-mock.js.map
package/lib/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "tnp-core/lib",
3
- "version": "21.0.100"
3
+ "version": "21.0.101"
4
4
  }
@@ -21,4 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.100";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.101";
@@ -22,7 +22,7 @@ export const CURRENT_PACKAGE_TAON_VERSION = 'v21';
22
22
  /**
23
23
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
24
24
  */
25
- export const CURRENT_PACKAGE_VERSION = '21.0.100';
25
+ export const CURRENT_PACKAGE_VERSION = '21.0.101';
26
26
  //namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS
27
27
  //end of namespace TAON_STRIPE_CLOUDFLARE_WORKERS_URLS
28
28
  // THIS FILE IS GENERATED - DO NOT MODIFY
@@ -1 +1 @@
1
- export declare function dummy1772834451435(): void;
1
+ export declare function dummy1772984951699(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1772834451435() { }
1
+ export function dummy1772984951699() { }
2
2
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1 +1 @@
1
- export declare function dummy1772834451452(): void;
1
+ export declare function dummy1772984951712(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1772834451452() { }
1
+ export function dummy1772984951712() { }
2
2
  //# sourceMappingURL=node-path-mock.js.map
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "tnp-core/lib-prod",
3
- "version": "21.0.100"
3
+ "version": "21.0.101"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "21.0.100",
3
+ "version": "21.0.101",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
package/src.js ADDED
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./lib"), exports);
18
+ //# sourceMappingURL=index.js.map
19
+
20
+
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "21.0.100",
3
+ "version": "21.0.101",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql-prod",
3
- "version": "21.0.100",
3
+ "version": "21.0.101",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"