### Changed

- web worker detection. #44
This commit is contained in:
Yi-Cyuan Chen
2026-07-20 11:07:48 +08:00
parent 801a004b4f
commit 114d18e574
27 changed files with 1555 additions and 1213 deletions
+3 -3
View File
@@ -35,12 +35,12 @@
},
"types": "./index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.5",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-terser": "^1.0.0",
"expect.js": "~0.3.1",
"jsdoc": "~4.0.2",
"mocha": "~10.2.0",
"nyc": "^15.1.0",
"mocha": "^11.7.6",
"nyc": "^18.0.0",
"requirejs": "^2.1.22",
"rollup": "^4.43.0",
"tiny-worker": "^2.3.0"