@adapt-toolkit/sdk 0.5.11 → 0.5.12
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.
|
@@ -906,7 +906,7 @@ var createEMSCModule = (() => {
|
|
|
906
906
|
} instantiateAsync().catch(readyPromiseReject); return {}; }
|
|
907
907
|
var tempDouble;
|
|
908
908
|
var tempI64;
|
|
909
|
-
var ASM_CONSTS = {
|
|
909
|
+
var ASM_CONSTS = { 625464: function () { return Module.getRandomValue(); }, 625500: function () { if (Module.getRandomValue === undefined) {
|
|
910
910
|
try {
|
|
911
911
|
var window_ = "object" === typeof window ? window : self;
|
|
912
912
|
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.
|
|
3
|
+
"version": "0.5.12",
|
|
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.",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"ws": "^8.16.0"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"@adapt-toolkit/sdk-native": "0.5.
|
|
110
|
+
"@adapt-toolkit/sdk-native": "0.5.12"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"@adapt-toolkit/sdk-react-native": "0.1.0"
|