@operato/process 10.0.0-beta.1 → 10.0.0-beta.2

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 CHANGED
@@ -3,6 +3,27 @@
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
+ ## [10.0.0-beta.2](https://github.com/heartyoh/ioperato/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2026-03-05)
7
+
8
+
9
+ ### :house: Code Refactoring
10
+
11
+ * restore Model type from things-scene instead of any ([80c6268](https://github.com/heartyoh/ioperato/commit/80c6268e7c1a6d473f34820e0dac67ea898b2103))
12
+
13
+
14
+ ### :bug: Bug Fix
15
+
16
+ * things-scene v10 타입 강화에 따른 as any 제거 및 타입 구체화 ([cb50140](https://github.com/heartyoh/ioperato/commit/cb5014034e5e808aa63ea2ca411fe61fb0a79c8e))
17
+ * things-scene v10 타입 노출에 따른 property-panel, process 타입 에러 수정 ([287b00f](https://github.com/heartyoh/ioperato/commit/287b00fed2923d0f07b655ebdd3c728d1e7c7c8d))
18
+
19
+
20
+ ### :mega: Other
21
+
22
+ * modernize publish config for npm release ([7fe28ab](https://github.com/heartyoh/ioperato/commit/7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d))
23
+ * use local file resolution for things-scene and add dev/release toggle ([2e3c54d](https://github.com/heartyoh/ioperato/commit/2e3c54dd38ad6bfe95d5125c9cfb36736bba675f))
24
+
25
+
26
+
6
27
  ### [9.2.1](https://github.com/heartyoh/ioperato/compare/v9.2.0...v9.2.1) (2025-11-09)
7
28
 
8
29
  **Note:** Version bump only for package @operato/process
@@ -11,7 +11,7 @@ export declare class PropertyEventHover extends LitElement {
11
11
  scene?: Scene;
12
12
  firstUpdated(): void;
13
13
  render(): import("lit-html").TemplateResult<1>;
14
- _getPlaceHoder(action: string): "" | "http://www.hatiolab.com/" | "SCENE-100";
14
+ _getPlaceHoder(action: string): "" | "SCENE-100" | "http://www.hatiolab.com/";
15
15
  _getTargetList(action: string): {
16
16
  value: string;
17
17
  description?: string;