sanity-plugin-mux-input
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -136,2 +136,6 @@ "use strict"; | ||
_defineProperty(this, "focus", () => { | ||
this.handleFocus(); | ||
}); | ||
_defineProperty(this, "handleFocus", () => { | ||
@@ -138,0 +142,0 @@ this.setState({ |
@@ -136,2 +136,9 @@ "use strict"; | ||
try { | ||
yield (0, _secrets.saveSecrets)(token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate); | ||
} catch (err) { | ||
handleError(err); | ||
return; | ||
} | ||
if (!hasValidSigningKeys && enableSignedUrls) { | ||
@@ -153,9 +160,2 @@ try { | ||
try { | ||
yield (0, _secrets.saveSecrets)(token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate); | ||
} catch (err) { | ||
handleError(err); | ||
return; | ||
} | ||
var result; | ||
@@ -162,0 +162,0 @@ |
{ | ||
"name": "sanity-plugin-mux-input", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "An input component that integrates Sanity Studio with MUX.com video encoding/hosting service.", | ||
@@ -43,3 +43,3 @@ "main": "build/index.js", | ||
"react": "^17.0.1", | ||
"sanipack": "^1.0.6" | ||
"sanipack": "^1.0.7" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
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
286428
2752
51