Bump @atproto/xrpc@0.0.4, @atproto/api@0.1.0 ()

* @atproto/xrpc@0.0.4

* @atproto/api@0.1.0
This commit is contained in:
Paul Frazee 2023-02-07 15:35:09 -06:00 committed by GitHub
parent 2242e8a313
commit e8b8d081ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.0.8",
"version": "0.1.0",
"main": "src/index.ts",
"scripts": {
"codegen": "lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",

@ -1,6 +1,6 @@
{
"name": "@atproto/xrpc",
"version": "0.0.3",
"version": "0.0.4",
"main": "src/index.ts",
"scripts": {
"prettier": "prettier --check src/",