@metamask/snaps-sdk
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.5.1] | ||
### Fixed | ||
- Fix package exports ([#2737](https://github.com/MetaMask/snaps/pull/2737)) | ||
## [6.5.0] | ||
@@ -259,3 +263,4 @@ ### Added | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.1...HEAD | ||
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.0...@metamask/snaps-sdk@6.5.1 | ||
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.4.0...@metamask/snaps-sdk@6.5.0 | ||
@@ -262,0 +267,0 @@ [6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.3.0...@metamask/snaps-sdk@6.4.0 |
{ | ||
"name": "@metamask/snaps-sdk", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"repository": { | ||
@@ -16,4 +16,4 @@ "type": "git", | ||
"require": { | ||
"default": "./dist/index.cjs", | ||
"types": "./dist/index.d.cts" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -23,8 +23,8 @@ }, | ||
"import": { | ||
"types": "./dist/types/jsx/index.d.mts", | ||
"types": "./dist/jsx/index.d.mts", | ||
"default": "./dist/jsx/index.mjs" | ||
}, | ||
"require": { | ||
"default": "./dist/jsx/index.cjs", | ||
"types": "./dist/types/jsx/index.d.cts" | ||
"types": "./dist/jsx/index.d.cts", | ||
"default": "./dist/jsx/index.cjs" | ||
} | ||
@@ -34,8 +34,8 @@ }, | ||
"import": { | ||
"types": "./dist/types/jsx/jsx-runtime.d.mts", | ||
"types": "./dist/jsx/jsx-runtime.d.mts", | ||
"default": "./dist/jsx/jsx-runtime.mjs" | ||
}, | ||
"require": { | ||
"default": "./dist/jsx/jsx-runtime.cjs", | ||
"types": "./dist/types/jsx/jsx-runtime.d.cts" | ||
"types": "./dist/jsx/jsx-runtime.d.cts", | ||
"default": "./dist/jsx/jsx-runtime.cjs" | ||
} | ||
@@ -45,8 +45,8 @@ }, | ||
"import": { | ||
"types": "./dist/types/jsx/jsx-dev-runtime.d.mts", | ||
"types": "./dist/jsx/jsx-dev-runtime.d.mts", | ||
"default": "./dist/jsx/jsx-dev-runtime.mjs" | ||
}, | ||
"require": { | ||
"default": "./dist/jsx/jsx-dev-runtime.cjs", | ||
"types": "./dist/types/jsx/jsx-dev-runtime.d.cts" | ||
"types": "./dist/jsx/jsx-dev-runtime.d.cts", | ||
"default": "./dist/jsx/jsx-dev-runtime.cjs" | ||
} | ||
@@ -53,0 +53,0 @@ }, |
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
1315141