Skip to content

Commit 64b2377

Browse files
committed
Enable NPM provenance for the JS port
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 83e2458 commit 64b2377

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

ports/javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ports/javascript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcemeta/blaze",
3-
"version": "0.0.2",
3+
"version": "0.0.0",
44
"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",
55
"type": "module",
66
"main": "./index.mjs",
@@ -60,6 +60,7 @@
6060
"directory": "ports/javascript"
6161
},
6262
"publishConfig": {
63+
"provenance": true,
6364
"access": "public"
6465
},
6566
"files": [

0 commit comments

Comments
 (0)