@operato/scene-firebase 9.0.0-beta.1 → 9.0.0-beta.7

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 Firebase } from './firebase';
1
+ export { default as Firebase } from './firebase.js';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
2
  * Copyright © HatioLab Inc. All rights reserved.
3
3
  */
4
- export { default as Firebase } from './firebase';
4
+ export { default as Firebase } from './firebase.js';
5
5
  //# 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":"AAAA;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\nexport { default as Firebase } from './firebase'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\nexport { default as Firebase } from './firebase.js'\n"]}
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "@operato/scene-firebase",
3
3
  "description": "Firebase datasource component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.1",
5
+ "version": "9.0.0-beta.7",
6
+ "type": "module",
6
7
  "main": "dist/index.js",
7
8
  "module": "dist/index.js",
8
9
  "license": "MIT",
@@ -38,8 +39,8 @@
38
39
  "@typescript-eslint/parser": "^4.33.0",
39
40
  "@web/dev-server": "^0.1.28",
40
41
  "concurrently": "^8.0.1",
41
- "eslint": "^8.39.0",
42
- "eslint-config-prettier": "^8.3.0",
42
+ "eslint": "^9.18.0",
43
+ "eslint-config-prettier": "^10.0.1",
43
44
  "husky": "^8.0.3",
44
45
  "lint-staged": "^13.2.2",
45
46
  "prettier": "^2.4.1",
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
62
+ "gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
62
63
  }