Skip to content

Commit

Permalink
v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv committed Jan 16, 2024
1 parent 672e512 commit 2990250
Show file tree
Hide file tree
Showing 234 changed files with 10,802 additions and 11,853 deletions.
25 changes: 22 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
Expand Down Expand Up @@ -33,7 +33,26 @@ yarn-error.log*
# turbo
.turbo

# WebStorm
# IDE
.idea
.vscode

.history
.history

# Vite
**/vite.config.ts.timestamp-*

# run-rs
data

# mocha
coverage/
.nyc_output/

# building tests as part of build
.mocharc.buildtests.js
tsconfig.buildtests.json

# autoenv
.in
.out
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@
"npkill": "^0.10.0",
"prettier": "^2.8.4",
"sort-package-json": "^2.4.1",
"turbo": "1.10.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.0.0"
"turbo": "1.10.16"
},
"packageManager": "[email protected]",
"pnpm": {
"neverBuiltDependencies": [
"node-hid",
"usb"
],
"overrides": {
"ethereumjs-abi": "0.6.8"
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
}
}
}
Loading

0 comments on commit 2990250

Please sign in to comment.