Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 9, 2023
1 parent 20f02df commit b1d6f51
Show file tree
Hide file tree
Showing 249 changed files with 1,574 additions and 1,553 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@babel/preset-typescript": "^7.23.0",
"@types/jest": "^29.5.5",
"@types/supertest": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@xylabs/eslint-config": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/tsconfig-dom-jest": "^3.0.88",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@xylabs/eslint-config": "^3.1.3",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xylabs/tsconfig-dom-jest": "^3.1.3",
"babel-jest": "^29.7.0",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
Expand Down Expand Up @@ -69,11 +69,11 @@
"node": {
"require": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
"default": "./dist/node/index.cjs"
},
"import": {
"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.mjs"
"default": "./dist/node/index.js"
}
}
},
Expand All @@ -82,8 +82,8 @@
},
"./package.json": "./package.json"
},
"main": "dist/node/index.js",
"module": "dist/node/index.mjs",
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"homepage": "https://xyo.network",
"license": "LGPL-3.0",
"name": "@xyo-network/sdk-xyo-client-js",
Expand Down
16 changes: 8 additions & 8 deletions packages/automation-witness-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"./package.json": "./package.json"
},
"main": "dist/node/index.js",
"module": "dist/node/index.mjs",
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
Expand All @@ -57,8 +57,8 @@
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/v3-sdk": "^3.10.0",
"@xylabs/assert": "^2.12.22",
"@xylabs/crypto": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/crypto": "^2.12.23",
"@xylabs/sdk-api-express-ecs": "^1.4.0",
"@xyo-network/abstract-witness": "workspace:~",
"@xyo-network/account": "workspace:~",
Expand Down Expand Up @@ -103,10 +103,10 @@
"@types/compression": "^1.7.3",
"@types/cors": "^2.8.14",
"@types/express": "4.17.18",
"@xylabs/jest-helpers": "^2.12.22",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/tsconfig-jest": "^3.0.88",
"@xylabs/jest-helpers": "^2.12.23",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xylabs/tsconfig-jest": "^3.1.3",
"@xyo-network/payload-builder": "workspace:~",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
Expand Down
15 changes: 8 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.22",
"@xylabs/delay": "^2.12.22",
"@xylabs/lodash": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/delay": "^2.12.23",
"@xylabs/lodash": "^2.12.23",
"@xyo-network/account": "workspace:~",
"@xyo-network/account-model": "workspace:~",
"@xyo-network/archivist-model": "workspace:~",
Expand All @@ -34,12 +34,12 @@
"xyo": "dist/index.js"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node": "^20.8.4",
"@types/tail": "^2.2.1",
"@types/terminal-kit": "^2.5.2",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/tsconfig-jest": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xylabs/tsconfig-jest": "^3.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down Expand Up @@ -82,6 +82,7 @@
"version": "2.75.15",
"xy": {
"compile": {
"entryMode": "all",
"browser": false,
"node": {
"src": true
Expand Down
6 changes: 3 additions & 3 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"description": "Primary SDK for using XYO Protocol 2.0",
"dependencies": {
"@xylabs/assert": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xyo-network/http-bridge": "workspace:~",
"@xyo-network/manifest-model": "workspace:~",
"@xyo-network/memory-archivist": "workspace:~",
Expand All @@ -22,8 +22,8 @@
"@xyo-network/wallet-model": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/account": "workspace:~",
"@xyo-network/address-payload-plugin": "workspace:~",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@xyo-network/payload-model": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"typescript": "^5.2.2"
},
"docs": "dist/docs.json",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@xylabs/assert": "^2.12.22",
"@xylabs/crypto": "^2.12.22",
"@xylabs/exists": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/crypto": "^2.12.23",
"@xylabs/exists": "^2.12.23",
"@xyo-network/account": "workspace:~",
"@xyo-network/archivist-mongodb": "workspace:~",
"@xyo-network/diviner-mongodb": "workspace:~",
Expand All @@ -63,9 +63,9 @@
"mongodb": "^6.1.0"
},
"devDependencies": {
"@xylabs/jest-helpers": "^2.12.22",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/jest-helpers": "^2.12.23",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"typescript": "^5.2.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/modules-mongo/packages/archivist/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/exists": "^2.12.22",
"@xylabs/promise": "^2.12.22",
"@xylabs/exists": "^2.12.23",
"@xylabs/promise": "^2.12.23",
"@xyo-network/archivist-abstract": "workspace:~",
"@xyo-network/archivist-model": "workspace:~",
"@xyo-network/archivist-model-mongodb": "workspace:~",
Expand All @@ -32,9 +32,9 @@
}
},
"devDependencies": {
"@xylabs/jest-helpers": "^2.12.22",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/jest-helpers": "^2.12.23",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/account": "workspace:~",
"@xyo-network/account-model": "workspace:~",
"@xyo-network/archivist-wrapper": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/sdk-xyo-mongo-js": "workspace:~",
"fake-indexeddb": "^4.0.2",
"typescript": "^5.2.2"
Expand Down
22 changes: 11 additions & 11 deletions packages/modules-mongo/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/array": "^2.12.22",
"@xylabs/assert": "^2.12.22",
"@xylabs/crypto": "^2.12.22",
"@xylabs/delay": "^2.12.22",
"@xylabs/exists": "^2.12.22",
"@xylabs/lodash": "^2.12.22",
"@xylabs/promise": "^2.12.22",
"@xylabs/set": "^2.12.22",
"@xylabs/array": "^2.12.23",
"@xylabs/assert": "^2.12.23",
"@xylabs/crypto": "^2.12.23",
"@xylabs/delay": "^2.12.23",
"@xylabs/exists": "^2.12.23",
"@xylabs/lodash": "^2.12.23",
"@xylabs/promise": "^2.12.23",
"@xylabs/set": "^2.12.23",
"@xyo-network/account": "workspace:~",
"@xyo-network/account-model": "workspace:~",
"@xyo-network/address": "workspace:~",
Expand Down Expand Up @@ -64,9 +64,9 @@
}
},
"devDependencies": {
"@xylabs/jest-helpers": "^2.12.22",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/jest-helpers": "^2.12.23",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/abstract-diviner": "workspace:~",
"@xyo-network/boundwitness-builder": "workspace:~",
"@xyo-network/diviner-address-space-model": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules-mongo/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/sdk-xyo-mongo-js": "workspace:~",
"fake-indexeddb": "^4.0.2",
"typescript": "^5.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.22",
"@xylabs/exists": "^2.12.22",
"@xylabs/lodash": "^2.12.22",
"@xylabs/static-implements": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/exists": "^2.12.23",
"@xylabs/lodash": "^2.12.23",
"@xylabs/static-implements": "^2.12.23",
"@xyo-network/module-model": "workspace:~",
"@xyo-network/module-model-mongodb": "workspace:~",
"@xyo-network/node-core-model": "workspace:~",
Expand All @@ -29,8 +29,8 @@
}
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/sdk-xyo-mongo-js": "workspace:~",
"fake-indexeddb": "^4.0.2",
"typescript": "^5.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/sdk-xyo-mongo-js": "workspace:~",
"fake-indexeddb": "^4.0.2",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@swc/core": "^1.3.92",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/account": "workspace:~",
"@xyo-network/archivist-model": "workspace:~",
"@xyo-network/diviner-address-history": "workspace:~",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.22",
"@xylabs/lodash": "^2.12.22",
"@xylabs/promise": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/lodash": "^2.12.23",
"@xylabs/promise": "^2.12.23",
"@xyo-network/archivist-abstract": "workspace:~",
"@xyo-network/archivist-model": "workspace:~",
"@xyo-network/archivist-wrapper": "workspace:~",
Expand All @@ -28,9 +28,9 @@
},
"devDependencies": {
"@types/js-cookie": "^3.0.4",
"@xylabs/delay": "^2.12.22",
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/delay": "^2.12.23",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"@xyo-network/account": "workspace:~",
"@xyo-network/boundwitness-builder": "workspace:~",
"@xyo-network/id-payload-plugin": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@xyo-network/archivist-abstract": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"typescript": "^5.2.2"
},
"description": "Primary SDK for using XYO Protocol 2.0",
Expand Down
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.12.22",
"@xylabs/lodash": "^2.12.22",
"@xylabs/assert": "^2.12.23",
"@xylabs/lodash": "^2.12.23",
"@xyo-network/archivist-model": "workspace:~",
"@xyo-network/boundwitness-builder": "workspace:~",
"@xyo-network/boundwitness-model": "workspace:~",
Expand All @@ -23,8 +23,8 @@
"@xyo-network/promise": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"typescript": "^5.2.2"
},
"description": "Primary SDK for using XYO Protocol 2.0",
Expand Down
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.12.22",
"@xylabs/assert": "^2.12.23",
"@xyo-network/account": "workspace:~",
"@xyo-network/archivist-abstract": "workspace:~",
"@xyo-network/archivist-model": "workspace:~",
Expand All @@ -23,8 +23,8 @@
"@xyo-network/promise": "workspace:~"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.88",
"@xylabs/tsconfig": "^3.0.88",
"@xylabs/ts-scripts-yarn3": "^3.1.3",
"@xylabs/tsconfig": "^3.1.3",
"typescript": "^5.2.2"
},
"description": "Primary SDK for using XYO Protocol 2.0",
Expand Down
Loading

0 comments on commit b1d6f51

Please sign in to comment.