@golemio/waze-tt 1.1.6-dev.848243022 → 1.1.6-dev.848301598

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.
@@ -8,7 +8,6 @@ export declare const LineStringSchema: {
8
8
  };
9
9
  coordinates: {
10
10
  type: string;
11
- minItems: number;
12
11
  items: {
13
12
  type: string;
14
13
  minItems: number;
@@ -11,7 +11,6 @@ exports.LineStringSchema = {
11
11
  },
12
12
  coordinates: {
13
13
  type: "array",
14
- minItems: 2,
15
14
  items: {
16
15
  type: "array",
17
16
  minItems: 2,
@@ -1 +1 @@
1
- {"version":3,"file":"LineStringSchema.js","sourceRoot":"","sources":["../../src/schema-definitions/LineStringSchema.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC5B,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC;IACjC,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,CAAC,YAAY,CAAC;SACvB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,CAAC;YACX,KAAK,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,CAAC;gBACX,KAAK,EAAE;oBACH,IAAI,EAAE,QAAQ;iBACjB;aACJ;SACJ;KACJ;CACJ,CAAC"}
1
+ {"version":3,"file":"LineStringSchema.js","sourceRoot":"","sources":["../../src/schema-definitions/LineStringSchema.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC5B,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC;IACjC,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,CAAC,YAAY,CAAC;SACvB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,CAAC;gBACX,KAAK,EAAE;oBACH,IAAI,EAAE,QAAQ;iBACjB;aACJ;SACJ;KACJ;CACJ,CAAC"}
@@ -210,7 +210,6 @@ declare const forExport: {
210
210
  };
211
211
  coordinates: {
212
212
  type: string;
213
- minItems: number;
214
213
  items: {
215
214
  type: string;
216
215
  minItems: number;
@@ -286,7 +285,6 @@ declare const forExport: {
286
285
  };
287
286
  coordinates: {
288
287
  type: string;
289
- minItems: number;
290
288
  items: {
291
289
  type: string;
292
290
  minItems: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/waze-tt",
3
- "version": "1.1.6-dev.848243022",
3
+ "version": "1.1.6-dev.848301598",
4
4
  "description": "Golemio Waze TT Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",