taon-storage 21.0.8 → 21.0.10

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-storage/browser",
3
- "version": "21.0.8",
3
+ "version": "21.0.10",
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-storage-browser.mjs",
12
13
  "typings": "types/taon-storage-browser.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/taon-storage-browser.d.ts",
19
20
  "default": "./fesm2022/taon-storage-browser.mjs"
20
21
  }
21
- },
22
- "sideEffects": false
22
+ }
23
23
  }
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "taon-storage";
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.8";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.10";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'taon-storage';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '21.0.8';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.10';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,iCAAiC,CAAC;AACxD;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,cAAc,CAAC;AAC/C;;GAEG;AACU,QAAA,uBAAuB,GAAG,QAAQ,CAAC;AAChD,yCAAyC"}
1
+ {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,iCAAiC,CAAC;AACxD;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,cAAc,CAAC;AAC/C;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage",
3
- "version": "21.0.8",
3
+ "version": "21.0.10",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -6,13 +6,9 @@
6
6
  "paths": {},
7
7
  "config": {},
8
8
  "container": {
9
- "only": []
10
- },
11
- "ports": {
12
- "ngNormalAppPort": 4259,
13
- "ngWebsqlAppPort": 4260,
14
- "nodeBeAppPort": 4127
9
+ "start": "tnp"
15
10
  },
11
+ "ports": {},
16
12
  "init": {},
17
13
  "build": {
18
14
  "pwa": {},
@@ -30,12 +26,12 @@
30
26
  "releaseType": "manual",
31
27
  "targetArtifact": "npm-lib-and-cli-tool",
32
28
  "envName": "__",
33
- "resolvedNewVersion": "19.0.19"
29
+ "resolvedNewVersion": "19.0.10"
34
30
  },
35
31
  "copyToManager": {},
36
32
  "buildInfo": {
37
- "date": "2025-05-24T17:33:58.000Z",
38
- "hash": "2294683de96dcb61fd3d2228a12b54e91904b36f"
33
+ "date": "2025-05-13T21:03:16.000Z",
34
+ "hash": "efb329513f01c4dd70d6ace2871488dc2c972aa8"
39
35
  },
40
36
  "currentProjectName": "taon-storage",
41
37
  "currentProjectType": "isomorphic-lib",
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "taon-storage/websql",
3
- "version": "21.0.8",
3
+ "version": "21.0.10",
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-storage-websql.mjs",
12
13
  "typings": "types/taon-storage-websql.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/taon-storage-websql.d.ts",
19
20
  "default": "./fesm2022/taon-storage-websql.mjs"
20
21
  }
21
- },
22
- "sideEffects": false
22
+ }
23
23
  }
package/lib/utils.d.ts DELETED
File without changes
package/lib/utils.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1726560661019 = dummy1726560661019;
4
- function dummy1726560661019() { }
5
- //# sourceMappingURL=utils.js.map
package/lib/utils.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}