Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
dist/

lerna-debug.log
.vercel

Expand Down
4 changes: 2 additions & 2 deletions logging/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rango-dev/logging-types": "^0.11.0"
},
"scripts": {
"build": "node ../../scripts/build/command.mjs --path logging/console",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -26,4 +26,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions logging/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rango-dev/logging-types": "^0.11.0"
},
"scripts": {
"build": "node ../../scripts/build/command.mjs --path logging/core",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -26,4 +26,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions logging/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sentry/browser": "^7.119.1"
},
"scripts": {
"build": "node ../../scripts/build/command.mjs --path logging/sentry",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -29,4 +29,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions logging/subscriber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rango-dev/logging-types": "^0.11.0"
},
"scripts": {
"build": "node ../../scripts/build/command.mjs --path logging/subscriber",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -26,4 +26,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion logging/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path logging/types",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"conventional-commits-parser": "^6.2.0",
"conventional-recommended-bump": "^11.2.0",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.20.1",
"esbuild-plugins-node-modules-polyfill": "^1.6.6",
"esbuild": "^0.25.4",
"esbuild-plugins-node-modules-polyfill": "^1.7.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-rango": "^0.0.1",
Expand All @@ -111,6 +111,7 @@
"prettier": "^2.7.1",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"rangutopia": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.3.1",
Expand All @@ -127,7 +128,8 @@
"valibot": "^0.38.0",
"react-refresh": "0.9.0",
"protobufjs": "^6.11.4",
"@types/node": "^20.17.19"
"@types/node": "^20.17.19",
"esbuild": "0.25.4"
},
"@parcel/resolver-default": {
"packageExports": true
Expand Down
2 changes: 1 addition & 1 deletion queue-manager/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path queue-manager/core",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion queue-manager/rango-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path queue-manager/rango-preset",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion queue-manager/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path queue-manager/react",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-cosmos",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-evm",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-solana",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-starknet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-starknet",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-sui",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-terra",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-ton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-ton",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion signers/signer-tron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path signers/signer-tron",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
2 changes: 1 addition & 1 deletion wallets/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"legacy"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/core --inputs src/mod.ts,src/utils/mod.ts,src/legacy/mod.ts,src/hub/store/mod.ts,src/namespaces/evm/mod.ts,src/namespaces/solana/mod.ts,src/namespaces/cosmos/mod.ts,src/namespaces/utxo/mod.ts,src/namespaces/sui/mod.ts,src/namespaces/common/mod.ts",
"build": "rangutopia library build --inputs src/mod.ts,src/utils/mod.ts,src/legacy/mod.ts,src/hub/store/mod.ts,src/namespaces/evm/mod.ts,src/namespaces/solana/mod.ts,src/namespaces/cosmos/mod.ts,src/namespaces/utxo/mod.ts,src/namespaces/sui/mod.ts,src/namespaces/common/mod.ts",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down
4 changes: 2 additions & 2 deletions wallets/provider-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-all",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand Down Expand Up @@ -63,4 +63,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-bitget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-bitget",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-braavos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-braavos",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -28,4 +28,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-brave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-brave",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-clover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-clover",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -31,4 +31,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-coin98/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-coin98",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -32,4 +32,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-coinbase --inputs src/mod.ts",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -31,4 +31,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-cosmostation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-cosmostation",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-default",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -29,4 +29,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-enkrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-enkrypt",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -29,4 +29,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions wallets/provider-exodus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "node ../../scripts/build/command.mjs --path wallets/provider-exodus",
"build": "rangutopia library build",
"ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
"clean": "rimraf dist",
"format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
Expand All @@ -31,4 +31,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading
Loading