@operato/scene-integration 2.0.0-beta.8 → 7.0.0-rc.1

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,24 @@
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
+ ## [7.0.0-rc.1](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2024-06-21)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
12
+
13
+
14
+
15
+ ## [7.0.0-rc.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.8...v7.0.0-rc.0) (2024-06-21)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * apply operato@7.0.0-rc ([7d5fa6e](https://github.com/things-scene/operato-scene/commit/7d5fa6e9bef5f6d2231e4d1eface82578fe794f3))
21
+
22
+
23
+
6
24
  ## [2.0.0-beta.8](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2024-06-15)
7
25
 
8
26
 
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Shape } from '@hatiolab/things-scene';
2
2
  declare const ConnectionStateSubscription_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ConnectionStateSubscription extends ConnectionStateSubscription_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Shape } from '@hatiolab/things-scene';
2
2
  declare const DataSubscription_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class DataSubscription extends DataSubscription_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioControl_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioControl extends ScenarioControl_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioInstanceSubscription_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioInstanceSubscription extends ScenarioInstanceSubscription_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioQueueSubscription_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioQueueSubscription extends ScenarioQueueSubscription_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioRun_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioRun extends ScenarioRun_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioStart_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioStart extends ScenarioStart_base {
7
7
  static _image: HTMLImageElement;
@@ -1,7 +1,7 @@
1
1
  import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene';
2
2
  declare const ScenarioStop_base: (new (...args: any[]) => {
3
3
  isDataSource(): boolean;
4
- _convertDataFormat(data: any, format: string): any;
4
+ _convertDataFormat(data: any, format: "json" | "text" | "jsonp" | string): any;
5
5
  }) & typeof Shape;
6
6
  export default class ScenarioStop extends ScenarioStop_base {
7
7
  static _image: HTMLImageElement;
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-beta.8",
4
+ "version": "7.0.0-rc.1",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@hatiolab/things-scene": "^3.2.0",
31
- "@operato/graphql": "^2.0.0-beta.0",
31
+ "@operato/graphql": "^7.0.0-rc",
32
32
  "graphql-tag": "^2.12.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hatiolab/prettier-config": "^1.0.0",
36
- "@things-factory/builder": "^7.0.1-beta.0",
37
- "@things-factory/operato-board": "^7.0.1-beta.0",
36
+ "@things-factory/builder": "^7.0.1-rc",
37
+ "@things-factory/operato-board": "^7.0.1-rc",
38
38
  "@typescript-eslint/eslint-plugin": "^4.33.0",
39
39
  "@typescript-eslint/parser": "^4.33.0",
40
40
  "@web/dev-server": "^0.1.28",
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "b4e7f897dfc702f35bbe92328921a2a1eb0be06f"
62
+ "gitHead": "4d56990e5d0d2a6dc177c5f957ec8f3df71a6576"
63
63
  }