@interop/ecdsa-multikey 2.0.0 → 2.0.1

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 +1 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @interop/ecdsa-multikey ChangeLog
2
2
 
3
- ## 2.0.0 - 2026-06-07
3
+ ## 2.0.0-2.0.1 - 2026-06-07
4
4
 
5
5
  ### Changed
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interop/ecdsa-multikey",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "TypeScript/JavaScript library for generating and working with EcdsaMultikey key pairs.",
5
5
  "homepage": "https://github.com/interop-alliance/ecdsa-multikey",
6
6
  "repository": {
@@ -67,6 +67,7 @@
67
67
  "test:coverage": "vitest run --coverage"
68
68
  },
69
69
  "publishConfig": {
70
- "access": "public"
70
+ "access": "public",
71
+ "provenance": true
71
72
  }
72
73
  }