@interop/ed25519-signature 7.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 7.1.1 - 2026-06-09
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interop/ed25519-signature",
3
- "version": "7.1.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,8 +55,8 @@
55
55
  },
56
56
  "license": "BSD-3-Clause",
57
57
  "dependencies": {
58
- "@interop/data-integrity-core": "^7.0.0",
59
- "@interop/data-integrity-proof": "^3.3.1",
58
+ "@interop/data-integrity-core": "^8.0.0",
59
+ "@interop/data-integrity-proof": "^3.4.0",
60
60
  "@interop/ed25519-verification-key": "^8.0.0",
61
61
  "@interop/jsonld": "^9.0.2",
62
62
  "canonicalize": "^3.0.0",
@@ -73,8 +73,8 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@eslint/js": "^10.0.1",
76
- "@interop/jsonld-signatures": "^11.7.1",
77
- "@interop/security-document-loader": "^9.2.3",
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",