@r2u/javascript-ar-sdk 6.8.7 → 6.8.10

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.
@@ -19,6 +19,8 @@ object-assign
19
19
  * limitations under the License.
20
20
  */
21
21
 
22
+ /*! For license information please see index.js.LICENSE.txt */
23
+
22
24
  /*!@license
23
25
  * UAParser.js v0.7.28
24
26
  * Lightweight JavaScript-based User-Agent string parser
@@ -37,6 +39,15 @@ object-assign
37
39
  * LICENSE file in the root directory of this source tree.
38
40
  */
39
41
 
42
+ /** @license React v0.20.2
43
+ * scheduler.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
40
51
  /** @license React v16.13.1
41
52
  * react-is.production.min.js
42
53
  *
@@ -47,7 +58,7 @@ object-assign
47
58
  */
48
59
 
49
60
  /** @license React v16.14.0
50
- * react-dom-server.browser.production.min.js
61
+ * react-dom.production.min.js
51
62
  *
52
63
  * Copyright (c) Facebook, Inc. and its affiliates.
53
64
  *
@@ -56,6 +67,24 @@ object-assign
56
67
  */
57
68
 
58
69
  /** @license React v16.14.0
70
+ * react.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /** @license React v17.0.2
79
+ * react-dom-server.browser.production.min.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+
87
+ /** @license React v17.0.2
59
88
  * react-dom.production.min.js
60
89
  *
61
90
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -64,7 +93,7 @@ object-assign
64
93
  * LICENSE file in the root directory of this source tree.
65
94
  */
66
95
 
67
- /** @license React v16.14.0
96
+ /** @license React v17.0.2
68
97
  * react.production.min.js
69
98
  *
70
99
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -10,5 +10,6 @@ export interface Product {
10
10
  sound: string;
11
11
  manufacturerId: string | null;
12
12
  hdri: string | null;
13
+ exposure: number | null;
13
14
  }
14
15
  export default function (sku: string): Promise<Product>;
package/dist/state.d.ts CHANGED
@@ -7,6 +7,7 @@ export interface Customer {
7
7
  language: 'pt' | 'en' | 'es';
8
8
  waterMarkPosition?: string;
9
9
  hdri: string | null;
10
+ exposure: number | null;
10
11
  experiments: {
11
12
  overrides: Record<string, ExperimentOverride>;
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2u/javascript-ar-sdk",
3
- "version": "6.8.7",
3
+ "version": "6.8.10",
4
4
  "main": "dist/index.js",
5
5
  "unpkg": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,14 +27,15 @@
27
27
  "@r2u/analytics": "^4.3.3",
28
28
  "@r2u/customizer": "^1.4.7",
29
29
  "@r2u/react-ar-components": "^5.4.8",
30
+ "@r2u/sdk": "^0.1.0",
30
31
  "i18next": "^20.2.1",
31
32
  "i18next-chained-backend": "^2.1.0",
32
33
  "i18next-http-backend": "^1.2.1",
33
34
  "i18next-localstorage-backend": "^3.1.2",
34
35
  "qrcode.react": "^1.0.1",
35
36
  "querystring": "^0.2.0",
36
- "react": "^16.13.1",
37
- "react-dom": "^16.13.1",
37
+ "react": "^17.0.2",
38
+ "react-dom": "^17.0.2",
38
39
  "react-i18next": "^11.8.13",
39
40
  "react-shadow": "^19.0.2",
40
41
  "styled-components": "^5.2.3"