taon 21.0.12 → 21.0.15

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,13 +1,14 @@
1
1
  {
2
2
  "name": "taon/browser",
3
- "version": "21.0.12",
3
+ "version": "21.0.15",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.2.0",
6
- "@angular/core": "^13.2.0"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
+ "sideEffects": false,
11
12
  "module": "fesm2022/taon-browser.mjs",
12
13
  "typings": "types/taon-browser.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/taon-browser.d.ts",
19
20
  "default": "./fesm2022/taon-browser.mjs"
20
21
  }
21
- },
22
- "sideEffects": false
22
+ }
23
23
  }
@@ -19,6 +19,7 @@ import * as _ngx_formly_core from '@ngx-formly/core';
19
19
  import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
20
20
  import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
21
21
  import { io, Socket } from 'socket.io-client';
22
+ import * as Electron from 'electron';
22
23
  import { ipcRenderer } from 'electron';
23
24
 
24
25
  declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "taon";
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.12";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.15";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'taon';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '21.0.12';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.15';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  import type { ipcRenderer } from 'electron';
2
- import * as Electron from 'electron';
2
+ import type * as Electron from 'electron';
3
3
  import { ServerOptions } from 'socket.io';
4
4
  import { EndpointContext } from '../../endpoint-context';
5
5
  import { RealtimeModels } from '../realtime.models';
package/lib/ui/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766574812457 = dummy1766574812457;
4
- function dummy1766574812457() { }
3
+ exports.dummy1766692885232 = dummy1766692885232;
4
+ function dummy1766692885232() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766574814323 = dummy1766574814323;
4
- function dummy1766574814323() { }
3
+ exports.dummy1766692885806 = dummy1766692885806;
4
+ function dummy1766692885806() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon",
3
- "version": "21.0.12",
3
+ "version": "21.0.15",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",