@primust/verifier 1.2.0 → 1.3.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.
@@ -1961,6 +1961,9 @@ var F3 = getPoseidon2BN254().primeField;
1961
1961
  // ../artifact-core/dist/commitment.js
1962
1962
  var BN254_MODULUS = 21888242871839275222246405745257275088548364400416034343698204186575808495617n;
1963
1963
 
1964
+ // ../artifact-core/dist/hierarchical_leaf.js
1965
+ var _utf8Encoder = new TextEncoder();
1966
+
1964
1967
  // ../artifact-core/dist/validate-artifact.js
1965
1968
  var PROOF_LEVELS = [
1966
1969
  "mathematical",
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  createUpstreamRootResolver,
4
4
  verify
5
- } from "./chunk-UB2YSMJ6.js";
5
+ } from "./chunk-XDQXBEIS.js";
6
6
 
7
7
  // src/cli.ts
8
8
  import { readFileSync } from "fs";
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  createUpstreamRootResolver,
4
4
  seedKeyCache,
5
5
  verify
6
- } from "./chunk-UB2YSMJ6.js";
6
+ } from "./chunk-XDQXBEIS.js";
7
7
  import {
8
8
  ALLOWED_KINDS,
9
9
  ALLOWED_TRUST_EDGES,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primust/verifier",
3
- "version": "1.2.0",
4
- "description": "Offline and CLI verifier for Primust VPECs. Free forever. No account required.",
3
+ "version": "1.3.0",
4
+ "description": "Offline and CLI verifier for Primust Governed-Execution Credentials. Free forever. No account required.",
5
5
  "homepage": "https://primust.com",
6
6
  "repository": {
7
7
  "type": "git",