|
5 | 5 | "main": "./cjs/index.js",
|
6 | 6 | "types": "./types/polyscript/esm/index.d.ts",
|
7 | 7 | "scripts": {
|
8 |
| - "server": "npx static-handler --cors --coep --coop --corp .", |
| 8 | + "server": "npx static-handler --coi .", |
9 | 9 | "build": "npm run rollup:xworker && npm run rollup:core && eslint esm/ && npm run ts && npm run cjs && npm run rollup:integrations && cp core.* docs/",
|
10 | 10 | "cjs": "ascjs --no-default esm cjs",
|
11 | 11 | "dev": "node dev.cjs",
|
|
15 | 15 | "test": "c8 --100 node --experimental-loader @node-loader/import-maps test/index.js && npm run test:integration",
|
16 | 16 | "test:html": "npm run test && c8 report -r html",
|
17 | 17 | "test:integration//": "Don't bother with spinning servers. Trap the tests EXIT_CODE. Kill the running server, if any. Return the EXIT_CODE to eventually throw an error.",
|
18 |
| - "test:integration": "static-handler --cors --coep --coop --corp . 2>/dev/null & SH_PID=$!; EXIT_CODE=0; playwright test --fully-parallel test/ || EXIT_CODE=$?; kill $SH_PID 2>/dev/null; exit $EXIT_CODE", |
| 18 | + "test:integration": "static-handler --coi . 2>/dev/null & SH_PID=$!; EXIT_CODE=0; playwright test --fully-parallel test/ || EXIT_CODE=$?; kill $SH_PID 2>/dev/null; exit $EXIT_CODE", |
19 | 19 | "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
|
20 | 20 | "size": "npm run size:module && npm run size:worker",
|
21 | 21 | "size:module": "echo module is $(cat core.js | brotli | wc -c) bytes once compressed",
|
|
46 | 46 | "eslint": "^8.51.0",
|
47 | 47 | "linkedom": "^0.15.4",
|
48 | 48 | "rollup": "^4.0.2",
|
49 |
| - "static-handler": "^0.4.2", |
| 49 | + "static-handler": "^0.4.3", |
50 | 50 | "typescript": "^5.2.2"
|
51 | 51 | },
|
52 | 52 | "type": "module",
|
|
67 | 67 | "@ungap/with-resolvers": "^0.1.0",
|
68 | 68 | "basic-devtools": "^0.1.6",
|
69 | 69 | "codedent": "^0.1.2",
|
70 |
| - "coincident": "^0.13.4", |
| 70 | + "coincident": "^0.13.5", |
71 | 71 | "html-escaper": "^3.0.3"
|
72 | 72 | },
|
73 | 73 | "worker": {
|
74 |
| - "blob": "sha256-qnFFiMJiwuGU654dOzENsA97Z2uhaNw+GOMHX3ya1o4=" |
| 74 | + "blob": "sha256-704aE8aK4Uw8zQP/aNqDV7vYYSPe+xl2V6W8mI5d3W0=" |
75 | 75 | }
|
76 | 76 | }
|
0 commit comments