@sentry/webpack-plugin 4.1.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/webpack-plugin",
3
- "version": "4.1.1",
3
+ "version": "4.2.0",
4
4
  "description": "Official Sentry Webpack plugin",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
@@ -34,7 +34,7 @@
34
34
  "module": "dist/esm/index.mjs",
35
35
  "types": "dist/types/index.d.ts",
36
36
  "scripts": {
37
- "build": "rimraf ./dist && run-p build:rollup build:types",
37
+ "build": "premove ./dist && run-p build:rollup build:types",
38
38
  "build:watch": "run-p build:rollup:watch build:types:watch",
39
39
  "build:rollup": "rollup --config rollup.config.js",
40
40
  "build:rollup:watch": "rollup --config rollup.config.js --watch --no-watch.clearScreen",
@@ -46,14 +46,14 @@
46
46
  "build:npm": "npm pack",
47
47
  "clean": "run-s clean:build",
48
48
  "clean:all": "run-p clean clean:deps",
49
- "clean:build": "rimraf ./dist *.tgz",
50
- "clean:deps": "rimraf node_modules",
49
+ "clean:build": "premove ./dist *.tgz",
50
+ "clean:deps": "premove node_modules",
51
51
  "test": "jest",
52
52
  "lint": "eslint ./src ./test",
53
53
  "prepack": "ts-node ./src/prepack.ts"
54
54
  },
55
55
  "dependencies": {
56
- "@sentry/bundler-plugin-core": "4.1.1",
56
+ "@sentry/bundler-plugin-core": "4.2.0",
57
57
  "unplugin": "1.0.1",
58
58
  "uuid": "^9.0.0"
59
59
  },
@@ -63,8 +63,8 @@
63
63
  "@babel/preset-typescript": "7.17.12",
64
64
  "@rollup/plugin-babel": "5.3.1",
65
65
  "@rollup/plugin-commonjs": "22.0.1",
66
- "@sentry-internal/eslint-config": "4.1.1",
67
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.1.1",
66
+ "@sentry-internal/eslint-config": "4.2.0",
67
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "4.2.0",
68
68
  "@swc/core": "^1.2.205",
69
69
  "@swc/jest": "^0.2.21",
70
70
  "@types/jest": "^28.1.3",
@@ -73,7 +73,7 @@
73
73
  "@types/webpack": "npm:@types/webpack@^4",
74
74
  "eslint": "^8.18.0",
75
75
  "jest": "^28.1.1",
76
- "rimraf": "^3.0.2",
76
+ "premove": "^4.0.0",
77
77
  "rollup": "2.79.2",
78
78
  "ts-node": "^10.9.1",
79
79
  "typescript": "^4.7.4",