@adapt-toolkit/sdk 0.5.2 → 0.5.3

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.
@@ -904,7 +904,7 @@ var createEMSCModule = (() => {
904
904
  } instantiateAsync().catch(readyPromiseReject); return {}; }
905
905
  var tempDouble;
906
906
  var tempI64;
907
- var ASM_CONSTS = { 626120: function () { return Module.getRandomValue(); }, 626156: function () { if (Module.getRandomValue === undefined) {
907
+ var ASM_CONSTS = { 626280: function () { return Module.getRandomValue(); }, 626316: function () { if (Module.getRandomValue === undefined) {
908
908
  try {
909
909
  var window_ = "object" === typeof window ? window : self;
910
910
  var crypto_ = typeof window_.crypto !== "undefined" ? window_.crypto : window_.msCrypto;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adapt-toolkit/sdk",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "TypeScript SDK for the ADAPT framework. One install for browser, Node, and React Native; the runtime picks a native, WASM, or platform-native backend automatically.",
@@ -106,7 +106,7 @@
106
106
  "ws": "^8.16.0"
107
107
  },
108
108
  "optionalDependencies": {
109
- "@adapt-toolkit/sdk-native": "0.5.2"
109
+ "@adapt-toolkit/sdk-native": "0.5.3"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "@adapt-toolkit/sdk-react-native": "0.1.0"