@adapt-toolkit/sdk 0.10.4 → 0.10.6

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.
Binary file
@@ -19,7 +19,7 @@ export var Protocol;
19
19
  /** @ignore */
20
20
  const builder = new AdaptObjectBuilder();
21
21
  /** @ignore */
22
- const unit_hash = 'E65BB9240D4ADBD581BDCBC82FD6F439FFA8090FC91C49ABEEC27D9F6EA4AA6C.muflo';
22
+ const unit_hash = '8D40EF2EBF5924254176D4C2B1EDED57DC0B119202CC85F3FA1A1A10B0DB8078.muflo';
23
23
  /** @ignore */
24
24
  function is_node() {
25
25
  return (typeof process === 'object' &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adapt-toolkit/sdk",
3
- "version": "0.10.4",
3
+ "version": "0.10.6",
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.4"
112
+ "@adapt-toolkit/sdk-native": "0.10.6"
113
113
  },
114
114
  "peerDependencies": {
115
115
  "@adapt-toolkit/sdk-react-native": "0.1.0"