@onirix/ar-engine-sdk 1.6.12 → 1.6.14

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.6.14 (2024-05-15)
4
+
5
+ - More robust rear camera selection
6
+
7
+ ## v1.6.13 (2024-05-03)
8
+
9
+ ### Fixed
10
+
11
+ - Fix camera selection on iOS for certain devices
12
+
3
13
  ## v1.6.12 (2024-04-29)
4
14
 
5
15
  ### Fixed
package/README.md CHANGED
@@ -52,7 +52,7 @@ Add a custom script (app.js) to your page html head tag and load it as an async
52
52
  Inside your custom script (app.js), import Onirix SDK:
53
53
 
54
54
  ```
55
- import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.12/dist/ox-sdk.esm.js";
55
+ import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.13/dist/ox-sdk.esm.js";
56
56
  ```
57
57
 
58
58
  > If you're using a JavaScript framework or a bundler like Webpack, it is recommended to use the [NPM package](https://www.npmjs.com/package/@onirix/ar-engine-sdk) instead.