@mml-io/mml-schema-validator 0.18.1 → 0.19.1

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/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # MML Schema Validator
2
+ #### `@mml-io/schema-validator`
3
+
4
+ [![npm version](https://img.shields.io/npm/v/@mml-io/schema-validator)](https://www.npmjs.com/package/@mml-io/schema-validator)
2
5
 
3
6
  This package contains:
4
7
  * [`src/validate.ts`](./src/validate.ts) - A function that validates an MML document against the schema.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mml-io/mml-schema-validator",
3
- "version": "0.18.1",
3
+ "version": "0.19.1",
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.18.1",
20
+ "@mml-io/mml-schema": "^0.19.1",
21
21
  "libxml2-wasm": "0.4.0"
22
22
  },
23
- "gitHead": "ef5baff6cda84a1acaed56a957c6b81f4c5acfd5"
23
+ "gitHead": "7ea0c35ae1912e308df9e0057d16bdcdbe698346"
24
24
  }