Bump package versions ()

* bump pkgs

* fix package
This commit is contained in:
Daniel Holmgren 2023-02-22 19:54:21 -06:00 committed by GitHub
parent ca87aeb93f
commit f29c08f0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions
packages

@ -1,6 +1,6 @@
{
"name": "@atproto/common",
"version": "0.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {

@ -1,6 +1,6 @@
{
"name": "@atproto/crypto",
"version": "0.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
@ -19,7 +19,6 @@
"postpublish": "npm run update-main-to-src"
},
"dependencies": {
"@atproto/crypto": "*",
"@noble/secp256k1": "^1.7.0",
"big-integer": "^1.6.51",
"multiformats": "^9.6.4",