@owlmeans/client-resource 0.1.18-rc.28 → 0.1.18-rc.29

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.28
15
+ bun add @owlmeans/client-resource@^0.1.18-rc.29
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.27
83
+ npx @owlmeans/agent-skills@^0.1.18-rc.28
84
84
  ```
85
85
 
86
86
  The embedded files are version-matched to this package release. Do not edit them
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "package": "@owlmeans/client-resource",
4
- "version": "0.1.18-rc.28",
5
- "generatedAt": "2026-09-15T13:20:25.748Z",
4
+ "version": "0.1.18-rc.29",
5
+ "generatedAt": "2026-09-17T08:16:11.237Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/client-resource
9
9
 
10
10
  **Layer:** Client
11
- **Install:** `"@owlmeans/client-resource": "^0.1.18-rc.28"` in `dependencies`
11
+ **Install:** `"@owlmeans/client-resource": "^0.1.18-rc.29"` in `dependencies`
12
12
 
13
13
  ## Key Exports
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/client-resource",
3
- "version": "0.1.18-rc.28",
3
+ "version": "0.1.18-rc.29",
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.29",
26
- "@owlmeans/context": "^0.1.18-rc.24",
27
- "@owlmeans/resource": "^0.1.18-rc.26",
25
+ "@owlmeans/client-context": "^0.1.18-rc.30",
26
+ "@owlmeans/context": "^0.1.18-rc.25",
27
+ "@owlmeans/resource": "^0.1.18-rc.27",
28
28
  "@scure/base": "^2.3.0"
29
29
  },
30
30
  "devDependencies": {