buildx-cli 1.0.12 → 1.0.14

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 CHANGED
@@ -171,8 +171,8 @@ Writes:
171
171
  - `collections.manifest.json`
172
172
 
173
173
  System-managed fields:
174
- - `createdAt`, `updatedAt`, `createdBy`, `updatedBy` are ensured in pulled `types.ts`
175
- - injected type mapping: `createdAt/updatedAt => BxDateTime`, `createdBy/updatedBy => BxAuth`
174
+ - when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
175
+ - when `auditable: true`, pulled `types.ts` includes `createdBy/updatedBy` (`BxAuth`)
176
176
  - these fields are excluded from collections sync payloads (won't be pushed back)
177
177
 
178
178
  Key options:
package/dist/README.md CHANGED
@@ -171,8 +171,8 @@ Writes:
171
171
  - `collections.manifest.json`
172
172
 
173
173
  System-managed fields:
174
- - `createdAt`, `updatedAt`, `createdBy`, `updatedBy` are ensured in pulled `types.ts`
175
- - injected type mapping: `createdAt/updatedAt => BxDateTime`, `createdBy/updatedBy => BxAuth`
174
+ - when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
175
+ - when `auditable: true`, pulled `types.ts` includes `createdBy/updatedBy` (`BxAuth`)
176
176
  - these fields are excluded from collections sync payloads (won't be pushed back)
177
177
 
178
178
  Key options: