@owlmeans/web-db 0.1.10 → 0.1.14

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.
@@ -7,7 +7,7 @@ applyTo: "**/*.ts, **/*.tsx"
7
7
  # @owlmeans/web-db
8
8
 
9
9
  **Layer:** Web (React)
10
- **Install:** `"@owlmeans/web-db": "^0.1.10"` in `dependencies`
10
+ **Install:** `"@owlmeans/web-db": "^0.1.14"` in `dependencies`
11
11
 
12
12
  ## Key Exports
13
13
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "package": "@owlmeans/web-db",
4
- "version": "0.1.10",
5
- "generatedAt": "2026-06-17T09:37:28.179Z",
4
+ "version": "0.1.14",
5
+ "generatedAt": "2026-08-05T16:56:53.381Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/web-db
9
9
 
10
10
  **Layer:** Web (React)
11
- **Install:** `"@owlmeans/web-db": "^0.1.10"` in `dependencies`
11
+ **Install:** `"@owlmeans/web-db": "^0.1.14"` in `dependencies`
12
12
 
13
13
  ## Key Exports
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/web-db",
3
- "version": "0.1.10",
3
+ "version": "0.1.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -21,15 +21,15 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@owlmeans/client-context": "^0.1.10",
25
- "@owlmeans/client-resource": "^0.1.10",
26
- "@owlmeans/context": "^0.1.10",
24
+ "@owlmeans/client-context": "^0.1.14",
25
+ "@owlmeans/client-resource": "^0.1.14",
26
+ "@owlmeans/context": "^0.1.14",
27
27
  "idb-keyval": "^6.2.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@owlmeans/dep-config": "workspace:*",
31
- "nodemon": "^3.1.11",
32
- "typescript": "^6.0.2"
31
+ "nodemon": "^3.1.14",
32
+ "typescript": "^6.0.3"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"