File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "test:all" : " TESTNET=true vitest run --project framework --project driver --project connex --project connex-browser --project connex-browser-testnet" ,
77 "test:watch" : " vitest" ,
88 "test:coverage" : " vitest run --coverage" ,
9- "test:integration" : " INTEGRATION=true vitest run --project framework-integration --project driver-integration" ,
9+ "test:integration" : " vitest run --project framework-integration --project driver-integration" ,
1010 "test:browser" : " vitest run --project connex-browser" ,
1111 "test:browser:ui" : " vitest --project connex-browser --ui" ,
1212 "test:browser:testnet" : " TESTNET=true vitest run --project connex-browser-testnet" ,
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " dist/index.js" ,
66 "engines" : {
7- "node" : " >=22 .0.0"
7+ "node" : " >=10 .0.0"
88 },
99 "files" : [
1010 " dist"
You can’t perform that action at this time.
0 commit comments