@fugood/bricks-project 2.23.0-beta.7 → 2.23.0-beta.9

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.23.0-beta.7",
3
+ "version": "2.23.0-beta.9",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js"
@@ -14,5 +14,5 @@
14
14
  "lodash": "^4.17.4",
15
15
  "uuid": "^8.3.1"
16
16
  },
17
- "gitHead": "7c3be998ca35559d375190e3fd29e9aea9eb4293"
17
+ "gitHead": "6e869e1530a63c8574e3f7250f84923a184dfbc8"
18
18
  }
@@ -637,8 +637,8 @@ Default property:
637
637
  buttressConnectionSettings?:
638
638
  | DataLink
639
639
  | {
640
+ enabled?: boolean | DataLink
640
641
  url?: string | DataLink
641
- trpcPath?: string | DataLink
642
642
  fallbackType?: 'use-local' | 'no-op' | DataLink
643
643
  strategy?: 'prefer-local' | 'prefer-buttress' | 'prefer-best' | DataLink
644
644
  }