Skip to content

Commit

Permalink
deploy 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 30, 2024
1 parent 4c7c8fa commit 3790091
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-xyo-typechain",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/open-zeppelin-typechain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/open-zeppelin-typechain",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -38,9 +38,9 @@
"scripts": {
"generate:sdk": "typechain --node16-modules --out-dir=./src --target=ethers-v6 ../../node_modules/@openzeppelin/contracts/build/contracts/**/*.json",
"lint-pkg": "npmPkgJsonLint .",
"package-build": "yarn generate:sdk && yarn package-compile-only",
"package-build": "yarn generate:sdk && yarn package-build-only",
"package-clean": "rimraf dist && rimraf src",
"package-compile": "yarn generate:sdk && yarn package-compile-only",
"package-compile": "yarn generate:sdk && yarn package-build-only",
"package-recompile": "yarn package-clean && yarn package-compile"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/open-zeppelin-typechain/xy.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
browser: { src: true },
browser: { src: {entry: ['src/**/*.ts']} },
neutral: { },
node: { src: true },
node: { src: {entry: ['src/**/*.ts']} },
},
}

Expand Down
2 changes: 1 addition & 1 deletion packages/solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/solidity",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/typechain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/typechain",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -39,8 +39,8 @@
"generate:sdk": "typechain --node16-modules --out-dir=./src --target=ethers-v6 ../solidity/build/contracts/**/*.json",
"lint-pkg": "npmPkgJsonLint .",
"package-clean": "rimraf dist && rimraf src",
"package-compile": "yarn generate:sdk && yarn package-compile-only",
"package-build": "yarn generate:sdk && yarn package-compile-only",
"package-compile": "yarn generate:sdk && yarn package-build-only",
"package-build": "yarn generate:sdk && yarn package-build-only",
"package-recompile": "yarn package-clean && yarn package-compile"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain/xy.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
browser: { src: true },
browser: { src: {entry: ['src/**/*.ts']} },
neutral: { },
node: { src: true },
node: { src: {entry: ['src/**/*.ts']} },
},
}

Expand Down
2 changes: 1 addition & 1 deletion packages/uniswap-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/uniswap-solidity",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/uniswap-typechain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/uniswap-typechain",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -38,9 +38,9 @@
"scripts": {
"generate:sdk": "typechain --node16-modules --out-dir=./src --target=ethers-v6 ../uniswap-solidity/build/contracts/**/*.json",
"lint-pkg": "npmPkgJsonLint .",
"package-build": "yarn generate:sdk && yarn package-compile-only",
"package-build": "yarn generate:sdk && yarn package-build-only",
"package-clean": "rimraf dist && rimraf src",
"package-compile": "yarn generate:sdk && yarn package-compile-only",
"package-compile": "yarn generate:sdk && yarn package-build-only",
"package-recompile": "yarn package-clean && yarn package-compile"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/uniswap-typechain/xy.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
browser: { src: true },
browser: { src: {entry: ['src/**/*.ts']} },
neutral: { },
node: { src: true },
node: { src: {entry: ['src/**/*.ts']} },
},
}

Expand Down
2 changes: 1 addition & 1 deletion packages/world-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/world-solidity",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/world-typechain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/world-typechain",
"version": "3.2.0",
"version": "3.2.1",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-typechain/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -38,9 +38,9 @@
"scripts": {
"generate:sdk": "typechain --node16-modules --out-dir=./src --target=ethers-v6 ../world-solidity/build/contracts/**/*.json",
"lint-pkg": "npmPkgJsonLint .",
"package-build": "yarn generate:sdk && yarn package-compile-only",
"package-build": "yarn generate:sdk && yarn package-build-only",
"package-clean": "rimraf dist && rimraf src",
"package-compile": "yarn generate:sdk && yarn package-compile-only",
"package-compile": "yarn generate:sdk && yarn package-build-only",
"package-recompile": "yarn package-clean && yarn package-compile"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/world-typechain/xy.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
browser: { src: true },
browser: { src: {entry: ['src/**/*.ts']} },
neutral: { },
node: { src: true },
node: { src: {entry: ['src/**/*.ts']} },
},
}

Expand Down

0 comments on commit 3790091

Please sign in to comment.