@rabbitholegg/questdk-plugin-across
Advanced tools
Comparing version 1.0.0-alpha.14 to 1.0.0-alpha.15
# @rabbitholegg/questdk-plugin-across | ||
## 1.0.0-alpha.15 | ||
### Minor Changes | ||
- [#222](https://github.com/rabbitholegg/questdk-plugins/pull/222) [`6253278`](https://github.com/rabbitholegg/questdk-plugins/commit/62532783c99034eb3b701dd9b9e7b768efc03874) Thanks [@Quazia](https://github.com/Quazia)! - Migrate questdk to shared monorepo | ||
### Patch Changes | ||
- Updated dependencies [[`f8bc9b6`](https://github.com/rabbitholegg/questdk-plugins/commit/f8bc9b6b11e7c43041cf98e37dc31093c88834bc), [`6253278`](https://github.com/rabbitholegg/questdk-plugins/commit/62532783c99034eb3b701dd9b9e7b768efc03874)]: | ||
- @rabbitholegg/questdk@2.0.0-alpha.36 | ||
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.6 | ||
## 1.0.0-alpha.14 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@rabbitholegg/questdk-plugin-across", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0-alpha.15", | ||
"type": "module", | ||
@@ -12,3 +12,3 @@ "exports": { | ||
"module": "./dist/esm/index.js", | ||
"packageManager": "pnpm@8.3.1", | ||
"packageManager": "pnpm@8.15.1", | ||
"description": "", | ||
@@ -24,3 +24,4 @@ "keywords": [], | ||
"dependencies": { | ||
"@rabbitholegg/questdk-plugin-utils": "1.0.0-alpha.5" | ||
"@rabbitholegg/questdk-plugin-utils": "1.0.0-alpha.6", | ||
"@rabbitholegg/questdk": "2.0.0-alpha.36" | ||
}, | ||
@@ -27,0 +28,0 @@ "scripts": { |
@@ -12,2 +12,4 @@ { | ||
"compilerOptions": { | ||
"declaration": true, | ||
"declarationDir": "./dist/types", | ||
"resolveJsonModule": true, | ||
@@ -14,0 +16,0 @@ "sourceMap": true, |
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
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
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
1484
461332
2
+ Added@rabbitholegg/questdk@2.0.0-alpha.36(transitive)
+ Added@rabbitholegg/questdk-plugin-utils@1.0.0-alpha.6(transitive)
- Removed@rabbitholegg/questdk-plugin-utils@1.0.0-alpha.5(transitive)