@accelbyte/sdk 0.1.1-alpha.53 → 0.1.1-alpha.57
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 +17 -1
- package/dist/index.browser.es.js +39638 -0
- package/dist/index.browser.es.js.map +1 -0
- package/dist/index.d.ts +8579 -3696
- package/dist/{index.es.js → index.node.es.js} +5050 -8145
- package/dist/index.node.es.js.map +1 -0
- package/dist/{index.js → index.node.js} +5083 -8146
- package/dist/index.node.js.map +1 -0
- package/package.json +5 -5
- package/dist/index.es.js.map +0 -1
- package/dist/index.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
### 0.1.1-alpha.
|
|
1
|
+
### 0.1.1-alpha.57 - 2023-01-24
|
|
2
|
+
|
|
3
|
+
- Don't use ESM-only build yet for validator
|
|
4
|
+
|
|
5
|
+
### 0.1.1-alpha.56 - 2023-01-23
|
|
6
|
+
|
|
7
|
+
- Allow building SDK without requiring validator to be built, fix browser bundle, bump dependencies
|
|
8
|
+
|
|
9
|
+
### 0.1.1-alpha.55 - 2023-01-23
|
|
10
|
+
|
|
11
|
+
- Fix generateLoginURL not working in Node.js because getRandomValues is not polyfilled
|
|
12
|
+
|
|
13
|
+
### 0.1.1-alpha.54 - 2023-01-12
|
|
14
|
+
|
|
15
|
+
- Add `brandName` to DiscoveryConfigData
|
|
16
|
+
|
|
17
|
+
### 0.1.1-alpha.53 - 2023-01-11
|
|
2
18
|
|
|
3
19
|
- Fixed od-shared dependency error
|
|
4
20
|
|