@appsignal/stimulus
Advanced tools
Comparing version 1.0.15 to 1.0.16
# AppSignal for stimulus changelog | ||
## 1.0.16 | ||
### Fixed | ||
- [4b46410](https://github.com/appsignal/appsignal-javascript/commit/4b46410b4ec41fb97a445aa44768fc7db9d8b4ce) patch - Remove peer dependency warning for Stimulus 3 | ||
## 1.0.15 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@appsignal/stimulus", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"main": "dist/cjs/index.js", | ||
@@ -28,3 +28,3 @@ "module": "dist/esm/index.js", | ||
"peerDependencies": { | ||
"stimulus": "^1.1.1" | ||
"stimulus": "^1.1 || ^3.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
@@ -7,4 +7,6 @@ # `@appsignal/stimulus` | ||
The `@appsignal/javascript` integration for Stimulus v1.1+. | ||
The `@appsignal/javascript` integration for Stimulus v1.1+. | ||
See also the [mono repo README](../../README.md) for more information. | ||
## Installation | ||
@@ -34,3 +36,3 @@ | ||
const appsignal = new Appsignal({ | ||
const appsignal = new Appsignal({ | ||
key: "YOUR FRONTEND API KEY" | ||
@@ -49,14 +51,7 @@ }) | ||
This repository is a Lerna-managed monorepo, containing packages (located in the `/packages` directory) that map to separate `npm` modules. | ||
Make sure mono is installed and bootstrapped, see the [project README's development section](../../README.md#dev-install) for more information. | ||
To install the dependencies: | ||
You can then run the following to start the compiler in _watch_ mode in this sub directory. This automatically compiles both the ES Module and CommonJS variants: | ||
```bash | ||
yarn install | ||
lerna bootstrap | ||
``` | ||
You can then run the following to start the compiler in _watch_ mode. This automatically compiles both the ES Module and CommonJS variants: | ||
```bash | ||
yarn build:watch | ||
@@ -63,0 +58,0 @@ ``` |
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
11053
100
1