@story-protocol/core-sdk 1.0.0-rc.4 → 1.0.0-rc.5

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.4",
3
+ "version": "1.0.0-rc.5",
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,11 +78,11 @@
78
78
  "src/index.ts",
79
79
  "src/types/**/*"
80
80
  ],
81
- "check-coverage": false,
82
- "lines": 70,
83
- "functions": 70,
84
- "branches": 70,
85
- "statements": 70
81
+ "check-coverage": true,
82
+ "lines": 90,
83
+ "functions": 90,
84
+ "branches": 90,
85
+ "statements": 90
86
86
  },
87
87
  "typedoc": {
88
88
  "entryPoint": "./src/index.ts",