@dpuse/dpuse-shared 0.3.601 → 0.3.602

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.
@@ -177,7 +177,7 @@ interface NumberInferenceResult {
177
177
  interface StringInferenceResult {
178
178
  dataTypeId: 'string';
179
179
  dataSubtypeId: StringSubtypeId;
180
- format: string;
180
+ format: string | undefined;
181
181
  inputValue: string;
182
182
  inputValueWasQuoted: boolean;
183
183
  inferredValue: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.601",
3
+ "version": "0.3.602",
4
4
  "description": "Common constants, types and utilities used across all DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",