@mml-io/mml-schema-validator 0.21.3 → 0.23.0

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/build/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from "./validate";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -17,3 +17,4 @@ export interface ValidationError extends Error {
17
17
  col: number;
18
18
  }
19
19
  export declare function validateMMLDocument(xml: string | Buffer): null | ValidationError[];
20
+ //# sourceMappingURL=validate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../src/validate.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAgB,SAAQ,KAAK;IAC5C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,eAAe,EAAE,CA6BlF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mml-io/mml-schema-validator",
3
- "version": "0.21.3",
3
+ "version": "0.23.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -17,8 +17,8 @@
17
17
  "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
18
18
  },
19
19
  "dependencies": {
20
- "@mml-io/mml-schema": "^0.21.3",
20
+ "@mml-io/mml-schema": "^0.23.0",
21
21
  "libxml2-wasm": "0.5.0"
22
22
  },
23
- "gitHead": "8731c709ff6247056680335d1a6719f71e218a93"
23
+ "gitHead": "92699e8e944cc238ae856a10173095ad4bf42fad"
24
24
  }