@magic-sdk/types
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -0,1 +1,13 @@ | ||
# v5.1.2 (Wed Oct 20 2021) | ||
#### 🐛 Bug Fix | ||
- Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki)) | ||
#### Authors: 1 | ||
- Ian K Smith ([@smithki](https://github.com/smithki)) | ||
--- | ||
# v5.1.1 (Tue Oct 19 2021) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@magic-sdk/types", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Core typings for Magic SDK packages.", | ||
@@ -19,9 +19,9 @@ "author": "Magic Labs <team@magic.link> (https://magic.link/)", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"module": "./dist/es/index.mjs", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
"import": "./dist/modern/index.js", | ||
"import": "./dist/modern/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"gitHead": "020422fd3c496a0c9cfefdd3273d01f5a0960d25" | ||
"gitHead": "5166e4688725aa35cbc5836c677cdab6abcdad30" | ||
} |
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
26384
15
219