@resolveio/server-lib 4.4.17 → 4.4.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.4.17",
3
+ "version": "4.4.19",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -448,7 +448,7 @@ function getLeafFormatTypes(schemaTree, fieldPath) {
448
448
  },
449
449
  {
450
450
  text: 'As Number (1/0)',
451
- value: 'Number'
451
+ value: 'Boolean_Number'
452
452
  }
453
453
  ];
454
454
  }
@@ -480,7 +480,7 @@ function getLeafFormatTypes(schemaTree, fieldPath) {
480
480
  },
481
481
  {
482
482
  text: 'As Timestamp (MS since 1970)',
483
- value: 'Number'
483
+ value: 'Timestamp'
484
484
  }
485
485
  ];
486
486
  }