@appsignal/stimulus
Advanced tools
Comparing version 1.0.16 to 1.0.17
# AppSignal for stimulus changelog | ||
## 1.0.17 | ||
### Fixed | ||
- [d75ff83](https://github.com/appsignal/appsignal-javascript/commit/d75ff8388b8c48aab0e70a88cdd2050010803460) patch - Remove peer dependency warning for Stimulus 3 when using the `@hotwired/stimulus` package. | ||
## 1.0.16 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@appsignal/stimulus", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "dist/cjs/index.js", | ||
@@ -28,4 +28,13 @@ "module": "dist/esm/index.js", | ||
"peerDependencies": { | ||
"stimulus": "^1.1 || ^3.2" | ||
"stimulus": "^1.1", | ||
"@hotwired/stimulus": "^3.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"stimulus": { | ||
"optional": true | ||
}, | ||
"@hotwired/stimulus": { | ||
"optional": true | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -32,0 +41,0 @@ "access": "public" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11450
0
3