@did-btcr2/method 0.14.2 → 0.14.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.
- package/dist/browser.js.map +2 -2
- package/dist/browser.mjs.map +2 -2
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@did-btcr2/method",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Javascript/TypeScript reference implementation of did:btcr2 method, a censorship resistant DID Method using the Bitcoin blockchain as a Verifiable Data Registry to announce changes to the DID document. Core package of the did-btcr2-js monorepo.",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"multiformats": "^13.3.1",
|
|
77
77
|
"nostr-tools": "^2.15.0",
|
|
78
78
|
"tiny-secp256k1": "^2.2.3",
|
|
79
|
-
"@did-btcr2/keypair": "0.5.1",
|
|
80
79
|
"@did-btcr2/common": "2.1.0",
|
|
80
|
+
"@did-btcr2/keypair": "0.5.1",
|
|
81
81
|
"@did-btcr2/cryptosuite": "3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"build:browser": "rimraf dist/browser.mjs dist/browser.js && node build/bundles.js",
|
|
121
121
|
"build:tests": "pnpm clean:tests && pnpm tsc -p tests/tsconfig.json",
|
|
122
122
|
"build:docs": "typedoc --options typedoc.json",
|
|
123
|
-
"build:all": "pnpm build && pnpm build:tests
|
|
123
|
+
"build:all": "pnpm build && pnpm build:tests",
|
|
124
124
|
"release": "pnpm build && pnpm pack && mv *.tgz ../../release/method",
|
|
125
125
|
"lint": "eslint . --max-warnings 0",
|
|
126
126
|
"lint:fix": "eslint . --fix",
|