netlify-cms-lib-auth
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/compare/netlify-cms-lib-auth@2.1.0...netlify-cms-lib-auth@2.2.0) (2019-03-22) | ||
### Features | ||
* add ES module builds ([#2215](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/issues/2215)) ([d142b32](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/commit/d142b32)) | ||
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/compare/netlify-cms-lib-auth@2.1.0-beta.0...netlify-cms-lib-auth@2.1.0) (2019-03-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "netlify-cms-lib-auth", | ||
"description": "Shared authentication functionality for Netlify CMS.", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth", | ||
"bugs": "https://github.com/netlify/netlify-cms/issues", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/netlify-cms-lib-auth.js", | ||
@@ -20,3 +21,4 @@ "license": "MIT", | ||
"develop": "npm run watch", | ||
"build": "cross-env NODE_ENV=production webpack" | ||
"build": "cross-env NODE_ENV=production webpack", | ||
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore src/**/__tests__/* --root-mode upward" | ||
}, | ||
@@ -28,3 +30,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "96279ce1550478bb5f677dd80155db876638edd4" | ||
"gitHead": "adfdf7bc18921020d86cf91411a2f6a1f03ef7ba" | ||
} |
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
85026
12
477
5