@beam3_dev/api_module 0.0.188 → 0.0.189
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/wb3Api.js +2 -2
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -1957,7 +1957,7 @@ function ot(e, t = void 0, s = void 0) {
|
|
|
1957
1957
|
w(e, (o) => {
|
|
1958
1958
|
if (o)
|
|
1959
1959
|
throw new Error(
|
|
1960
|
-
|
|
1960
|
+
`☠️ token n'est pas renseigner dans le paramètre credentials ${o}`,
|
|
1961
1961
|
{
|
|
1962
1962
|
cause: o
|
|
1963
1963
|
}
|
|
@@ -1966,7 +1966,7 @@ function ot(e, t = void 0, s = void 0) {
|
|
|
1966
1966
|
headers: {
|
|
1967
1967
|
"Content-type": "application/json;charset=UTF-8",
|
|
1968
1968
|
Accept: "application/json",
|
|
1969
|
-
"X-DS-SWYM-CSRFTOKEN": o
|
|
1969
|
+
"X-DS-SWYM-CSRFTOKEN": o.result.ServerToken
|
|
1970
1970
|
},
|
|
1971
1971
|
method: "POST",
|
|
1972
1972
|
data: JSON.stringify(r),
|