@fugood/bricks-project 2.23.0-beta.3 → 2.23.0-beta.4

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.3",
3
+ "version": "2.23.0-beta.4",
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": "dc9fcb1792c91cb150ffc976017fd8fcaf8c32a7"
17
+ "gitHead": "60e1e023f5bcd5bacfcad631994462a8dcab9d47"
18
18
  }
@@ -640,6 +640,7 @@ Default property:
640
640
  url?: string | DataLink
641
641
  trpcPath?: string | DataLink
642
642
  fallbackType?: 'use-local' | 'no-op' | DataLink
643
+ strategy?: 'prefer-local' | 'prefer-buttress' | 'prefer-best' | DataLink
643
644
  }
644
645
  }
645
646
  events?: {