Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "w3name", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "The JavaScript API client w3name", | ||
"author": "", | ||
"license": "Apache-2.0 OR MIT", | ||
"homepage": "https://github.com/web3-storage/w3name#readme", | ||
"homepage": "https://github.com/storacha/w3name#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/web3-storage/w3name/tree/main/packages/client" | ||
"url": "https://github.com/storacha/w3name/tree/main/packages/client" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/web3-storage/w3name/issues" | ||
"url": "https://github.com/storacha/w3name/issues" | ||
}, | ||
@@ -72,2 +72,3 @@ "keywords": [ | ||
"libp2p-crypto": "^0.21.2", | ||
"multiformats": "^9.9.0", | ||
"throttled-queue": "^2.1.4", | ||
@@ -88,5 +89,4 @@ "uint8arrays": "^3.0.0" | ||
"typedoc": "^0.23.10", | ||
"typings": "^2.1.1", | ||
"uint8arrays": "^3.0.0" | ||
"typings": "^2.1.1" | ||
} | ||
} |
@@ -165,3 +165,3 @@ <h1 align="center">⁂<br/>w3name</h1> | ||
// Note: Revision.encode does NOT encode signing key data | ||
await fs.promises.writeFile('ipns.revision', Revision.encode(rev)) | ||
await fs.promises.writeFile('ipns.revision', Revision.encode(revision)) | ||
@@ -168,0 +168,0 @@ // ...later |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
70302
7
+ Addedmultiformats@^9.9.0