taon 21.0.71 → 21.0.72

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/bin/start.js CHANGED
@@ -5,6 +5,23 @@ global.i0 = {
5
5
  const process= require('process');
6
6
  process.removeAllListeners('warning');
7
7
 
8
+ global.hideLog = true;
9
+ global.verboseLevel = 0;
10
+ var verboseLevel = argv.find(a => a.startsWith('-verbose='));
11
+ if (typeof verboseLevel !== 'undefined') {
12
+ global.hideLog = false;
13
+ verboseLevel = Number(verboseLevel.replace('-verbose=', ''));
14
+ if (!isNaN(verboseLevel)) {
15
+ global.verboseLevel = verboseLevel;
16
+ }
17
+ argv = argv.filter(a => !a.startsWith('-verbose='));
18
+ }
19
+
20
+ if (argv.includes('-verbose')) {
21
+ global.hideLog = false;
22
+ argv = argv.filter(a => a !== '-verbose');
23
+ }
24
+
8
25
  const fs = require('fs');
9
26
  const path = require('path');
10
27
  var pathToCliJS = {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/browser",
3
- "version": "21.0.71",
3
+ "version": "21.0.72",
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": "taon/browser-prod",
3
- "version": "21.0.71",
3
+ "version": "21.0.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -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.71";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.72";
@@ -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.71';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.72';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/lib/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "taon/lib",
3
- "version": "21.0.71"
3
+ "version": "21.0.72"
4
4
  }
package/lib/ui/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1772331849965 = dummy1772331849965;
4
- function dummy1772331849965() { }
3
+ exports.dummy1772333672916 = dummy1772333672916;
4
+ function dummy1772333672916() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1772331850509 = dummy1772331850509;
4
- function dummy1772331850509() { }
3
+ exports.dummy1772333673409 = dummy1772333673409;
4
+ function dummy1772333673409() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -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.71";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.72";
@@ -22,6 +22,6 @@ 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.71';
25
+ export const CURRENT_PACKAGE_VERSION = '21.0.72';
26
26
  // THIS FILE IS GENERATED - DO NOT MODIFY
27
27
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "taon/lib-prod",
3
- "version": "21.0.71"
3
+ "version": "21.0.72"
4
4
  }
@@ -1 +1 @@
1
- export declare function dummy1772331888108(): void;
1
+ export declare function dummy1772333709177(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1772331888108() { }
1
+ export function dummy1772333709177() { }
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export declare function dummy1772331888699(): void;
1
+ export declare function dummy1772333709778(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1772331888699() { }
1
+ export function dummy1772333709778() { }
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon",
3
- "version": "21.0.71",
3
+ "version": "21.0.72",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/websql",
3
- "version": "21.0.71",
3
+ "version": "21.0.72",
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": "taon/websql-prod",
3
- "version": "21.0.71",
3
+ "version": "21.0.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"