Skip to content

Commit e65bb2b

Browse files
committed
Updated coincident to its latest
1 parent 3c6b9fd commit e65bb2b

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

docs/core.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./cjs/index.js",
66
"types": "./types/polyscript/esm/index.d.ts",
77
"scripts": {
8-
"server": "npx static-handler --cors --coep --coop --corp .",
8+
"server": "npx static-handler --coi .",
99
"build": "npm run rollup:xworker && npm run rollup:core && eslint esm/ && npm run ts && npm run cjs && npm run rollup:integrations && cp core.* docs/",
1010
"cjs": "ascjs --no-default esm cjs",
1111
"dev": "node dev.cjs",
@@ -15,7 +15,7 @@
1515
"test": "c8 --100 node --experimental-loader @node-loader/import-maps test/index.js && npm run test:integration",
1616
"test:html": "npm run test && c8 report -r html",
1717
"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",
1919
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
2020
"size": "npm run size:module && npm run size:worker",
2121
"size:module": "echo module is $(cat core.js | brotli | wc -c) bytes once compressed",
@@ -46,7 +46,7 @@
4646
"eslint": "^8.51.0",
4747
"linkedom": "^0.15.4",
4848
"rollup": "^4.0.2",
49-
"static-handler": "^0.4.2",
49+
"static-handler": "^0.4.3",
5050
"typescript": "^5.2.2"
5151
},
5252
"type": "module",
@@ -67,10 +67,10 @@
6767
"@ungap/with-resolvers": "^0.1.0",
6868
"basic-devtools": "^0.1.6",
6969
"codedent": "^0.1.2",
70-
"coincident": "^0.13.4",
70+
"coincident": "^0.13.5",
7171
"html-escaper": "^3.0.3"
7272
},
7373
"worker": {
74-
"blob": "sha256-qnFFiMJiwuGU654dOzENsA97Z2uhaNw+GOMHX3ya1o4="
74+
"blob": "sha256-704aE8aK4Uw8zQP/aNqDV7vYYSPe+xl2V6W8mI5d3W0="
7575
}
7676
}

0 commit comments

Comments
 (0)