netlify-cms-widget-async-select
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -14,6 +14,6 @@ { | ||
], | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"homepage": "https://github.com/chrisboustead/netlify-cms-widget-async-select", | ||
"license": "MIT", | ||
"main": "dist/main.js", | ||
"main": "dist/index.js", | ||
"devDependencies": { | ||
@@ -47,2 +47,3 @@ "@babel/core": "^7.0.0", | ||
"react-select": "^2.4.2", | ||
"semantic-release": "^15.13.3", | ||
"source-map-loader": "^0.2.3", | ||
@@ -65,4 +66,5 @@ "style-loader": "^0.20.3", | ||
"prepublishOnly": "npm run build", | ||
"release": "semantic-release", | ||
"test": "echo 0" | ||
} | ||
} |
@@ -53,4 +53,3 @@ const path = require('path') | ||
entry: { | ||
AsyncSelectControl: ['./src/Control.js'], | ||
AsyncSelectPreview: ['./src/Preview.js'] | ||
index: ['./src/index.js'] | ||
}, | ||
@@ -57,0 +56,0 @@ module: { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3208051
33
17
3390