@motebit/verifier 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -36,7 +36,7 @@ The unified `verify()` dispatcher in [`@motebit/crypto`](https://www.npmjs.com/p
36
36
  - **credential** — W3C-style Verifiable Credentials
37
37
  - **presentation** — W3C-style Verifiable Presentations
38
38
 
39
- This package wraps the dispatcher with `verifyFile` (path → result), `verifyArtifact` (string → result), and `formatHuman` (result → printable banner).
39
+ This package wraps the dispatcher with `verifyFile` (path → result), `verifyArtifact` (string → result), `verifySkillDirectory` (path-to-a-skill-directory → result, for skill bundles shipped as a tree rather than a single file), and `formatHuman` (result → printable banner).
40
40
 
41
41
  ## Guarantees
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motebit/verifier",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Apache-2.0 library for verifying signed Motebit artifacts (identity files, execution receipts, credentials, presentations) — file-reading and human-formatting helpers on top of @motebit/crypto. The canonical `motebit-verify` CLI now lives at @motebit/verify; this package is the Apache-2.0 library it sits on.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,8 +53,8 @@
53
53
  ]
54
54
  },
55
55
  "dependencies": {
56
- "@motebit/crypto": "1.2.0",
57
- "@motebit/protocol": "1.2.0"
56
+ "@motebit/crypto": "1.3.0",
57
+ "@motebit/protocol": "1.3.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@noble/ed25519": "~3.0.1",