@tillhub/schemas 6.278.0 → 6.278.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.278.1](https://github.com/tillhub/schemas/compare/v6.278.0...v6.278.1) (2023-12-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **config:** fix value for default data format ([4a53467](https://github.com/tillhub/schemas/commit/4a53467))
7
+
1
8
  # [6.278.0](https://github.com/tillhub/schemas/compare/v6.277.1...v6.278.0) (2023-12-20)
2
9
 
3
10
 
@@ -174,7 +174,7 @@ module.exports = {
174
174
  'MMMM d, yyyy', // January 7, 2017
175
175
  'MM/dd/yyyy', // 01/07/2017
176
176
  'dd/MM/yyyy', // 07/01/2017
177
- 'yyyy/mm/dd' // 2017/01/07
177
+ 'yyyy/MM/dd' // 2017/01/07
178
178
  ]
179
179
  },
180
180
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.278.0",
3
+ "version": "6.278.1",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",