Bump ucans to stable version ()

Bump UCANs to stable version
This commit is contained in:
Daniel Holmgren 2022-09-26 18:55:54 -05:00 committed by GitHub
parent dcba744dab
commit 100319f59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

@ -15,7 +15,7 @@
},
"dependencies": {
"@adxp/crypto": "*",
"@ucans/core": "^0.11.0-alpha",
"@ucans/core": "0.11.0",
"uint8arrays": "3.0.0"
}
}

@ -14,7 +14,7 @@
"postbuild": "tsc --build tsconfig.build.json"
},
"dependencies": {
"@ucans/core": "0.11.0-alpha",
"@ucans/core": "0.11.0",
"big-integer": "^1.6.51",
"multiformats": "^9.6.4",
"one-webcrypto": "^1.0.3",

@ -2541,10 +2541,10 @@
"@typescript-eslint/types" "4.33.0"
eslint-visitor-keys "^2.0.0"
"@ucans/core@0.11.0-alpha", "@ucans/core@^0.11.0-alpha":
version "0.11.0-alpha"
resolved "https://registry.yarnpkg.com/@ucans/core/-/core-0.11.0-alpha.tgz#e4f3b4f4034ff5929b89ad8e966340802dd264ad"
integrity sha512-QCAButW62jwBuMtneM0ac7qFIML0F4YMwj/EahhWYWBxonI+k8yIZGhNL4BPJ2daP862qJetLwCoHEnnwL07pg==
"@ucans/core@0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@ucans/core/-/core-0.11.0.tgz#8201680294d980f2b1f5edfaf77b42a86d3a5688"
integrity sha512-SHX67e313kKBaur5Cp+6WFeOLC7aBhkf1i1jIFpFb9f0f1cvM/lC3mjzOyUBeDg3QwmcN5QSZzaogVFvuVvzvg==
dependencies:
uint8arrays "3.0.0"