@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/dist/index.es.js
CHANGED
|
@@ -10234,7 +10234,7 @@ const RetrieveLatestDlcResponseArray = mod.array(RetrieveLatestDlcResponse);
|
|
|
10234
10234
|
* This is licensed software from AccelByte Inc, for limitations
|
|
10235
10235
|
* and restrictions contact your company contract manager.
|
|
10236
10236
|
*/
|
|
10237
|
-
|
|
10237
|
+
let Dlc$$1 = class Dlc$ {
|
|
10238
10238
|
// @ts-ignore
|
|
10239
10239
|
constructor(axiosInstance, namespace, cache = false) {
|
|
10240
10240
|
this.axiosInstance = axiosInstance;
|
|
@@ -10305,7 +10305,7 @@ class Dlc$$1 {
|
|
|
10305
10305
|
const cacheKey = url + CodeGenUtil.hashCode(JSON.stringify({ params }));
|
|
10306
10306
|
return SdkCache.withCache(cacheKey, res);
|
|
10307
10307
|
}
|
|
10308
|
-
}
|
|
10308
|
+
};
|
|
10309
10309
|
|
|
10310
10310
|
class DlcApi {
|
|
10311
10311
|
/**
|