mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
feat: require explicit browser provider consent
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@
|
||||
"server": "bun run browse/src/server.ts",
|
||||
"test": "bun run scripts/test-free-strict.ts",
|
||||
"check:gstack2-generated": "bun run scripts/gstack2/check-generated.ts",
|
||||
"test:gstack2": "bun run gen:gstack2 && bun run check:gstack2-generated && bun test --timeout 30000 test/gstack2-*.test.ts",
|
||||
"test:gstack2": "bun run gen:gstack2 && bun run check:gstack2-generated && bun test --timeout 60000 test/gstack2-*.test.ts",
|
||||
"test:gstack2:install": "bun run scripts/gstack2/test-install-matrix.ts --full",
|
||||
"test:gstack2:parity": "bun run ensure:gstack2-runtime && bun run scripts/gstack2/run-parity.ts",
|
||||
"test:free": "bun run scripts/test-free-shards.ts",
|
||||
@@ -75,7 +75,7 @@
|
||||
"diff": "^9.0.0",
|
||||
"html-to-docx": "1.8.0",
|
||||
"marked": "^18.0.2",
|
||||
"playwright": "^1.58.2",
|
||||
"playwright": "npm:playwright-core@^1.58.2",
|
||||
"sharp": "^0.34.5",
|
||||
"socks": "^2.8.8",
|
||||
"xterm": "5",
|
||||
|
||||
Reference in New Issue
Block a user