@cratis/arc 20.43.6 → 20.44.0

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 (35) hide show
  1. package/commands/Command.ts +1 -1
  2. package/commands/for_Command/when_executing/with_empty_required_string_property.ts +47 -0
  3. package/commands/for_Command/when_executing/with_null_required_property.ts +29 -0
  4. package/commands/for_Command/when_validating/with_empty_required_string_property.ts +48 -0
  5. package/commands/for_Command/when_validating/with_null_required_property.ts +29 -0
  6. package/dist/cjs/commands/Command.js +1 -1
  7. package/dist/cjs/commands/Command.js.map +1 -1
  8. package/dist/cjs/commands/for_Command/when_executing/with_empty_required_string_property.d.ts +2 -0
  9. package/dist/cjs/commands/for_Command/when_executing/with_empty_required_string_property.d.ts.map +1 -0
  10. package/dist/cjs/commands/for_Command/when_executing/with_null_required_property.d.ts +2 -0
  11. package/dist/cjs/commands/for_Command/when_executing/with_null_required_property.d.ts.map +1 -0
  12. package/dist/cjs/commands/for_Command/when_validating/with_empty_required_string_property.d.ts +2 -0
  13. package/dist/cjs/commands/for_Command/when_validating/with_empty_required_string_property.d.ts.map +1 -0
  14. package/dist/cjs/commands/for_Command/when_validating/with_null_required_property.d.ts +2 -0
  15. package/dist/cjs/commands/for_Command/when_validating/with_null_required_property.d.ts.map +1 -0
  16. package/dist/esm/commands/Command.js +1 -1
  17. package/dist/esm/commands/Command.js.map +1 -1
  18. package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.d.ts +2 -0
  19. package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.d.ts.map +1 -0
  20. package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.js +39 -0
  21. package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.js.map +1 -0
  22. package/dist/esm/commands/for_Command/when_executing/with_null_required_property.d.ts +2 -0
  23. package/dist/esm/commands/for_Command/when_executing/with_null_required_property.d.ts.map +1 -0
  24. package/dist/esm/commands/for_Command/when_executing/with_null_required_property.js +22 -0
  25. package/dist/esm/commands/for_Command/when_executing/with_null_required_property.js.map +1 -0
  26. package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.d.ts +2 -0
  27. package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.d.ts.map +1 -0
  28. package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.js +40 -0
  29. package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.js.map +1 -0
  30. package/dist/esm/commands/for_Command/when_validating/with_null_required_property.d.ts +2 -0
  31. package/dist/esm/commands/for_Command/when_validating/with_null_required_property.d.ts.map +1 -0
  32. package/dist/esm/commands/for_Command/when_validating/with_null_required_property.js +22 -0
  33. package/dist/esm/commands/for_Command/when_validating/with_null_required_property.js.map +1 -0
  34. package/dist/esm/tsconfig.tsbuildinfo +1 -1
  35. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/arc",
3
- "version": "20.43.6",
3
+ "version": "20.44.0",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",