Skip to content

Commit

Permalink
deploy 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Nov 20, 2023
1 parent e5de21e commit 463153b
Show file tree
Hide file tree
Showing 6 changed files with 802 additions and 951 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-xyo-js",
"version": "2.11.0",
"version": "2.11.1",
"homepage": "https://xyo.network",
"bugs": {
"url": "https://github.com/XYOracleNetwork/sdk-xyo-js/issues",
Expand Down Expand Up @@ -54,14 +54,14 @@
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/mocha": "^10.0.4",
"@xylabs/eslint-config": "^3.2.2",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"@xylabs/tsconfig-jest": "^3.2.2",
"@xylabs/eslint-config": "^3.2.7",
"@xylabs/ts-scripts-yarn3": "^3.2.7",
"@xylabs/tsconfig": "^3.2.7",
"@xylabs/tsconfig-jest": "^3.2.7",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"scripts": {
"test": "yarn jest",
Expand Down
10 changes: 5 additions & 5 deletions packages/ethers-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/ethers-wrappers",
"version": "2.11.0",
"version": "2.11.1",
"homepage": "https://xyo.network",
"bugs": {
"url": "https://github.com/XYOracleNetwork/sdk-xyo-js/issues",
Expand Down Expand Up @@ -48,14 +48,14 @@
"@xylabs/assert": "^2.13.9",
"@xylabs/bignumber": "^2.13.9",
"@xylabs/eth-address": "^2.13.9",
"@xyo-network/typechain": "^3.0.0",
"@xyo-network/typechain": "^3.0.5",
"ethers": "^6.8.1"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"@xylabs/ts-scripts-yarn3": "^3.2.7",
"@xylabs/tsconfig": "^3.2.7",
"ethers": "^6.8.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions packages/ethers-wrappers/src/Erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Provider, Signer } from 'ethers'

import { XyoEthersWrapperBase } from './EthersBase'

/** @deprecated use @xyo-network/typechain instead*/
export class XyoErc20Wrapper extends XyoEthersWrapperBase {
public contract: BurnableErc20

Expand Down
8 changes: 4 additions & 4 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-geo",
"version": "2.11.0",
"version": "2.11.1",
"homepage": "https://xyo.network",
"bugs": {
"url": "https://github.com/XYOracleNetwork/sdk-xyo-js/issues",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.18",
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"typescript": "^5.2.2"
"@xylabs/ts-scripts-yarn3": "^3.2.7",
"@xylabs/tsconfig": "^3.2.7",
"typescript": "^5.3.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-meta",
"version": "2.11.0",
"version": "2.11.1",
"homepage": "https://xyo.network",
"bugs": {
"url": "https://github.com/XYOracleNetwork/sdk-xyo-js/issues",
Expand Down Expand Up @@ -47,10 +47,10 @@
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.2",
"@xylabs/tsconfig": "^3.2.2",
"@xylabs/ts-scripts-yarn3": "^3.2.7",
"@xylabs/tsconfig": "^3.2.7",
"jest-serializer-html": "^7.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 463153b

Please sign in to comment.