@operato/scene-ar 9.0.0-beta.0 → 9.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default as Arview } from './arview';
1
+ export { default as Arview } from './arview.js';
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { default as Arview } from './arview';
1
+ export { default as Arview } from './arview.js';
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA","sourcesContent":["\nexport { default as Arview } from './arview'"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAA","sourcesContent":["export { default as Arview } from './arview.js'\n"]}
@@ -1,3 +1,3 @@
1
- import arview from './arview';
1
+ import arview from './arview.js';
2
2
  export default [arview];
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAA;AAE7B,eAAe,CAAC,MAAM,CAAC,CAAA","sourcesContent":["import arview from './arview'\n\nexport default [arview]\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,aAAa,CAAA;AAEhC,eAAe,CAAC,MAAM,CAAC,CAAA","sourcesContent":["import arview from './arview.js'\n\nexport default [arview]\n"]}
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "@operato/scene-ar",
3
3
  "description": "AR Modelviewer component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.0",
5
+ "version": "9.0.0-beta.2",
6
+ "type": "module",
6
7
  "main": "dist/index.js",
7
8
  "module": "dist/index.js",
8
9
  "license": "MIT",
@@ -31,8 +32,8 @@
31
32
  },
32
33
  "devDependencies": {
33
34
  "@hatiolab/prettier-config": "^1.0.0",
34
- "@things-factory/builder": "^8.0.0-beta",
35
- "@things-factory/operato-board": "^8.0.0-beta",
35
+ "@things-factory/builder": "^9.0.0-beta",
36
+ "@things-factory/operato-board": "^9.0.0-beta",
36
37
  "@typescript-eslint/eslint-plugin": "^4.33.0",
37
38
  "@typescript-eslint/parser": "^4.33.0",
38
39
  "@web/dev-server": "^0.1.28",
@@ -57,5 +58,5 @@
57
58
  "prettier --write"
58
59
  ]
59
60
  },
60
- "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
61
+ "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
61
62
  }