Skip to content

Commit

Permalink
fix dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Dec 13, 2024
1 parent 1f66ebe commit f904a79
Show file tree
Hide file tree
Showing 21 changed files with 355 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"process": "^0.11.10",
"string_decoder": "^1.3.0",
"syncpack": "^13.0.0",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typedoc": "^0.26.5",
"wsrun": "^5.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-data/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^8.40.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"text-encoding": "^0.7.0",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/sdk/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig((options) => {
if (options.watch) {
// Watch mode
return {
outDir: 'dist',
outDir: 'dist/browser',
format: 'esm',
target: 'es2022',
platform: 'browser',
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"terser": "^5.34.1",
"ts-jest": "^29.1.0",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2",
"web-vitals": "^2.1.4"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/checkout/widgets-lib/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ export default defineConfig((options) => {
if (options.watch) {
// Watch mode
return {
outDir: 'dist',
outDir: 'dist/browser',
format: 'esm',
target: 'es2022',
platform: 'browser',
bundle: true,
esbuildPlugins: [nodeModulesPolyfillPlugin({ modules: ['url']})]
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/bridge/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typechain": "^8.1.1",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/cryptofiat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/dex/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typechain": "^8.1.1",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/generated-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^18.14.2",
"jest": "^29.4.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"ts-jest": "^29.1.0",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/orderbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"ts-mockito": "^2.6.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typechain": "^8.1.1",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"msw": "^1.2.2",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^8.40.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.40.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"tsup": "8.3.0",
"typescript": "^5.6.2"
},
"engines": {
Expand Down
Loading

0 comments on commit f904a79

Please sign in to comment.