Skip to content

Commit

Permalink
feat(npm): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
githubotoro committed Dec 1, 2024
1 parent 8d7056e commit 409913e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/automated-patch-release.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# royco

## 0.5.13

### Patch Changes

- 8d7056e: New SDK version @ 2024-12-01 23:57:08 UTC

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "royco",
"description": "SDK for building frontends on top of Royco Protocol",
"version": "0.5.12",
"version": "0.5.13",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@supabase/postgrest-js": ["node_modules/@supabase/postgrest-js"]
// "@wagmi/*": ["node_modules/@wagmi/*"]
"@supabase/postgrest-js": ["node_modules/@supabase/postgrest-js"],
"@wagmi/*": ["node_modules/@wagmi/*"]
},
"jsx": "react-jsx",
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 409913e

Please sign in to comment.