taon 21.0.82 → 21.0.83

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,5 +1,5 @@
1
1
  {
2
- "commitHash": "90db68d9b5988085f2619d0606483b639aa1e720",
3
- "commitName": "chore: update",
4
- "commitDate": "27-03-2026 18:39:42"
2
+ "commitHash": "cfec3d0025ab1ee6451747b1b74efd90d56615f9",
3
+ "commitName": "chore: notifiers as externals",
4
+ "commitDate": "27-03-2026 19:32:29"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/browser",
3
- "version": "21.0.82",
3
+ "version": "21.0.83",
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.82",
3
+ "version": "21.0.83",
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.82";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.83";
@@ -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.82';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.83';
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.82"
3
+ "version": "21.0.83"
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.dummy1774634976285 = dummy1774634976285;
4
- function dummy1774634976285() { }
3
+ exports.dummy1774636695080 = dummy1774636695080;
4
+ function dummy1774636695080() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1774634976810 = dummy1774634976810;
4
- function dummy1774634976810() { }
3
+ exports.dummy1774636695557 = dummy1774636695557;
4
+ function dummy1774636695557() { }
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.82";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.83";
@@ -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.82';
25
+ export const CURRENT_PACKAGE_VERSION = '21.0.83';
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.82"
3
+ "version": "21.0.83"
4
4
  }
@@ -1 +1 @@
1
- export declare function dummy1774635015421(): void;
1
+ export declare function dummy1774636729275(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1774635015421() { }
1
+ export function dummy1774636729275() { }
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export declare function dummy1774635015942(): void;
1
+ export declare function dummy1774636729755(): void;
@@ -1,2 +1,2 @@
1
- export function dummy1774635015942() { }
1
+ export function dummy1774636729755() { }
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon",
3
- "version": "21.0.82",
3
+ "version": "21.0.83",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -49,6 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "~2.8.1",
52
+ "node-notifier": "~10.0.1",
53
+ "dbus-next": "0.10.2",
52
54
  "ora": "3.4.0",
53
55
  "progress": "2.0.3",
54
56
  "open": "7.2.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/websql",
3
- "version": "21.0.82",
3
+ "version": "21.0.83",
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.82",
3
+ "version": "21.0.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"