@owlmeans/web-db 0.1.18-rc.24 → 0.1.18-rc.25
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/README.md
CHANGED
|
@@ -12,7 +12,7 @@ IndexedDB-backed client database service for OwlMeans web applications.
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
bun add @owlmeans/web-db@^0.1.18-rc.
|
|
15
|
+
bun add @owlmeans/web-db@^0.1.18-rc.24
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
@@ -70,7 +70,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
|
|
|
70
70
|
your project's skill store (`.agents/skills/`):
|
|
71
71
|
|
|
72
72
|
```sh
|
|
73
|
-
npx @owlmeans/agent-skills@^0.1.18-rc.
|
|
73
|
+
npx @owlmeans/agent-skills@^0.1.18-rc.23
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
The embedded files are version-matched to this package release. Do not edit them
|
package/agent-meta/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"package": "@owlmeans/web-db",
|
|
4
|
-
"version": "0.1.18-rc.
|
|
5
|
-
"generatedAt": "2026-09-15T12:
|
|
4
|
+
"version": "0.1.18-rc.25",
|
|
5
|
+
"generatedAt": "2026-09-15T12:50:32.613Z",
|
|
6
6
|
"canonicalRepo": "https://github.com/owlmeans/common",
|
|
7
7
|
"entries": [
|
|
8
8
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owlmeans/web-db",
|
|
3
|
-
"version": "0.1.18-rc.
|
|
3
|
+
"version": "0.1.18-rc.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@owlmeans/client-context": "^0.1.18-rc.
|
|
25
|
-
"@owlmeans/client-resource": "^0.1.18-rc.
|
|
26
|
-
"@owlmeans/context": "^0.1.18-rc.
|
|
24
|
+
"@owlmeans/client-context": "^0.1.18-rc.24",
|
|
25
|
+
"@owlmeans/client-resource": "^0.1.18-rc.24",
|
|
26
|
+
"@owlmeans/context": "^0.1.18-rc.19",
|
|
27
27
|
"idb-keyval": "^6.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|