@plattar/plattar-ar-adapter 1.189.2 → 2.5.1

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.
@@ -225,7 +225,7 @@ class ConfiguratorState {
225
225
  scene_product_id: productState[meta.scene_product_index],
226
226
  product_variation_id: productState[meta.product_variation_index],
227
227
  meta_data: {
228
- augment: productState[meta.meta_index].augment || true,
228
+ augment: productState[meta.meta_index].augment ?? true,
229
229
  type: productState[meta.meta_index].type || "sceneproduct"
230
230
  }
231
231
  });
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.189.2";
1
+ declare const _default: "2.5.1";
2
2
  export default _default;
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = "1.189.2";
3
+ exports.default = "2.5.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plattar/plattar-ar-adapter",
3
- "version": "1.189.2",
3
+ "version": "2.5.1",
4
4
  "description": "Plattar AR Adapter for interfacing with Google & Apple WebAR",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -41,14 +41,14 @@
41
41
  "@plattar/plattar-api": "^1.186.3",
42
42
  "@plattar/plattar-qrcode": "1.178.1",
43
43
  "@plattar/plattar-services": "^1.186.1",
44
- "@plattar/plattar-web": "^1.182.2"
44
+ "@plattar/plattar-web": "^2.5.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.27.2",
48
- "@babel/core": "^7.27.4",
49
- "@babel/preset-env": "^7.27.2",
47
+ "@babel/cli": "^7.28.6",
48
+ "@babel/core": "^7.28.6",
49
+ "@babel/preset-env": "^7.28.6",
50
50
  "browserify": "^17.0.1",
51
- "typescript": "^5.8.3",
51
+ "typescript": "^5.9.3",
52
52
  "uglify-js": "^3.19.3"
53
53
  },
54
54
  "publishConfig": {