Skip to content

Commit

Permalink
updating-playwright-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Raghuwanshi committed Jul 26, 2024
1 parent b52b9c7 commit 56bed67
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 219 deletions.
5 changes: 3 additions & 2 deletions JS/edgechains/arakoodev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"./arakooserver": "./dist/arakooserver/src/index.js",
"./db": "./dist/db/src/index.js",
"./scraper": "./dist/scraper/src/index.js",
"./sync-rpc": "./dist/sync-rpc/export.js",
"./playwright": "./dist/playwright/src/index.js"
"./sync-rpc": "./dist/sync-rpc/export.js"
},
"scripts": {
"build": "rm -rf dist && tsc -b && cp -r src/sync-rpc dist/sync-rpc",
Expand All @@ -26,6 +25,8 @@
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@hono/node-server": "^1.11.0",
"@lifeomic/attempt": "^3.1.0",
"@playwright/test": "^1.45.3",
"@supabase/supabase-js": "^2.42.3",
"axios": "^1.7.2",
"axios-retry": "^4.1.0",
Expand Down
Loading

0 comments on commit 56bed67

Please sign in to comment.