@owlmeans/client-auth 0.1.18-rc.40 → 0.1.18-rc.41

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 @@ legacy). The server-side counterpart is `@owlmeans/server-auth`.
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- bun add @owlmeans/client-auth@^0.1.18-rc.40
15
+ bun add @owlmeans/client-auth@^0.1.18-rc.41
16
16
  ```
17
17
 
18
18
  ## Concepts
@@ -319,7 +319,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
319
319
  your project's skill store (`.agents/skills/`):
320
320
 
321
321
  ```sh
322
- npx @owlmeans/agent-skills@^0.1.18-rc.31
322
+ npx @owlmeans/agent-skills@^0.1.18-rc.32
323
323
  ```
324
324
 
325
325
  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-auth",
4
- "version": "0.1.18-rc.40",
5
- "generatedAt": "2026-09-21T21:54:22.941Z",
4
+ "version": "0.1.18-rc.41",
5
+ "generatedAt": "2026-09-22T12:36:21.781Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/client-auth
9
9
 
10
10
  **Layer:** Client
11
- **Install:** `"@owlmeans/client-auth": "^0.1.18-rc.40"` in `dependencies`
11
+ **Install:** `"@owlmeans/client-auth": "^0.1.18-rc.41"` in `dependencies`
12
12
 
13
13
  Five subpaths, five jobs:
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/client-auth",
3
- "version": "0.1.18-rc.40",
3
+ "version": "0.1.18-rc.41",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -50,26 +50,26 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@owlmeans/auth": "^0.1.18-rc.29",
54
- "@owlmeans/auth-common": "^0.1.18-rc.31",
55
- "@owlmeans/basic-envelope": "^0.1.18-rc.30",
56
- "@owlmeans/basic-keys": "^0.1.18-rc.32",
57
- "@owlmeans/client": "^0.1.18-rc.34",
58
- "@owlmeans/client-context": "^0.1.18-rc.32",
59
- "@owlmeans/client-entrypoint": "^0.1.18-rc.31",
60
- "@owlmeans/client-flow": "^0.1.18-rc.36",
61
- "@owlmeans/client-resource": "^0.1.18-rc.31",
62
- "@owlmeans/client-socket": "^0.1.18-rc.32",
63
- "@owlmeans/config": "^0.1.18-rc.31",
64
- "@owlmeans/context": "^0.1.18-rc.27",
65
- "@owlmeans/did": "^0.1.18-rc.30",
66
- "@owlmeans/entrypoint": "^0.1.18-rc.30",
67
- "@owlmeans/error": "^0.1.18-rc.29",
68
- "@owlmeans/flow": "^0.1.18-rc.32",
69
- "@owlmeans/i18n": "^0.1.18-rc.30",
70
- "@owlmeans/resource": "^0.1.18-rc.29",
71
- "@owlmeans/socket": "^0.1.18-rc.27",
72
- "@owlmeans/web-flow": "^0.1.18-rc.35",
53
+ "@owlmeans/auth": "^0.1.18-rc.30",
54
+ "@owlmeans/auth-common": "^0.1.18-rc.32",
55
+ "@owlmeans/basic-envelope": "^0.1.18-rc.31",
56
+ "@owlmeans/basic-keys": "^0.1.18-rc.33",
57
+ "@owlmeans/client": "^0.1.18-rc.35",
58
+ "@owlmeans/client-context": "^0.1.18-rc.33",
59
+ "@owlmeans/client-entrypoint": "^0.1.18-rc.32",
60
+ "@owlmeans/client-flow": "^0.1.18-rc.37",
61
+ "@owlmeans/client-resource": "^0.1.18-rc.32",
62
+ "@owlmeans/client-socket": "^0.1.18-rc.33",
63
+ "@owlmeans/config": "^0.1.18-rc.32",
64
+ "@owlmeans/context": "^0.1.18-rc.28",
65
+ "@owlmeans/did": "^0.1.18-rc.31",
66
+ "@owlmeans/entrypoint": "^0.1.18-rc.31",
67
+ "@owlmeans/error": "^0.1.18-rc.30",
68
+ "@owlmeans/flow": "^0.1.18-rc.33",
69
+ "@owlmeans/i18n": "^0.1.18-rc.31",
70
+ "@owlmeans/resource": "^0.1.18-rc.30",
71
+ "@owlmeans/socket": "^0.1.18-rc.28",
72
+ "@owlmeans/web-flow": "^0.1.18-rc.36",
73
73
  "@scure/base": "^2.3.0"
74
74
  },
75
75
  "peerDependencies": {
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "@owlmeans/dep-config": "workspace:*",
81
- "@owlmeans/test-auth": "^0.1.18-rc.30",
81
+ "@owlmeans/test-auth": "^0.1.18-rc.31",
82
82
  "@types/bun": "^1.4.0",
83
83
  "@types/react": "^19.2.17",
84
84
  "nodemon": "^3.1.14",
@@ -37,7 +37,7 @@ Comprehensive error handling for authentication scenarios:
37
37
  This manager is part of the `@owlmeans/client-auth` package:
38
38
 
39
39
  ```bash
40
- npm install @owlmeans/client-auth@^0.1.18-rc.40
40
+ npm install @owlmeans/client-auth@^0.1.18-rc.41
41
41
  ```
42
42
 
43
43
  ## API Reference