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/websql",
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-websql.mjs",
12
13
  "typings": "types/taon-websql.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/taon-websql.d.ts",
19
20
  "default": "./fesm2022/taon-websql.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 {