@interop/ed25519-signature 7.1.0 → 7.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.
- package/CHANGELOG.md +12 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @interop/ed25519-signature Changelog
|
|
2
2
|
|
|
3
|
+
## 7.1.2 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Update to `@interop/data-integrity-core@8.0.0` and related.
|
|
8
|
+
|
|
9
|
+
## 7.1.1 - 2026-06-09
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Update to latest deps (`@interop/data-integrity-core@7.0.0` etc).
|
|
14
|
+
|
|
3
15
|
## 7.1.0 - 2026-06-07
|
|
4
16
|
|
|
5
17
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interop/ed25519-signature",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Ed25519 Linked Data / Data Integrity signature suites (Ed25519Signature2020, eddsa-rdfc-2022, eddsa-jcs-2022) in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
},
|
|
56
56
|
"license": "BSD-3-Clause",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@interop/data-integrity-core": "^
|
|
59
|
-
"@interop/data-integrity-proof": "^3.
|
|
60
|
-
"@interop/ed25519-verification-key": "^
|
|
58
|
+
"@interop/data-integrity-core": "^8.0.0",
|
|
59
|
+
"@interop/data-integrity-proof": "^3.4.0",
|
|
60
|
+
"@interop/ed25519-verification-key": "^8.0.0",
|
|
61
61
|
"@interop/jsonld": "^9.0.2",
|
|
62
|
-
"canonicalize": "^
|
|
62
|
+
"canonicalize": "^3.0.0",
|
|
63
63
|
"ed25519-signature-2020-context": "^1.1.0",
|
|
64
64
|
"rdf-canonize": "^5.0.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@interop/jsonld-signatures": "^11.
|
|
67
|
+
"@interop/jsonld-signatures": "^11.7.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|
|
70
70
|
"@interop/jsonld-signatures": {
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@interop/security-document-loader": "^9.2.1",
|
|
76
75
|
"@eslint/js": "^10.0.1",
|
|
77
|
-
"@interop/jsonld-signatures": "^11.
|
|
76
|
+
"@interop/jsonld-signatures": "^11.8.1",
|
|
77
|
+
"@interop/security-document-loader": "^9.3.1",
|
|
78
78
|
"@playwright/test": "^1.60.0",
|
|
79
79
|
"@types/node": "^25.9.1",
|
|
80
80
|
"@vitest/coverage-v8": "^4.1.7",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"access": "public",
|
|
93
93
|
"provenance": true
|
|
94
94
|
},
|
|
95
|
-
"packageManager": "pnpm@11.
|
|
95
|
+
"packageManager": "pnpm@11.5.2",
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">=24.0"
|
|
98
98
|
}
|