@adapt-toolkit/sdk 0.10.15 → 0.10.16

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.
@@ -914,7 +914,7 @@ var createEMSCModule = (() => {
914
914
  } instantiateAsync().catch(readyPromiseReject); return {}; }
915
915
  var tempDouble;
916
916
  var tempI64;
917
- var ASM_CONSTS = { 1742520: function () { return Module.getRandomValue(); }, 1742556: function () { if (Module.getRandomValue === undefined) {
917
+ var ASM_CONSTS = { 1729560: function () { return Module.getRandomValue(); }, 1729596: function () { if (Module.getRandomValue === undefined) {
918
918
  try {
919
919
  var window_ = "object" === typeof window ? window : self;
920
920
  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.10.15",
3
+ "version": "0.10.16",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
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.",
@@ -109,7 +109,7 @@
109
109
  "ws": "^8.16.0"
110
110
  },
111
111
  "optionalDependencies": {
112
- "@adapt-toolkit/sdk-native": "0.10.15"
112
+ "@adapt-toolkit/sdk-native": "0.10.16"
113
113
  },
114
114
  "peerDependencies": {
115
115
  "@adapt-toolkit/sdk-react-native": "0.1.0"