@archilogic/editor-plugin-layout-assertions
Advanced tools
Comparing version 0.1.1 to 0.2.0
# @archilogic/editor-plugin-layout-assertions | ||
## 0.2.0 | ||
### Minor Changes | ||
- f85e297: feat: update space-graph and floor-plan-engine dependencies | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -0,1 +1,2 @@ | ||
export declare function runPlugin(): void; |
import { LayoutSpace, LayoutAsset } from '@archilogic/space-graph-core'; | ||
export declare function countSpacesByUsage(spaces: LayoutSpace[], usage: string): number; | ||
@@ -3,0 +4,0 @@ export declare function getAssetsFromSpaces(spaces: LayoutSpace[]): any[]; |
{ | ||
"name": "@archilogic/editor-plugin-layout-assertions", | ||
"description": "", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"publishConfig": { | ||
@@ -33,9 +33,9 @@ "access": "public" | ||
"tailwindcss": "latest", | ||
"vue": "latest" | ||
"vue": "^3.4.27" | ||
}, | ||
"devDependencies": { | ||
"@archilogic/editor-connection": "0.10.2", | ||
"@archilogic/space-graph-core": "0.16.2" | ||
"@archilogic/editor-connection": "^0.14.1", | ||
"@archilogic/space-graph-core": "^0.16.10" | ||
}, | ||
"nx": {} | ||
} |
Sorry, the diff of this file is too big to display
843805
24649
1
Updatedvue@^3.4.27