Skip to content

Commit fd0c0f4

Browse files
committed
chore: bump version
1 parent bd68aa6 commit fd0c0f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -69,4 +69,4 @@
6969
"three": "^0.160.1",
7070
"web-ifc": "0.0.53"
7171
}
72-
}
72+
}

packages/components/src/ifc/IfcRelationsIndexer/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as WEBIFC from "web-ifc";
2-
import { FragmentsGroup } from "bim-fragment";
2+
import { FragmentsGroup } from "@thatopen/fragments";
33
import { Disposable, Event, Component, Components } from "../../core";
44
import { FragmentManager } from "../../fragments/FragmentManager";
55
import { IfcPropertiesUtils } from "../Utils";
@@ -9,7 +9,7 @@ interface RelationMap {
99
}
1010

1111
/**
12-
* Indexer for IFC properties, facilitating the indexing and retrieval of IFC entity relationships.
12+
* Indexer for IFC entities, facilitating the indexing and retrieval of IFC entity relationships.
1313
* It is designed to process models properties by indexing their IFC entities' relations based on predefined inverse attributes, and provides methods to query these relations.
1414
*/
1515
export class IfcRelationsIndexer extends Component implements Disposable {

0 commit comments

Comments
 (0)