@operato/scene-indoor-map 1.0.0-alpha.36 → 1.0.0-alpha.37
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/demo/imu-mqtt-node/package.json +3 -3
- package/package.json +4 -4
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
|
+
## [1.0.0-alpha.37](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-07-17)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* latest dependencies ([cb2e928](https://github.com/things-scene/operato-scene/commit/cb2e92871da17a11ac9c68b3c4ead5df59429973))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [1.0.0-alpha.36](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-07-17)
|
7
16
|
|
8
17
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
"description": "",
|
5
5
|
"main": "test.js",
|
6
6
|
"dependencies": {
|
7
|
-
"mqtt": "^2.
|
8
|
-
"serialport": "^
|
7
|
+
"mqtt-browser": "^4.2.7",
|
8
|
+
"serialport": "^10.4.0"
|
9
9
|
},
|
10
10
|
"devDependencies": {},
|
11
11
|
"scripts": {
|
@@ -13,4 +13,4 @@
|
|
13
13
|
},
|
14
14
|
"author": "",
|
15
15
|
"license": "ISC"
|
16
|
-
}
|
16
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-indoor-map",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.37",
|
4
4
|
"description": "Indoor Map component for things-scene.",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "heartyoh",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@hatiolab/prettier-config": "^1.0.0",
|
33
|
-
"@things-factory/builder": "^5.0.0-zeta.
|
34
|
-
"@things-factory/operato-board": "^5.0.0-zeta.
|
33
|
+
"@things-factory/builder": "^5.0.0-zeta.22",
|
34
|
+
"@things-factory/operato-board": "^5.0.0-zeta.22",
|
35
35
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
36
36
|
"@typescript-eslint/parser": "^4.33.0",
|
37
37
|
"@web/dev-server": "^0.1.28",
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"prettier --write"
|
57
57
|
]
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "98c88c7d72cf5818eb4a033f9dc33d88b9b45155"
|
60
60
|
}
|