@owlmeans/auth-token 0.1.18-rc.1 → 0.1.18-rc.2

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
@@ -6,7 +6,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
6
6
  your project's skill store (`.agents/skills/`):
7
7
 
8
8
  ```sh
9
- npx @owlmeans/agent-skills@^0.1.18-rc.13
9
+ npx @owlmeans/agent-skills@^0.1.18-rc.14
10
10
  ```
11
11
 
12
12
  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/auth-token",
4
- "version": "0.1.18-rc.1",
5
- "generatedAt": "2026-09-10T18:54:42.500Z",
4
+ "version": "0.1.18-rc.2",
5
+ "generatedAt": "2026-09-10T23:12:07.513Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/auth-token
9
9
 
10
10
  **Layer:** Auth shared
11
- **Install:** `"@owlmeans/auth-token": "^0.1.18-rc.1"` in `dependencies`
11
+ **Install:** `"@owlmeans/auth-token": "^0.1.18-rc.2"` in `dependencies`
12
12
 
13
13
  The contract half of long-lived access tokens: the record shape, the route declarations, the
14
14
  format helpers, and one client-side guard that presents a token it was handed. The server half —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/auth-token",
3
- "version": "0.1.18-rc.1",
3
+ "version": "0.1.18-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "Long-lived access tokens (API keys) on the OwlMeans auth rails — the record shape, the token format, the management entrypoints and the client-side carrier guard.",
6
6
  "type": "module",
@@ -23,11 +23,11 @@
23
23
  }
24
24
  },
25
25
  "dependencies": {
26
- "@owlmeans/auth": "^0.1.18-rc.10",
27
- "@owlmeans/context": "^0.1.18-rc.9",
28
- "@owlmeans/entrypoint": "^0.1.18-rc.12",
29
- "@owlmeans/resource": "^0.1.18-rc.10",
30
- "@owlmeans/route": "^0.1.18-rc.10"
26
+ "@owlmeans/auth": "^0.1.18-rc.11",
27
+ "@owlmeans/context": "^0.1.18-rc.10",
28
+ "@owlmeans/entrypoint": "^0.1.18-rc.13",
29
+ "@owlmeans/resource": "^0.1.18-rc.11",
30
+ "@owlmeans/route": "^0.1.18-rc.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@owlmeans/dep-config": "workspace:*",