Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jun 27, 2023
2 parents 14764ea + ecbacb1 commit 4ddf6b0
Show file tree
Hide file tree
Showing 218 changed files with 720 additions and 656 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@babel/preset-env": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@xylabs/eslint-config": "^2.17.17",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
"@xylabs/tsconfig": "^2.17.17",
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10",
"version": "2.63.11",
"packageManager": "yarn@3.5.1",
"volta": {
"node": "18.13.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/automation-witness-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.63.10",
"version": "2.63.11",
"description": "XYO Automation Witness",
"sideeffects": false,
"engines": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.358.0",
"@aws-sdk/client-secrets-manager": "^3.360.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
Expand All @@ -47,7 +47,7 @@
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.2.6",
"@uniswap/v3-sdk": "^3.9.0",
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
"@xyo-network/account": "workspace:^",
"@xyo-network/account-model": "workspace:^",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/express": "4.17.17",
"@xylabs/jest-helpers": "^2.9.1",
"@xylabs/jest-helpers": "^2.9.3",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
"@xylabs/tsconfig": "^2.17.17",
"@xylabs/tsconfig-jest": "^2.17.17",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/delay": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/delay": "^2.9.3",
"@xyo-network/account": "workspace:^",
"@xyo-network/account-model": "workspace:^",
"@xyo-network/core": "workspace:^",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/node": "^20.3.2",
"@types/tail": "^2.2.1",
"@types/terminal-kit": "^2.5.1",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
Expand Down Expand Up @@ -79,5 +79,5 @@
"xyo-ts": "ts-node src/index.ts"
},
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
4 changes: 2 additions & 2 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browser": "dist/esm/index.js",
"docs": "dist/docs.json",
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/http-bridge": "workspace:^",
"@xyo-network/memory-archivist": "workspace:^",
"@xyo-network/module": "workspace:^",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
8 changes: 4 additions & 4 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/promise": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/promise": "^2.9.3",
"@xyo-network/abstract-archivist": "workspace:^",
"@xyo-network/account": "workspace:^",
"@xyo-network/account-model": "workspace:^",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.195",
"@xylabs/delay": "^2.9.1",
"@xylabs/delay": "^2.9.3",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
"@xylabs/tsconfig": "^2.17.17",
"@xyo-network/boundwitness-wrapper": "workspace:^",
Expand Down Expand Up @@ -71,5 +71,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/archivist-wrapper": "workspace:^",
Expand Down Expand Up @@ -59,5 +59,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/abstract-archivist": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/abstract-archivist": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand All @@ -22,7 +22,7 @@
"idb-keyval": "^6.2.1"
},
"devDependencies": {
"@xylabs/delay": "^2.9.1",
"@xylabs/delay": "^2.9.3",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
"@xylabs/tsconfig": "^2.17.17",
"@xyo-network/archivist-wrapper": "workspace:^",
Expand Down Expand Up @@ -64,5 +64,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/promise": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/promise": "^2.9.3",
"@xyo-network/abstract-archivist": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
Expand Down Expand Up @@ -60,5 +60,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
2 changes: 1 addition & 1 deletion packages/modules/packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
4 changes: 2 additions & 2 deletions packages/modules/packages/bridge/packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/abstract-bridge": "workspace:^",
"@xyo-network/api-models": "workspace:^",
"@xyo-network/axios": "workspace:^",
Expand Down Expand Up @@ -66,5 +66,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/address-payload-plugin": "workspace:^",
"@xyo-network/bridge-model": "workspace:^",
"@xyo-network/module": "workspace:^",
Expand Down Expand Up @@ -56,5 +56,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
6 changes: 3 additions & 3 deletions packages/modules/packages/bridge/packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/delay": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/delay": "^2.9.3",
"@xyo-network/abstract-bridge": "workspace:^",
"@xyo-network/bridge-model": "workspace:^",
"@xyo-network/config-payload-plugin": "workspace:^",
Expand Down Expand Up @@ -66,5 +66,5 @@
"sideEffects": false,
"types": "dist/types/index.d.ts",
"type": "module",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
6 changes: 3 additions & 3 deletions packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/promise": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/promise": "^2.9.3",
"@xyo-network/abstract-diviner": "workspace:^",
"@xyo-network/archivist": "workspace:^",
"@xyo-network/archivist-wrapper": "workspace:^",
Expand Down Expand Up @@ -64,5 +64,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/account": "workspace:^",
"@xyo-network/core": "workspace:^",
"@xyo-network/diviner-model": "workspace:^",
Expand Down Expand Up @@ -56,5 +56,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/archivist-wrapper": "workspace:^",
"@xyo-network/boundwitness-model": "workspace:^",
"@xyo-network/boundwitness-wrapper": "workspace:^",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.9.1",
"@xylabs/assert": "^2.9.3",
"@xyo-network/abstract-diviner": "workspace:^",
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/archivist-wrapper": "workspace:^",
Expand Down Expand Up @@ -58,5 +58,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
"version": "2.63.10"
"version": "2.63.11"
}
Loading

0 comments on commit 4ddf6b0

Please sign in to comment.