buildx-cli 1.8.33 → 1.8.35
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/README.md +2 -0
- package/dist/README.md +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -561,10 +561,12 @@ Embedded object fidelity:
|
|
|
561
561
|
- nested relation refs are normalized to collection IDs (for example `Partial<Workflows>` -> `workflows`).
|
|
562
562
|
- when merging with base `collections.json`, nested child metadata is preserved by child name when possible.
|
|
563
563
|
- dynamic object/list fallback stays as `BxObject` / `BxList` at type layer and `Object` / `List` in collection schema layer.
|
|
564
|
+
- dynamic mixed fallback uses `BxMixed` at type layer and `Mixed` in collection schema layer.
|
|
564
565
|
- temporary compatibility: `string[]` / `BxText[]` converts to `MultipleChoices` instead of generic `List`.
|
|
565
566
|
- `schema:pull` annotation style:
|
|
566
567
|
- emits multiline JSDoc tags for readability
|
|
567
568
|
- emits `@bx.type` only for lossy relation kinds (`ReverseReference`, `ReverseReferences`, `Virtual`)
|
|
569
|
+
- enforces remote `Mixed` fields to `BxMixed` (not `BxText`) from source-of-truth `collections` payload
|
|
568
570
|
|
|
569
571
|
Example:
|
|
570
572
|
```ts
|
package/dist/README.md
CHANGED
|
@@ -561,10 +561,12 @@ Embedded object fidelity:
|
|
|
561
561
|
- nested relation refs are normalized to collection IDs (for example `Partial<Workflows>` -> `workflows`).
|
|
562
562
|
- when merging with base `collections.json`, nested child metadata is preserved by child name when possible.
|
|
563
563
|
- dynamic object/list fallback stays as `BxObject` / `BxList` at type layer and `Object` / `List` in collection schema layer.
|
|
564
|
+
- dynamic mixed fallback uses `BxMixed` at type layer and `Mixed` in collection schema layer.
|
|
564
565
|
- temporary compatibility: `string[]` / `BxText[]` converts to `MultipleChoices` instead of generic `List`.
|
|
565
566
|
- `schema:pull` annotation style:
|
|
566
567
|
- emits multiline JSDoc tags for readability
|
|
567
568
|
- emits `@bx.type` only for lossy relation kinds (`ReverseReference`, `ReverseReferences`, `Virtual`)
|
|
569
|
+
- enforces remote `Mixed` fields to `BxMixed` (not `BxText`) from source-of-truth `collections` payload
|
|
568
570
|
|
|
569
571
|
Example:
|
|
570
572
|
```ts
|