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.
- package/browser/fesm2022/taon-browser.mjs.map +1 -1
- package/browser/package.json +5 -5
- package/browser/types/taon-browser.d.ts +1 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc.d.ts +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/package.json +1 -1
- package/websql/fesm2022/taon-websql.mjs.map +1 -1
- package/websql/package.json +5 -5
- package/websql/types/taon-websql.d.ts +1 -0
package/browser/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon/browser",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
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 {
|
|
@@ -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.
|
|
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.
|
|
4
|
-
function
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766692885806 = dummy1766692885806;
|
|
4
|
+
function dummy1766692885806() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|