This commit is contained in:
Andras Schmelczer 2026-03-21 12:47:39 +00:00
parent 8f2f5e4fa9
commit a20264bcaf
112 changed files with 12567 additions and 2694 deletions

View file

@ -13,18 +13,22 @@
"test": "tsx --test 'src/**/*.test.ts'"
},
"devDependencies": {
"@sentry/browser": "^10.30.0",
"@types/murmurhash3js-revisited": "^3.0.3",
"@types/node": "^25.0.2",
"byte-base64": "^1.1.0",
"minimatch": "^10.1.1",
"p-queue": "^9.0.1",
"reconcile-text": "^0.8.0",
"@types/node": "^25.0.2",
"reconcile-text": "^0.11.0",
"ts-loader": "^9.5.4",
"tslib": "2.8.1",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"@sentry/browser": "^10.30.0"
"webpack-merge": "^6.0.1"
},
"dependencies": {
"murmurhash3js-revisited": "^3.0.0"
}
}