@xyo-network/api 2.20.33 → 2.20.36

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.
Files changed (2) hide show
  1. package/dist/docs.json +3 -3
  2. package/package.json +6 -9
package/dist/docs.json CHANGED
@@ -41541,7 +41541,7 @@
41541
41541
  "sources": [
41542
41542
  {
41543
41543
  "fileName": "node_modules/typescript/lib/lib.es5.d.ts",
41544
- "line": 1023,
41544
+ "line": 1029,
41545
41545
  "character": 4
41546
41546
  }
41547
41547
  ],
@@ -41565,7 +41565,7 @@
41565
41565
  "sources": [
41566
41566
  {
41567
41567
  "fileName": "node_modules/typescript/lib/lib.es5.d.ts",
41568
- "line": 1022,
41568
+ "line": 1028,
41569
41569
  "character": 4
41570
41570
  }
41571
41571
  ],
@@ -41654,7 +41654,7 @@
41654
41654
  "sources": [
41655
41655
  {
41656
41656
  "fileName": "node_modules/typescript/lib/lib.es5.d.ts",
41657
- "line": 1024,
41657
+ "line": 1030,
41658
41658
  "character": 4
41659
41659
  }
41660
41660
  ],
package/package.json CHANGED
@@ -10,25 +10,25 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@xylabs/sdk-js": "^2.5.5",
13
- "@xyo-network/core": "^2.20.33",
13
+ "@xyo-network/core": "^2.20.36",
14
14
  "axios": "^0.27.2",
15
15
  "pako": "^2.0.4",
16
16
  "uuid": "^8.3.2"
17
17
  },
18
18
  "description": "Primary SDK for using XYO Protocol 2.0",
19
19
  "devDependencies": {
20
- "@babel/core": "^7.18.0",
21
- "@babel/preset-env": "^7.18.0",
20
+ "@babel/core": "^7.18.2",
21
+ "@babel/preset-env": "^7.18.2",
22
22
  "@types/pako": "^2.0.0",
23
23
  "@types/uuid": "^8.3.4",
24
24
  "@xylabs/eslint-config": "^2.3.22",
25
25
  "@xylabs/ts-scripts": "^1.0.66",
26
26
  "@xylabs/tsconfig": "^1.0.13",
27
27
  "dotenv": "^16.0.1",
28
- "ethers": "^5.6.6",
28
+ "ethers": "^5.6.8",
29
29
  "license-checker": "^25.0.1",
30
30
  "tslib": "^2.4.0",
31
- "typescript": "^4.6.4"
31
+ "typescript": "^4.7.2"
32
32
  },
33
33
  "browser": "dist/esm/index.js",
34
34
  "docs": "dist/docs.json",
@@ -62,14 +62,11 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "scripts": {
65
- "deploy": "yarn deploy3",
66
65
  "lint-pkg": "npmPkgJsonLint .",
67
- "build": "yarn clean && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs",
68
- "gen:docs": "typedoc ./src/index.ts --json ./dist/docs.json --tsconfig ./tsconfig.json",
69
66
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
70
67
  },
71
68
  "sideEffects": true,
72
69
  "types": "dist/esm/index.d.ts",
73
- "version": "2.20.33",
70
+ "version": "2.20.36",
74
71
  "packageManager": "yarn@3.1.1"
75
72
  }