@datapos/datapos-shared 0.3.370 → 0.3.371

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.
@@ -72,7 +72,7 @@ type StorageTypeId = 'binary' | 'boolean' | 'byte' | 'date' | 'dateTime' | 'date
72
72
  type UsageTypeId = 'boolean' | 'decimalNumber' | 'moment' | 'momentDate' | 'momentTime' | 'string' | 'unknown' | 'wholeNumber';
73
73
  interface Encoding {
74
74
  id: string;
75
- confidenceLevel?: number;
75
+ confidenceLevel: number | undefined;
76
76
  }
77
77
  /** Exports. */
78
78
  export type { ConnectionConfig, ConnectionDescription, ConnectionNodeConfig, Encoding };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.370",
3
+ "version": "0.3.371",
4
4
  "description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",