@appsignal/vue
Advanced tools
Comparing version
# AppSignal for vue changelog | ||
## 1.1.1 | ||
### Changed | ||
- patch - Update @appsignal/types dependency to 2.1.7. | ||
### Fixed | ||
- [038d1b8](https://github.com/appsignal/appsignal-javascript/commit/038d1b8beb4042b2610ee3db1c6b3bdb3c9e881f) patch - Fix distributed sourcemaps to include the referenced source properly. | ||
## 1.1.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@appsignal/vue", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,3 +22,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@appsignal/types": "=2.1.6" | ||
"@appsignal/types": "=2.1.7" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15164
17.11%Updated