@accelbyte/sdk 0.1.1-alpha.48 → 0.1.1-alpha.50
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/CHANGELOG.md +8 -0
- package/dist/index.browser.es.js +3 -3
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +27 -44
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 0.1.1-alpha.50 - 2023-01-04
|
|
2
|
+
|
|
3
|
+
- Fix build error
|
|
4
|
+
|
|
5
|
+
### 0.1.1-alpha.49 - 2023-01-03
|
|
6
|
+
|
|
7
|
+
- Update dependency versions
|
|
8
|
+
|
|
1
9
|
### 0.1.1-alpha.48 - 2022-12-27
|
|
2
10
|
|
|
3
11
|
- Fix user is unable to activate 2fa with email due to missing `content-type: application/x-www-form-urlencoded`
|
package/dist/index.browser.es.js
CHANGED
|
@@ -6684,7 +6684,7 @@ const RetrieveLatestDlcResponseArray = mod.array(RetrieveLatestDlcResponse);
|
|
|
6684
6684
|
* This is licensed software from AccelByte Inc, for limitations
|
|
6685
6685
|
* and restrictions contact your company contract manager.
|
|
6686
6686
|
*/
|
|
6687
|
-
|
|
6687
|
+
let Dlc$$1 = class Dlc$ {
|
|
6688
6688
|
// @ts-ignore
|
|
6689
6689
|
constructor(axiosInstance, namespace, cache = false) {
|
|
6690
6690
|
this.axiosInstance = axiosInstance;
|
|
@@ -6755,7 +6755,7 @@ class Dlc$$1 {
|
|
|
6755
6755
|
const cacheKey = url + CodeGenUtil.hashCode(JSON.stringify({ params }));
|
|
6756
6756
|
return SdkCache.withCache(cacheKey, res);
|
|
6757
6757
|
}
|
|
6758
|
-
}
|
|
6758
|
+
};
|
|
6759
6759
|
|
|
6760
6760
|
class DlcApi {
|
|
6761
6761
|
/**
|
|
@@ -8559,7 +8559,7 @@ var _nodeResolve_empty = {};
|
|
|
8559
8559
|
|
|
8560
8560
|
var _nodeResolve_empty$1 = /*#__PURE__*/Object.freeze({
|
|
8561
8561
|
__proto__: null,
|
|
8562
|
-
|
|
8562
|
+
default: _nodeResolve_empty
|
|
8563
8563
|
});
|
|
8564
8564
|
|
|
8565
8565
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(_nodeResolve_empty$1);
|