Skip to content

Commit

Permalink
Merge pull request #148 from storyprotocol/dev
Browse files Browse the repository at this point in the history
1.0.0-rc5
  • Loading branch information
edisonz0718 authored Apr 24, 2024
2 parents 9a921c1 + 36c4bad commit 13bffdb
Show file tree
Hide file tree
Showing 23 changed files with 2,628 additions and 1,025 deletions.
12 changes: 6 additions & 6 deletions packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down Expand Up @@ -78,11 +78,11 @@
"src/index.ts",
"src/types/**/*"
],
"check-coverage": false,
"lines": 70,
"functions": 70,
"branches": 70,
"statements": 70
"check-coverage": true,
"lines": 90,
"functions": 90,
"branches": 90,
"statements": 90
},
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
Loading

0 comments on commit 13bffdb

Please sign in to comment.