@operato/scene-integration 2.0.0-alpha.4 → 2.0.0-alpha.5
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.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
- package/translations/ko.json +9 -9
- package/tsconfig.tsbuildinfo +1 -1
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
|
+
## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* 컴포넌트 명 다국어 ([fbc26d9](https://github.com/things-scene/operato-scene/commit/fbc26d9fb24e858541598ba55e2b8d33f2df8d8a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-integration",
|
|
3
3
|
"description": "Things factory integration component for things-scene",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.5",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"prettier --write"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "e8b65fee1f8aad537df4670ec6a9a88606673b3e"
|
|
63
63
|
}
|
package/translations/ko.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.data-subscription": "
|
|
3
|
-
"component.scenario-control": "
|
|
4
|
-
"component.scenario-run": "
|
|
5
|
-
"component.scenario-start": "
|
|
6
|
-
"component.scenario-stop": "
|
|
7
|
-
"component.scenario-instance-subscription": "
|
|
8
|
-
"component.scenario-queue-subscription": "
|
|
9
|
-
"component.connection-state-subscription": "
|
|
10
|
-
"component.connection-control": "
|
|
2
|
+
"component.data-subscription": "데이타 구독",
|
|
3
|
+
"component.scenario-control": "시나리오 컨트롤",
|
|
4
|
+
"component.scenario-run": "시나리오 실행",
|
|
5
|
+
"component.scenario-start": "시나리오 시작",
|
|
6
|
+
"component.scenario-stop": "시나리오 종료",
|
|
7
|
+
"component.scenario-instance-subscription": "시나리오 인스턴스 구독",
|
|
8
|
+
"component.scenario-queue-subscription": "시나리오 큐 구독",
|
|
9
|
+
"component.connection-state-subscription": "커넥션 상태 구독",
|
|
10
|
+
"component.connection-control": "커넥션 컨트롤",
|
|
11
11
|
"keyword": "키워드",
|
|
12
12
|
"label.connection-name": "커넥션 이름",
|
|
13
13
|
"label.scenario-name": "시나리오 명",
|