@story-protocol/core-sdk 1.0.0-rc.3 → 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.3",
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",
@@ -1,9 +0,0 @@
1
- import { RoyaltyPolicy } from "../types/resources/royalty.js";
2
- import { License } from "../types/resources/license.js";
3
- export declare class StoryAPIClient {
4
- private readonly httpClient;
5
- constructor();
6
- getRoyaltyPolicy(ipId: string): Promise<RoyaltyPolicy>;
7
- getLicense(licenseId: string): Promise<License>;
8
- }
9
- //# sourceMappingURL=storyAPI.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storyAPI.d.ts","sourceRoot":"../../../../src/clients","sources":["storyAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAA4B,sCAAmC;AACrF,OAAO,EAAE,OAAO,EAAsB,sCAAmC;AAEzE,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAgB;;IAY9B,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAKtD,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAI7D"}