@babylonjs/shared-ui-components 6.8.0 → 6.9.0

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.
@@ -1,7 +1,6 @@
1
1
  import type { GraphFrame } from "../graphFrame";
2
- declare type FrameNodePort = import("../frameNodePort").FrameNodePort;
2
+ import type { FrameNodePort } from "../frameNodePort";
3
3
  export type FramePortData = {
4
4
  frame: GraphFrame;
5
5
  port: FrameNodePort;
6
6
  };
7
- export {};
@@ -1 +1 @@
1
- {"version":3,"file":"framePortData.js","sourceRoot":"","sources":["../../../../../dev/sharedUiComponents/src/nodeGraphSystem/types/framePortData.ts"],"names":[],"mappings":"","sourcesContent":["import type { GraphFrame } from \"../graphFrame\";\r\n\r\ndeclare type FrameNodePort = import(\"../frameNodePort\").FrameNodePort;\r\n\r\nexport type FramePortData = {\r\n frame: GraphFrame;\r\n port: FrameNodePort;\r\n};\r\n"]}
1
+ {"version":3,"file":"framePortData.js","sourceRoot":"","sources":["../../../../../dev/sharedUiComponents/src/nodeGraphSystem/types/framePortData.ts"],"names":[],"mappings":"","sourcesContent":["import type { GraphFrame } from \"../graphFrame\";\r\n\r\nimport type { FrameNodePort } from \"../frameNodePort\";\r\n\r\nexport type FramePortData = {\r\n frame: GraphFrame;\r\n port: FrameNodePort;\r\n};\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/shared-ui-components",
3
- "version": "6.8.0",
3
+ "version": "6.9.0",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",
@@ -23,9 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@dev/build-tools": "^1.0.0",
25
25
  "@lts/core": "1.0.0",
26
- "@lts/gui": "1.0.0",
27
- "rimraf": "^3.0.2",
28
- "typescript": "^4.4.4"
26
+ "@lts/gui": "1.0.0"
29
27
  },
30
28
  "peerDependencies": {
31
29
  "@types/dagre": "^0.7.47",