Skip to content

Commit

Permalink
Merge pull request #299 from storyprotocol/dev
Browse files Browse the repository at this point in the history
Bump up sdk to v1.2.0-rc.0
  • Loading branch information
bonnie57 authored Oct 22, 2024
2 parents 27831ef + c21f663 commit 0625f61
Show file tree
Hide file tree
Showing 42 changed files with 19,399 additions and 7,278 deletions.
4 changes: 2 additions & 2 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.23",
"version": "1.2.0-rc.0",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"build": "pnpm run fix && preconstruct build",
"test": "pnpm run test:unit && pnpm run test:integration",
"test": "pnpm run test:unit",
"test:unit": "TS_NODE_PROJECT='./tsconfig.test.json' c8 --all --src ./src mocha -r ts-node/register './test/unit/**/*.test.ts'",
"test:integration": "TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register './test/integration/**/*.test.ts' --timeout 240000",
"fix": "pnpm run format:fix && pnpm run lint:fix",
Expand Down
Loading

0 comments on commit 0625f61

Please sign in to comment.