@operato/scene-firebase 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
### [0.1.11](https://github.com/things-scene/operato-scene/compare/v0.1.10...v0.1.11) (2022-08-13)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* latest @hatiolab/things-scene@2.8.7 ([597d80e](https://github.com/things-scene/operato-scene/commit/597d80ebb2953d56f3dc61cc6d1cc862ef1bca0b))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
### [0.1.10](https://github.com/things-scene/operato-scene/compare/v0.1.9...v0.1.10) (2022-08-12)
|
7
16
|
|
8
17
|
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "Firebase datasource component for things-scene.",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "heartyoh",
|
6
|
-
"version": "0.1.
|
6
|
+
"version": "0.1.11",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
9
9
|
"things-scene": true,
|
@@ -26,13 +26,13 @@
|
|
26
26
|
"migration": "things-factory-migration"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@hatiolab/things-scene": "^2.8.
|
29
|
+
"@hatiolab/things-scene": "^2.8.7"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@hatiolab/prettier-config": "^1.0.0",
|
33
33
|
"@operato/board": "^0.4.6",
|
34
|
-
"@things-factory/builder": "^4.3.
|
35
|
-
"@things-factory/operato-board": "^4.3.
|
34
|
+
"@things-factory/builder": "^4.3.74",
|
35
|
+
"@things-factory/operato-board": "^4.3.76",
|
36
36
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
37
37
|
"@typescript-eslint/parser": "^4.33.0",
|
38
38
|
"@web/dev-server": "^0.1.28",
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"prettier --write"
|
58
58
|
]
|
59
59
|
},
|
60
|
-
"gitHead": "
|
60
|
+
"gitHead": "27a56b28c42ae0a00de7a2b8bed3a14e17fe4899"
|
61
61
|
}
|