@owlmeans/auth-common 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
@@ -84,7 +84,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
84
84
  your project's skill store (`.agents/skills/`):
85
85
 
86
86
  ```sh
87
- npx @owlmeans/agent-skills@^0.1.18-rc.12
87
+ npx @owlmeans/agent-skills@^0.1.18-rc.13
88
88
  ```
89
89
 
90
90
  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-common",
4
- "version": "0.1.18-rc.13",
5
- "generatedAt": "2026-09-04T22:43:25.439Z",
4
+ "version": "0.1.18-rc.14",
5
+ "generatedAt": "2026-09-10T18:54:42.492Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/auth-common
9
9
 
10
10
  **Layer:** Core
11
- **Install:** `"@owlmeans/auth-common": "^0.1.18-rc.13"` in `dependencies`
11
+ **Install:** `"@owlmeans/auth-common": "^0.1.18-rc.14"` in `dependencies`
12
12
 
13
13
  Everything a server and a browser must agree on to talk authentication: aliases, the shared
14
14
  entrypoint declarations, the signature guard, and the contract for resolving the organization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/auth-common",
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": {
@@ -29,19 +29,19 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@owlmeans/auth": "^0.1.18-rc.9",
33
- "@owlmeans/auth-common": "^0.1.18-rc.13",
34
- "@owlmeans/basic-ids": "^0.1.18-rc.9",
35
- "@owlmeans/basic-keys": "^0.1.18-rc.12",
36
- "@owlmeans/client-entrypoint": "^0.1.18-rc.13",
37
- "@owlmeans/context": "^0.1.18-rc.8",
38
- "@owlmeans/entrypoint": "^0.1.18-rc.11",
39
- "@owlmeans/resource": "^0.1.18-rc.9",
40
- "@owlmeans/route": "^0.1.18-rc.9"
32
+ "@owlmeans/auth": "^0.1.18-rc.10",
33
+ "@owlmeans/auth-common": "^0.1.18-rc.14",
34
+ "@owlmeans/basic-ids": "^0.1.18-rc.10",
35
+ "@owlmeans/basic-keys": "^0.1.18-rc.13",
36
+ "@owlmeans/client-entrypoint": "^0.1.18-rc.14",
37
+ "@owlmeans/context": "^0.1.18-rc.9",
38
+ "@owlmeans/entrypoint": "^0.1.18-rc.12",
39
+ "@owlmeans/resource": "^0.1.18-rc.10",
40
+ "@owlmeans/route": "^0.1.18-rc.10"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@owlmeans/dep-config": "workspace:*",
44
- "@owlmeans/test-auth": "^0.1.18-rc.13",
44
+ "@owlmeans/test-auth": "^0.1.18-rc.14",
45
45
  "@types/bun": "^1.4.0",
46
46
  "nodemon": "^3.1.14",
47
47
  "typescript": "^7.0.2"