Skip to content

Commit

Permalink
chore: update package.json and docs newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Nov 28, 2024
1 parent 4c10c40 commit 78d75a2
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 43 deletions.
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.3.19",
"version": "2.4.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -37,12 +37,12 @@
"access": "public"
},
"devDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.9",
"@thatopen/fragments": "~2.4.0",
"@thatopen/ui": "~2.3.0",
"@types/three": "0.160.0",
"stats.js": "^0.17.0",
"three": "^0.160.1",
"web-ifc": "0.0.61"
"web-ifc": "0.0.65"
},
"dependencies": {
"camera-controls": "2.7.3",
Expand All @@ -51,8 +51,8 @@
"three-mesh-bvh": "0.7.0"
},
"peerDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.9",
"@thatopen/fragments": "~2.4.0",
"three": "^0.160.1",
"web-ifc": "0.0.61"
"web-ifc": "0.0.65"
}
}
3 changes: 1 addition & 2 deletions packages/core/src/core/ShadowedScene/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { DistanceRenderer } from "./src";
import { Configurable, Disposable } from "../Types";

/**
* Configuration interface for the {@link ShadowedScene}. Defines properties for directional and ambient lights,
* as well as shadows.
* Configuration interface for the {@link ShadowedScene}. Defines properties for directional and ambient lights, as well as shadows.
*/
export interface ShadowedSceneConfig extends SimpleSceneConfig {
shadows: {
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/core/Types/src/data-set.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Event } from "./event";

/**
* A class that extends the built-in Set class and provides additional functionality.
* It triggers events when items are added, deleted, or the set is cleared.
* A class that extends the built-in Set class and provides additional functionality. It triggers events when items are added, deleted, or the set is cleared.
*
* @template T - The type of elements in the set.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/fragments/IfcGeometryTiler/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ world.scene.three.add(model);
const tiler = components.get(OBC.IfcGeometryTiler);

const wasm = {
path: "https://unpkg.com/[email protected].57/",
path: "https://unpkg.com/[email protected].65/",
absolute: true,
};

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/fragments/IfcLoader/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ await fragmentIfcLoader.setup();
// If you want to the path to unpkg manually, then you can skip the line
// above and set them manually as below:
// fragmentIfcLoader.settings.wasm = {
// path: "https://unpkg.com/[email protected].57/",
// path: "https://unpkg.com/[email protected].65/",
// absolute: true,
// };

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/fragments/IfcPropertiesTiler/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async function downloadFilesSequentially(
const propsStreamer = components.get(OBC.IfcPropertiesTiler);

propsStreamer.settings.wasm = {
path: "https://unpkg.com/[email protected].57/",
path: "https://unpkg.com/[email protected].65/",
absolute: true,
};

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/ifc/IfcIsolator/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
const isolator = components.get(OBC.IfcIsolator);

const webIfc = new WEBIFC.IfcAPI();
webIfc.SetWasmPath("https://unpkg.com/[email protected].57/", true);
webIfc.SetWasmPath("https://unpkg.com/[email protected].65/", true);
await webIfc.Init();

/* MD
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/ifc/IfcJsonExporter/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for
const exporter = components.get(OBC.IfcJsonExporter);

const webIfc = new WEBIFC.IfcAPI();
webIfc.SetWasmPath("https://unpkg.com/[email protected].61/", true);
webIfc.SetWasmPath("https://unpkg.com/[email protected].65/", true);
await webIfc.Init();

/* MD
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/ifc/IfcRelationsIndexer/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export interface RelationsProcessingConfig {
}

/**
* Interface definition of an Entities Related Event from the IfcRelationsIndexer.
* This event gets triggered when two or more entities has been related with each other.
* Interface definition of an Entities Related Event from the IfcRelationsIndexer. This event gets triggered when two or more entities has been related with each other.
*/
export interface EntitiesRelatedEvent {
/** The type of the IFC relation. */
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/openbim/BCFTopics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ import { Clipper } from "../../core/Clipper";
// TODO: Extract import/export logic in its own class for better maintenance.

/**
* BCFTopics manages Building Collaboration Format (BCF) data the engine.
* It provides functionality for importing, exporting, and manipulating BCF data.
* BCFTopics manages Building Collaboration Format (BCF) data the engine. It provides functionality for importing, exporting, and manipulating BCF data.
*/
export class BCFTopics
extends Component
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/openbim/BCFTopics/src/bcf-topics-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {
} from "../../../core";

/**
* Configuration settings for managing BCF topics.
* This interface defines the properties and their meanings used to control the behavior of exporting and importing BCF topics.
* Configuration settings for managing BCF topics. This interface defines the properties and their meanings used to control the behavior of exporting and importing BCF topics.
*/
export interface BCFTopicsConfig {
/**
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/openbim/IDSSpecifications/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import {
import { createPropertyFacets } from "./src/importers/property";

/**
* Component that manages Information Delivery Specification (IDS) data.
* It provides functionality for importing, exporting, and manipulating IDS data.
* Component that manages Information Delivery Specification (IDS) data. It provides functionality for importing, exporting, and manipulating IDS data.
*/
export class IDSSpecifications extends Component {
static uuid = "9f0b9f78-9b2e-481a-b766-2fbfd01f342c" as const;
Expand Down
12 changes: 6 additions & 6 deletions packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components-front",
"description": "Collection of frontend tools to author BIM apps.",
"version": "2.3.14",
"version": "2.4.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -33,21 +33,21 @@
"publish-alpha": "npm publish --tag alpha"
},
"peerDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.9",
"@thatopen/fragments": "~2.4.0",
"three": "^0.160.1",
"web-ifc": "0.0.61"
"web-ifc": "0.0.65"
},
"devDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.9",
"@thatopen/fragments": "~2.4.0",
"@thatopen/ui": "~2.3.0",
"@thatopen/ui-obc": "~2.3.0",
"@types/earcut": "^2.1.4",
"@types/three": "^0.160.0",
"three": "^0.160.1",
"web-ifc": "0.0.61"
"web-ifc": "0.0.65"
},
"dependencies": {
"@thatopen/components": ">=2.4.0-alpha.32",
"@thatopen/components": "~2.4.0",
"camera-controls": "2.7.3",
"dexie": "^4.0.4",
"earcut": "^2.2.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@thatopen/components-front@workspace:packages/front"
dependencies:
"@thatopen/components": ">=2.4.0-alpha.20"
"@thatopen/fragments": ">=2.4.0-alpha.9"
"@thatopen/components": ~2.4.0
"@thatopen/fragments": ~2.4.0
"@thatopen/ui": ~2.3.0
"@thatopen/ui-obc": ~2.3.0
"@types/earcut": ^2.1.4
Expand All @@ -714,19 +714,19 @@ __metadata:
n8ao: 1.5.1
postprocessing: 6.34.2
three: ^0.160.1
web-ifc: 0.0.61
web-ifc: 0.0.65
peerDependencies:
"@thatopen/fragments": ">=2.4.0-alpha.9"
"@thatopen/fragments": ~2.4.0
three: ^0.160.1
web-ifc: 0.0.61
web-ifc: 0.0.65
languageName: unknown
linkType: soft

"@thatopen/components@>=2.4.0-alpha.20, @thatopen/components@workspace:packages/core":
"@thatopen/components@workspace:packages/core, @thatopen/components@~2.4.0":
version: 0.0.0-use.local
resolution: "@thatopen/components@workspace:packages/core"
dependencies:
"@thatopen/fragments": ">=2.4.0-alpha.9"
"@thatopen/fragments": ~2.4.0
"@thatopen/ui": ~2.3.0
"@types/three": 0.160.0
camera-controls: 2.7.3
Expand All @@ -735,15 +735,15 @@ __metadata:
stats.js: ^0.17.0
three: ^0.160.1
three-mesh-bvh: 0.7.0
web-ifc: 0.0.61
web-ifc: 0.0.65
peerDependencies:
"@thatopen/fragments": ">=2.4.0-alpha.9"
"@thatopen/fragments": ~2.4.0
three: ^0.160.1
web-ifc: 0.0.61
web-ifc: 0.0.65
languageName: unknown
linkType: soft

"@thatopen/fragments@npm:>=2.4.0-alpha.9":
"@thatopen/fragments@npm:~2.4.0":
version: 2.4.0-alpha.9
resolution: "@thatopen/fragments@npm:2.4.0-alpha.9"
dependencies:
Expand Down Expand Up @@ -4579,10 +4579,10 @@ __metadata:
languageName: node
linkType: hard

"web-ifc@npm:0.0.61":
version: 0.0.61
resolution: "web-ifc@npm:0.0.61"
checksum: 54d76c136569d680b24db8a5a0311c7a11f9bfafcdcf445b783ff85051733741a64be9a0d9924dc750eb1795fc78f78a0b74ee190d8071578572f922240ee8ae
"web-ifc@npm:0.0.65":
version: 0.0.65
resolution: "web-ifc@npm:0.0.65"
checksum: 7ee750fb5030b8921b8324576ef7eb13532da963e4803d28b90c38410287e586e4d6c2355b74cc4169bf271b1617971f8da63654f8404606e49f16f36c740b6f
languageName: node
linkType: hard

Expand Down

0 comments on commit 78d75a2

Please sign in to comment.