taon-storage 21.0.7 → 21.0.8
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/package.json +10 -3
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/utils.d.ts +0 -0
- package/lib/utils.js +5 -0
- package/lib/utils.js.map +1 -0
- package/package.json +1 -1
- package/tmp-environment.json +9 -5
- package/websql/package.json +10 -3
package/browser/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon-storage/browser",
|
|
3
|
-
"version": "21.0.
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "21.0.8",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/taon-storage-browser.mjs",
|
|
12
|
+
"typings": "types/taon-storage-browser.d.ts",
|
|
6
13
|
"exports": {
|
|
7
14
|
"./package.json": {
|
|
8
15
|
"default": "./package.json"
|
|
@@ -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.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.8';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/utils.d.ts
ADDED
|
File without changes
|
package/lib/utils.js
ADDED
package/lib/utils.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -6,9 +6,13 @@
|
|
|
6
6
|
"paths": {},
|
|
7
7
|
"config": {},
|
|
8
8
|
"container": {
|
|
9
|
-
"
|
|
9
|
+
"only": []
|
|
10
|
+
},
|
|
11
|
+
"ports": {
|
|
12
|
+
"ngNormalAppPort": 4259,
|
|
13
|
+
"ngWebsqlAppPort": 4260,
|
|
14
|
+
"nodeBeAppPort": 4127
|
|
10
15
|
},
|
|
11
|
-
"ports": {},
|
|
12
16
|
"init": {},
|
|
13
17
|
"build": {
|
|
14
18
|
"pwa": {},
|
|
@@ -26,12 +30,12 @@
|
|
|
26
30
|
"releaseType": "manual",
|
|
27
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
28
32
|
"envName": "__",
|
|
29
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.19"
|
|
30
34
|
},
|
|
31
35
|
"copyToManager": {},
|
|
32
36
|
"buildInfo": {
|
|
33
|
-
"date": "2025-05-
|
|
34
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-24T17:33:58.000Z",
|
|
38
|
+
"hash": "2294683de96dcb61fd3d2228a12b54e91904b36f"
|
|
35
39
|
},
|
|
36
40
|
"currentProjectName": "taon-storage",
|
|
37
41
|
"currentProjectType": "isomorphic-lib",
|
package/websql/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon-storage/websql",
|
|
3
|
-
"version": "21.0.
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "21.0.8",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/taon-storage-websql.mjs",
|
|
12
|
+
"typings": "types/taon-storage-websql.d.ts",
|
|
6
13
|
"exports": {
|
|
7
14
|
"./package.json": {
|
|
8
15
|
"default": "./package.json"
|