New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@archilogic/editor-plugin-boma

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archilogic/editor-plugin-boma - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

6

CHANGELOG.md
# @archilogic/editor-plugin-boma
## 0.3.0
### Minor Changes
- 92459ad: feat(boma): support asset workstations
## 0.2.2

@@ -4,0 +10,0 @@

2

dist/boma-code.d.ts
import { CustomPolygonLinePosition, LayoutSpace } from '@archilogic/space-graph-core';
export type BomaCode = 'UA' | 'FCA' | 'BCA' | 'MVP';
export declare const bomaRules: Record<BomaCode, Record<BomaCode, CustomPolygonLinePosition>>;
export declare const bomaData: Record<BomaCode | 'gross', {
export declare const bomaData: Record<BomaCode | 'gross' | 'assets', {
color: string;

@@ -6,0 +6,0 @@ name: string;

@@ -1,3 +0,3 @@

import { LayoutSpace, SpatialGraphEdge, CustomPolygonLinePosition, CustomPolygonLinePositionsByElementId } from '@archilogic/space-graph-core';
import { Polygon } from '@archilogic/clipper';
import { type LayoutSpace, type LayoutAsset, type SpatialGraphEdge, type CustomPolygonLinePosition, type CustomPolygonLinePositionsByElementId } from '@archilogic/space-graph-core';
import { type Polygon } from '@archilogic/clipper';
import { BomaCode } from './boma-code';

@@ -17,3 +17,8 @@ export declare function getLinePosition(edge: SpatialGraphEdge, currentSpace: LayoutSpace): CustomPolygonLinePosition;

export declare function getBomaSpacePolygons(): BomaSpaceRecords;
export declare function getProductShape(asset: LayoutAsset): Polygon;
export declare function getAssetPolygons(asset: LayoutAsset): import("@archilogic/space-graph-core").Vector2[];
export declare function getTableSeats(table: LayoutAsset, seats: LayoutAsset[]): LayoutAsset[];
export declare function getBomaAssetPolygons(): BomaRecord[];
export declare function getBomaPolygons(): {
assets: BomaRecord[];
UA: BomaRecord[];

@@ -20,0 +25,0 @@ FCA: BomaRecord[];

{
"name": "@archilogic/editor-plugin-boma",
"description": "generate boma polygons",
"version": "0.2.2",
"version": "0.3.0",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc