@owlmeans/state 0.1.18-rc.13 → 0.1.18-rc.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.
package/README.md CHANGED
@@ -135,7 +135,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
135
135
  your project's skill store (`.agents/skills/`):
136
136
 
137
137
  ```sh
138
- npx @owlmeans/agent-skills@^0.1.18-rc.15
138
+ npx @owlmeans/agent-skills@^0.1.18-rc.16
139
139
  ```
140
140
 
141
141
  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/state",
4
- "version": "0.1.18-rc.13",
5
- "generatedAt": "2026-09-12T08:39:52.724Z",
4
+ "version": "0.1.18-rc.14",
5
+ "generatedAt": "2026-09-12T12:33:32.489Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/state
9
9
 
10
10
  **Layer:** Core
11
- **Install:** `"@owlmeans/state": "^0.1.18-rc.13"` in `dependencies`
11
+ **Install:** `"@owlmeans/state": "^0.1.18-rc.14"` in `dependencies`
12
12
 
13
13
  The framework's client store. A state resource is a `Resource` like any other, registered **on the
14
14
  context** — which is what separates it from a store held beside the app: a screen, a service and a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/state",
3
- "version": "0.1.18-rc.13",
3
+ "version": "0.1.18-rc.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -22,8 +22,8 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@owlmeans/context": "^0.1.18-rc.11",
26
- "@owlmeans/resource": "^0.1.18-rc.12"
25
+ "@owlmeans/context": "^0.1.18-rc.12",
26
+ "@owlmeans/resource": "^0.1.18-rc.13"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@owlmeans/dep-config": "workspace:*",