@story-protocol/core-sdk 1.0.0-rc.2 → 1.0.0-rc.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@story-protocol/core-sdk",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "Story Protocol Core SDK",
5
5
  "main": "dist/story-protocol-core-sdk.cjs.js",
6
6
  "module": "dist/story-protocol-core-sdk.esm.js",
@@ -78,7 +78,7 @@
78
78
  "src/index.ts",
79
79
  "src/types/**/*"
80
80
  ],
81
- "check-coverage": true,
81
+ "check-coverage": false,
82
82
  "lines": 70,
83
83
  "functions": 70,
84
84
  "branches": 70,