@plattar/plattar-ar-adapter 1.150.2 → 1.154.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.
@@ -7,7 +7,7 @@ var ControllerState;
7
7
  ControllerState[ControllerState["None"] = 0] = "None";
8
8
  ControllerState[ControllerState["Renderer"] = 1] = "Renderer";
9
9
  ControllerState[ControllerState["QRCode"] = 2] = "QRCode";
10
- })(ControllerState = exports.ControllerState || (exports.ControllerState = {}));
10
+ })(ControllerState || (exports.ControllerState = ControllerState = {}));
11
11
  /**
12
12
  * All Plattar Controllers are derived from the same interface
13
13
  */
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.150.2";
1
+ declare const _default: "1.154.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.150.2";
3
+ exports.default = "1.154.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plattar/plattar-ar-adapter",
3
- "version": "1.150.2",
3
+ "version": "1.154.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",
@@ -37,18 +37,18 @@
37
37
  },
38
38
  "homepage": "https://www.plattar.com",
39
39
  "dependencies": {
40
- "@plattar/plattar-analytics": "^1.149.1",
41
- "@plattar/plattar-api": "^1.148.1",
40
+ "@plattar/plattar-analytics": "^1.152.2",
41
+ "@plattar/plattar-api": "^1.154.1",
42
42
  "@plattar/plattar-qrcode": "1.150.2",
43
43
  "@plattar/plattar-services": "^1.120.1",
44
- "@plattar/plattar-web": "^1.135.2"
44
+ "@plattar/plattar-web": "^1.154.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.21.0",
48
- "@babel/core": "^7.21.4",
49
- "@babel/preset-env": "^7.21.4",
47
+ "@babel/cli": "^7.22.9",
48
+ "@babel/core": "^7.22.9",
49
+ "@babel/preset-env": "^7.22.9",
50
50
  "browserify": "^17.0.0",
51
- "typescript": "^5.0.4",
51
+ "typescript": "^5.1.6",
52
52
  "uglify-js": "^3.17.4"
53
53
  },
54
54
  "publishConfig": {