@sourcemeta/blaze 15.7.0 → 15.9.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,3 +133,7 @@ Numeric keywords like `multipleOf` that depend on exact decimal arithmetic may
133
133
  produce incorrect results for real values that lose precision during parsing.
134
134
  The TC39 [Decimal proposal](https://github.com/tc39/proposal-decimal) (Stage 2)
135
135
  aims to address this in the future.
136
+
137
+ **No Format Assertion vocabulary support.** While the C++ implementation of
138
+ Blaze fully implements the Format Assertion vocabulary, no such option exists
139
+ for JavaScript yet. Contributions in this area are welcomed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/blaze",
3
- "version": "15.7.0",
3
+ "version": "15.9.0",
4
4
  "description": "A pure JavaScript port of the evaluator from Blaze, a high-performance C++ JSON Schema validator. Zero dependencies. Supports Draft 4, Draft 6, Draft 7, 2019-09, and 2020-12 with schema-specific code generation for near-native speed",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",