File tree Expand file tree Collapse file tree 6 files changed +122
-116
lines changed
Expand file tree Collapse file tree 6 files changed +122
-116
lines changed Original file line number Diff line number Diff line change 3232 " mcp__github__list_workflow_jobs" ,
3333 " mcp__github__get_job_logs" ,
3434 " mcp__github__get_pull_request_diff" ,
35- " mcp__github__get_pull_request"
35+ " mcp__github__get_pull_request" ,
36+ " WebFetch(domain:registry.npmjs.org)" ,
37+ " WebFetch(domain:github.com)"
3638 ],
37- "deny" : []
39+ "deny" : [
40+ " Bash(pnpm i --no-frozen-lockfile:*)" ,
41+ " Bash(pnpm install --no-frozen-lockfile:*)" ,
42+ " Bash(npm i --no-frozen-lockfile:*)" ,
43+ " Bash(npm install --no-frozen-lockfile:*)"
44+ ]
45+ },
46+ "sandbox" : {
47+ "enabled" : true ,
48+ "autoAllowBashIfSandboxed" : true ,
49+ "allowUnsandboxedCommands" : false ,
50+ "network" : {
51+ "allowUnixSockets" : [],
52+ "allowLocalBinding" : true
53+ },
54+ "excludedCommands" : []
3855 }
39- }
56+ }
Original file line number Diff line number Diff line change 44node_modules
55/.pnp
66.pnp.js
7+ .pnpm-store
78
89# testing
910/coverage
@@ -74,6 +75,3 @@ tsconfig.vitest-temp.json
7475.dev.vars
7576
7677certificates
77-
78- # Claude
79- .claude
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11strict-peer-dependencies = false
2- auto-install-peers = false
2+ auto-install-peers = false
3+ public-hoist-pattern[] = *eslint*
4+ public-hoist-pattern[] = *prettier*
5+ public-hoist-pattern[] = *stylelint*
Original file line number Diff line number Diff line change 4444 "e2e:wallet" : " playwright test --project=wallets" ,
4545 "e2e:wallet:debug" : " playwright test --project=wallets --debug" ,
4646 "e2e:ci" : " E2E=true CI=true STABLE_MODE=true SLOW_MODE=true pnpm tenv start --extra-time 11368000 --verbosity 1" ,
47- "postinstall" : " husky install" ,
4847 "wrangle" : " wrangler pages dev ./out --local --log-level none" ,
4948 "wrangle:dev" : " wrangler pages dev ./next" ,
5049 "wrangle:dev:https" : " wrangler pages dev --local-protocol=https ./next" ,
118117 },
119118 "devDependencies" : {
120119 "@cloudflare/workers-types" : " ^3.14.1" ,
121- "@ensdomains/buffer" : " ^0.1.1 " ,
120+ "@ensdomains/buffer" : " ^0.1.3 " ,
122121 "@ensdomains/ens-test-env" : " 0.6.0" ,
123122 "@ensdomains/hardhat-toolbox-viem-extended" : " ^0.0.5" ,
124123 "@ensdomains/headless-web3-provider" : " ^1.0.8" ,
167166 "hardhat" : " ^2.22.18" ,
168167 "hardhat-dependency-compiler" : " ^1.1.3" ,
169168 "hardhat-deploy" : " ^0.12.4" ,
170- "husky" : " ^7.0.4" ,
171169 "jsdom" : " ^24.1.0" ,
172170 "knip" : " ^5.44.0" ,
173171 "msw" : " ^2.7.0" ,
193191 "ws" : " ^8.16.0"
194192 },
195193 "pnpm" : {
194+ "onlyBuiltDependencies" : [
195+ " esbuild" ,
196+ " fsevents"
197+ ],
196198 "overrides" : {
197199 "@nomiclabs/hardhat-ethers" : " npm:hardhat-deploy-ethers@0.3.0-beta.13" ,
198200 "@wagmi/core" : " 2.13.3" ,
You can’t perform that action at this time.
0 commit comments