@did-btcr2/method 0.25.2 → 0.25.3

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-btcr2/method",
3
- "version": "0.25.2",
3
+ "version": "0.25.3",
4
4
  "type": "module",
5
5
  "description": "Reference implementation for the did:btcr2 DID method written in TypeScript and JavaScript. did:btcr2 is a censorship resistant DID Method using the Bitcoin blockchain as a Verifiable Data Registry to announce changes to the DID document. This is the core method implementation for the did-btcr2-js monorepo.",
6
6
  "main": "./dist/cjs/index.js",
@@ -82,10 +82,10 @@
82
82
  "helia": "^5.2.1",
83
83
  "multiformats": "^13.3.1",
84
84
  "nostr-tools": "^2.15.0",
85
- "@did-btcr2/common": "8.0.0",
86
- "@did-btcr2/cryptosuite": "6.0.4",
87
- "@did-btcr2/keypair": "0.11.2",
88
- "@did-btcr2/bitcoin": "0.5.1"
85
+ "@did-btcr2/bitcoin": "^0.5.2",
86
+ "@did-btcr2/common": "^8.0.1",
87
+ "@did-btcr2/keypair": "^0.11.3",
88
+ "@did-btcr2/cryptosuite": "^6.0.5"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@eslint/js": "^9.22.0",