@owlmeans/client-did 0.1.18-rc.21 → 0.1.18-rc.22
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
|
@@ -57,7 +57,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
|
|
|
57
57
|
your project's skill store (`.agents/skills/`):
|
|
58
58
|
|
|
59
59
|
```sh
|
|
60
|
-
npx @owlmeans/agent-skills@^0.1.18-rc.
|
|
60
|
+
npx @owlmeans/agent-skills@^0.1.18-rc.19
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
The embedded files are version-matched to this package release. Do not edit them
|
package/agent-meta/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"package": "@owlmeans/client-did",
|
|
4
|
-
"version": "0.1.18-rc.
|
|
5
|
-
"generatedAt": "2026-09-12T13:
|
|
4
|
+
"version": "0.1.18-rc.22",
|
|
5
|
+
"generatedAt": "2026-09-12T13:51:53.521Z",
|
|
6
6
|
"canonicalRepo": "https://github.com/owlmeans/common",
|
|
7
7
|
"entries": [
|
|
8
8
|
{
|
|
@@ -8,7 +8,7 @@ user-invocable: false
|
|
|
8
8
|
# @owlmeans/client-did
|
|
9
9
|
|
|
10
10
|
**Layer:** Client
|
|
11
|
-
**Install:** `"@owlmeans/client-did": "^0.1.18-rc.
|
|
11
|
+
**Install:** `"@owlmeans/client-did": "^0.1.18-rc.22"` in `dependencies`
|
|
12
12
|
|
|
13
13
|
A `DIDWallet` from `@owlmeans/did` needs three resources to live in — master seed, key pairs, key
|
|
14
14
|
meta. This package registers those as client resources, wraps the wallet in a lazy service, and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owlmeans/client-did",
|
|
3
|
-
"version": "0.1.18-rc.
|
|
3
|
+
"version": "0.1.18-rc.22",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@owlmeans/auth": "^0.1.18-rc.
|
|
25
|
-
"@owlmeans/client": "^0.1.18-rc.
|
|
26
|
-
"@owlmeans/client-context": "^0.1.18-rc.
|
|
27
|
-
"@owlmeans/client-resource": "^0.1.18-rc.
|
|
28
|
-
"@owlmeans/context": "^0.1.18-rc.
|
|
29
|
-
"@owlmeans/did": "^0.1.18-rc.
|
|
30
|
-
"@owlmeans/state": "^0.1.18-rc.
|
|
24
|
+
"@owlmeans/auth": "^0.1.18-rc.16",
|
|
25
|
+
"@owlmeans/client": "^0.1.18-rc.23",
|
|
26
|
+
"@owlmeans/client-context": "^0.1.18-rc.20",
|
|
27
|
+
"@owlmeans/client-resource": "^0.1.18-rc.20",
|
|
28
|
+
"@owlmeans/context": "^0.1.18-rc.15",
|
|
29
|
+
"@owlmeans/did": "^0.1.18-rc.19",
|
|
30
|
+
"@owlmeans/state": "^0.1.18-rc.17"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@owlmeans/dep-config": "workspace:*",
|