dbgate-types 7.1.8 → 7.1.9

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 (2) hide show
  1. package/engines.d.ts +1 -0
  2. package/package.json +1 -1
package/engines.d.ts CHANGED
@@ -175,6 +175,7 @@ export interface DataEditorTypesBehaviour {
175
175
  parseDateAsDollar?: boolean;
176
176
  parseGeopointAsDollar?: boolean;
177
177
  parseFsDocumentRefAsDollar?: boolean;
178
+ parseUuid?: boolean;
178
179
 
179
180
  explicitDataType?: boolean;
180
181
  supportNumberType?: boolean;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.1.8",
2
+ "version": "7.1.9",
3
3
  "name": "dbgate-types",
4
4
  "homepage": "https://www.dbgate.io/",
5
5
  "repository": {