@sentry/webpack-plugin 1.18.5 → 1.18.6

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.
package/.craft.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  github:
2
2
  owner: getsentry
3
3
  repo: sentry-webpack-plugin
4
- changelogPolicy: simple
4
+ changelogPolicy: auto
5
5
  preReleaseCommand: bash scripts/craft-pre-release.sh
6
6
  statusProvider:
7
7
  name: github
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## 1.18.6
4
4
 
5
5
  - "Would I rather be feared or loved? Easy. Both. I want people to be afraid of
6
6
  how much they love me." — Michael Scott
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "source-map"
9
9
  ],
10
10
  "author": "Sentry",
11
- "version": "1.18.5",
11
+ "version": "1.18.6",
12
12
  "license": "MIT",
13
13
  "repository": "git@github.com:getsentry/sentry-webpack-plugin.git",
14
14
  "homepage": "https://github.com/getsentry/sentry-webpack-plugin",
@@ -23,6 +23,11 @@
23
23
  "peerDependencies": {
24
24
  "webpack": "^4.41.31 || ^5.0.0"
25
25
  },
26
+ "peerDependenciesMeta": {
27
+ "webpack": {
28
+ "optional": true
29
+ }
30
+ },
26
31
  "devDependencies": {
27
32
  "@types/webpack": "^4.41.31 || ^5.0.0",
28
33
  "codecov": "^3.5.0",