@fugood/bricks-project 2.21.0-beta.14.test12 → 2.21.0-beta.14.test13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fugood/bricks-project",
3
- "version": "2.21.0-beta.14.test12",
3
+ "version": "2.21.0-beta.14.test13",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js"
package/types/subspace.ts CHANGED
@@ -9,7 +9,7 @@ export type Subspace = {
9
9
  id: string
10
10
  title: string
11
11
  description?: string
12
- // Unexpanded in Editor
12
+ // Unexpanded information in Editor
13
13
  unexpanded?: {
14
14
  data?: boolean
15
15
  dataCalculation?: boolean