@pixeleye/storybook
Advanced tools
Comparing version 0.2.0 to 0.3.0
# @pixeleye/storybook | ||
## 0.3.0 | ||
### Minor Changes | ||
- [#174](https://github.com/pixeleye-io/pixeleye/pull/174) [`e7b6b43`](https://github.com/pixeleye-io/pixeleye/commit/e7b6b43bf36d804145c6570232156f93eefa998d) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Exporting esm and cjs | ||
### Patch Changes | ||
- Updated dependencies [[`e7b6b43`](https://github.com/pixeleye-io/pixeleye/commit/e7b6b43bf36d804145c6570232156f93eefa998d)]: | ||
- @pixeleye/cli-devices@0.3.0 | ||
- @pixeleye/playwright@0.3.0 | ||
## 0.2.0 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@pixeleye/storybook", | ||
"private": false, | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "./dist/index.cjs", | ||
"typings": "./dist/src/index.d.ts", | ||
"types": "./dist/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -11,4 +17,4 @@ "@storybook/addons": "^7.6.17", | ||
"rrweb-snapshot": "2.0.0-alpha.11", | ||
"@pixeleye/cli-devices": "0.2.0", | ||
"@pixeleye/playwright": "0.2.0" | ||
"@pixeleye/cli-devices": "0.3.0", | ||
"@pixeleye/playwright": "0.3.0" | ||
}, | ||
@@ -15,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40954
+ Added@pixeleye/cli-devices@0.3.0(transitive)
+ Added@pixeleye/playwright@0.3.0(transitive)
- Removed@pixeleye/cli-devices@0.2.0(transitive)
- Removed@pixeleye/playwright@0.2.0(transitive)
Updated@pixeleye/cli-devices@0.3.0
Updated@pixeleye/playwright@0.3.0