Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 10.8.0 to 10.28.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/10.8.0...10.28.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-version: 10.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
884 B
JSON
32 lines
884 B
JSON
{
|
|
"name": "sync-client",
|
|
"version": "0.14.0",
|
|
"main": "dist/sync-client.node.js",
|
|
"browser": "dist/sync-client.web.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "webpack watch --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "tsx --test 'src/**/*.test.ts'"
|
|
},
|
|
"devDependencies": {
|
|
"byte-base64": "^1.1.0",
|
|
"minimatch": "^10.0.1",
|
|
"p-queue": "^8.1.0",
|
|
"reconcile-text": "^0.8.0",
|
|
"uuid": "^13.0.0",
|
|
"@types/node": "^24.8.1",
|
|
"ts-loader": "^9.5.2",
|
|
"tslib": "2.8.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "5.8.3",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-merge": "^6.0.1",
|
|
"@sentry/browser": "^10.30.0",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|