@workbuddy/cli-vnext 1.0.31 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5274,7 +5274,7 @@ var operations = [
5274
5274
  optionKey: "updatedAt",
5275
5275
  source: "body",
5276
5276
  type: "string",
5277
- required: true,
5277
+ required: false,
5278
5278
  description: "For optimistic concurrency — update fails if entity was modified after this timestamp",
5279
5279
  format: "date-time"
5280
5280
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",