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 +2 -2
- package/dist/README.md +2 -2
- 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
|
@@ -171,8 +171,8 @@ Writes:
|
|
|
171
171
|
- `collections.manifest.json`
|
|
172
172
|
|
|
173
173
|
System-managed fields:
|
|
174
|
-
-
|
|
175
|
-
-
|
|
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
|
-
-
|
|
175
|
-
-
|
|
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:
|