@owlmeans/client-resource 0.1.18-rc.27 → 0.1.18-rc.28
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 @@ Client-side resource persistence layer — browser key-value storage backed reso
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
bun add @owlmeans/client-resource@^0.1.18-rc.
|
|
15
|
+
bun add @owlmeans/client-resource@^0.1.18-rc.28
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
@@ -80,7 +80,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
|
|
|
80
80
|
your project's skill store (`.agents/skills/`):
|
|
81
81
|
|
|
82
82
|
```sh
|
|
83
|
-
npx @owlmeans/agent-skills@^0.1.18-rc.
|
|
83
|
+
npx @owlmeans/agent-skills@^0.1.18-rc.27
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
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/client-resource",
|
|
4
|
-
"version": "0.1.18-rc.
|
|
5
|
-
"generatedAt": "2026-09-15T13:
|
|
4
|
+
"version": "0.1.18-rc.28",
|
|
5
|
+
"generatedAt": "2026-09-15T13:20:25.748Z",
|
|
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/client-resource",
|
|
3
|
-
"version": "0.1.18-rc.
|
|
3
|
+
"version": "0.1.18-rc.28",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@noble/hashes": "^1.5.0",
|
|
25
|
-
"@owlmeans/client-context": "^0.1.18-rc.
|
|
26
|
-
"@owlmeans/context": "^0.1.18-rc.
|
|
27
|
-
"@owlmeans/resource": "^0.1.18-rc.
|
|
25
|
+
"@owlmeans/client-context": "^0.1.18-rc.29",
|
|
26
|
+
"@owlmeans/context": "^0.1.18-rc.24",
|
|
27
|
+
"@owlmeans/resource": "^0.1.18-rc.26",
|
|
28
28
|
"@scure/base": "^2.3.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|