buildx-cli 1.8.32 → 1.8.33
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 +1 -0
- package/dist/README.md +1 -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
|
@@ -469,6 +469,7 @@ Writes:
|
|
|
469
469
|
Source-of-truth behavior:
|
|
470
470
|
- `collections.json` is pulled from remote `/project/:project_id/collections` payload directly (with only lightweight normalization for internal keys).
|
|
471
471
|
- CLI does not reconstruct `collections.json` from `types.ts` during `schema:pull`.
|
|
472
|
+
- runtime cache payload under `form_schema.*.propertiesScheme.schema` is excluded from pull/push sync artifacts.
|
|
472
473
|
|
|
473
474
|
System-managed fields:
|
|
474
475
|
- when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
|
package/dist/README.md
CHANGED
|
@@ -469,6 +469,7 @@ Writes:
|
|
|
469
469
|
Source-of-truth behavior:
|
|
470
470
|
- `collections.json` is pulled from remote `/project/:project_id/collections` payload directly (with only lightweight normalization for internal keys).
|
|
471
471
|
- CLI does not reconstruct `collections.json` from `types.ts` during `schema:pull`.
|
|
472
|
+
- runtime cache payload under `form_schema.*.propertiesScheme.schema` is excluded from pull/push sync artifacts.
|
|
472
473
|
|
|
473
474
|
System-managed fields:
|
|
474
475
|
- when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
|