@covalenthq/client-sdk 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <a href="https://goldrush.dev/" target="_blank" rel="noopener noreferrer">
3
- <img alt="GoldRush TS SDK Logo" src="./repo-static/ts-sdk-banner.png" style="max-width: 100%;"/>
3
+ <img alt="GoldRush TS SDK Logo" src="../../repo-static/ts-sdk-banner.png" style="max-width: 100%;"/>
4
4
  </a>
5
5
  </div>
6
6
 
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "3.0.0";
3
+ var version = "3.0.2";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@covalenthq/client-sdk",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/covalenthq/covalent-api-sdk-ts.git"
7
+ "url": "git+https://github.com/covalenthq/goldrush-services-monorepo.git",
8
+ "directory": "sdks//typescript"
8
9
  },
9
10
  "author": {
10
11
  "name": "covalenthq",
11
12
  "url": "https://covalenthq.com"
12
13
  },
13
14
  "bugs": {
14
- "url": "https://github.com/covalenthq/covalent-api-sdk-ts/issues"
15
+ "url": "https://github.com/covalenthq/goldrush-services-monorepo/issues"
15
16
  },
16
- "homepage": "https://github.com/covalenthq/covalent-api-sdk-ts#readme",
17
+ "homepage": "https://github.com/covalenthq/goldrush-services-monorepo/sdks/typescript#readme",
17
18
  "dependencies": {
18
19
  "big.js": "^6.2.1",
19
20
  "graphql-ws": "^6.0.5",