@xyo-network/ethereum-blockchain-payload-plugins 2.36.7 → 2.36.8

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 +3 -3
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1bc95c0/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b42e92c/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -11621,7 +11621,7 @@
11621
11621
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
11622
11622
  "line": 6,
11623
11623
  "character": 13,
11624
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1bc95c0/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L6"
11624
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b42e92c/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L6"
11625
11625
  }
11626
11626
  ],
11627
11627
  "type": {
@@ -14379,7 +14379,7 @@
14379
14379
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
14380
14380
  "line": 1,
14381
14381
  "character": 0,
14382
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1bc95c0/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L1"
14382
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b42e92c/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L1"
14383
14383
  }
14384
14384
  ]
14385
14385
  }
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.36.7",
14
- "@xyo-network/payload-plugin": "^2.36.7",
13
+ "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.36.8",
14
+ "@xyo-network/payload-plugin": "^2.36.8",
15
15
  "tslib": "^2.4.0"
16
16
  },
17
17
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -47,5 +47,5 @@
47
47
  },
48
48
  "sideEffects": false,
49
49
  "types": "dist/esm/index.d.ts",
50
- "version": "2.36.7"
50
+ "version": "2.36.8"
51
51
  }