@builder.io/plugin-commercelayer 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/plugin.system.js
CHANGED
|
@@ -146881,7 +146881,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146881
146881
|
});
|
|
146882
146882
|
|
|
146883
146883
|
var name = "@builder.io/plugin-commercelayer";
|
|
146884
|
-
var version = "0.0.
|
|
146884
|
+
var version = "0.0.5";
|
|
146885
146885
|
var description = "Commerce Layer plugin for Builder.io";
|
|
146886
146886
|
var keywords = [
|
|
146887
146887
|
];
|
|
@@ -146957,7 +146957,10 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146957
146957
|
method: "POST",
|
|
146958
146958
|
headers: {
|
|
146959
146959
|
"Accept": "application/json",
|
|
146960
|
-
"Content-Type": "application/json"
|
|
146960
|
+
"Content-Type": "application/json",
|
|
146961
|
+
"Access-Control-Allow-Origin": "*",
|
|
146962
|
+
"Access-Control-Allow-Methods": "POST, OPTIONS",
|
|
146963
|
+
"Access-Control-Allow-Headers": "Content-Type, Authorization"
|
|
146961
146964
|
},
|
|
146962
146965
|
body: JSON.stringify({
|
|
146963
146966
|
grant_type: "client_credentials",
|