@magic-sdk/types
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,13 @@ | ||
# v5.0.2 (Fri Sep 17 2021) | ||
#### 🐛 Bug Fix | ||
- Fix CJS-dependent entry-points using the 'exports' field in package.json [#214](https://github.com/magiclabs/magic-js/pull/214) ([@smithki](https://github.com/smithki)) | ||
#### Authors: 1 | ||
- Ian K Smith ([@smithki](https://github.com/smithki)) | ||
--- | ||
# v5.0.1 (Tue Sep 14 2021) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@magic-sdk/types", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Core typings for Magic SDK packages.", | ||
@@ -20,5 +20,8 @@ "author": "Magic Labs <team@magic.link> (https://magic.link/)", | ||
"module": "./dist/es/index.js", | ||
"exports": "./dist/modern/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"gitHead": "30dbe296ad71c380a97d0cd693eab477c44ce5e4" | ||
"exports": { | ||
"import": "./dist/modern/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"gitHead": "8b4099fcf069f37a689917d79a1bafd8e24f50ad" | ||
} |
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
41268