taon-storage 19.0.36 → 19.0.37

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,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage/browser",
3
- "version": "19.0.36",
3
+ "version": "19.0.37",
4
4
  "module": "fesm2022/taon-storage.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -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 = "19.0.36";
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.37";
@@ -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 = '19.0.36';
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.37';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage",
3
- "version": "19.0.36",
3
+ "version": "19.0.37",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "description": "Description for taon-storage. Hello world!",
30
30
  "main": "dist/app.electron.js",
31
+ "optionalDependencies": {},
31
32
  "bin": {},
32
33
  "peerDependencies": {}
33
34
  }
package/scss/vars.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  // THIS FILE IS GENERATED - DO NOT MODIFY
2
- // CORE ASSETS BASENAME - use it only for asset from core container
3
- $basename: '/';
4
- $website_title: 'Taon Storage';
5
- $website_domain: 'taon-storage.example.domain.com';
6
- $project_npm_name: 'taon-storage';
7
- // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // CORE ASSETS BASENAME - use it only for asset from core container
3
+ $basename: '/';
4
+ $website_title: 'Taon Storage';
5
+ $website_domain: 'taon-storage.example.domain.com';
6
+ $project_npm_name: 'taon-storage';
7
+ // THIS FILE IS GENERATED - DO NOT MODIFY
@@ -6,7 +6,7 @@
6
6
  "paths": {},
7
7
  "config": {},
8
8
  "container": {
9
- "start": "tnp"
9
+ "only": []
10
10
  },
11
11
  "ports": {},
12
12
  "init": {},
@@ -26,12 +26,12 @@
26
26
  "releaseType": "manual",
27
27
  "targetArtifact": "npm-lib-and-cli-tool",
28
28
  "envName": "__",
29
- "resolvedNewVersion": "19.0.10"
29
+ "resolvedNewVersion": "19.0.21"
30
30
  },
31
31
  "copyToManager": {},
32
32
  "buildInfo": {
33
- "date": "2025-05-13T21:03:16.000Z",
34
- "hash": "efb329513f01c4dd70d6ace2871488dc2c972aa8"
33
+ "date": "2025-05-29T20:31:39.000Z",
34
+ "hash": "5a282c7b44f3ccbe13305bf4deed70658fa4f948"
35
35
  },
36
36
  "currentProjectName": "taon-storage",
37
37
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage/websql",
3
- "version": "19.0.36",
3
+ "version": "19.0.37",
4
4
  "module": "fesm2022/taon-storage.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {