taon-storage 19.0.10 → 19.0.12

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.10",
3
+ "version": "19.0.12",
4
4
  "module": "fesm2022/taon-storage.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage/client",
3
- "version": "19.0.10",
3
+ "version": "19.0.12",
4
4
  "module": "fesm2022/taon-storage.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "taon-storage";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.10";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.12";
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.PROJECT_NPM_NAME = 'taon-storage';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.10';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.12';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/lib/utils.d.ts ADDED
File without changes
package/lib/utils.js ADDED
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1726560661019 = dummy1726560661019;
4
+ function dummy1726560661019() { }
5
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-storage/src/lib/utils.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage",
3
- "version": "19.0.10",
3
+ "version": "19.0.12",
4
4
  "author": "Dariusz Filipiak",
5
5
  "dependencies": {
6
6
  "ng2-logger": "~19.0.0",
@@ -6,9 +6,13 @@
6
6
  "paths": {},
7
7
  "config": {},
8
8
  "container": {
9
- "start": "tnp"
9
+ "only": []
10
+ },
11
+ "ports": {
12
+ "ngNormalAppPort": 4273,
13
+ "ngWebsqlAppPort": 4274,
14
+ "nodeBeAppPort": 4129
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.10"
33
+ "resolvedNewVersion": "19.0.12"
30
34
  },
31
35
  "copyToManager": {},
32
36
  "buildInfo": {
33
- "date": "2025-05-13T21:03:16.000Z",
34
- "hash": "efb329513f01c4dd70d6ace2871488dc2c972aa8"
37
+ "date": "2025-05-17T01:23:55.000Z",
38
+ "hash": "01e0b9497c821e37e4ec82e0f88c98bdd899e78f"
35
39
  },
36
40
  "currentProjectName": "taon-storage",
37
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-storage/websql",
3
- "version": "19.0.10",
3
+ "version": "19.0.12",
4
4
  "module": "fesm2022/taon-storage.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {