payid 1.0.0 → 1.0.2

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/dist/index.js +5 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,6 +11,10 @@ import {
11
11
  import {
12
12
  sessionPolicy_exports
13
13
  } from "./chunk-XMUHMJRD.js";
14
+ import {
15
+ PayIDServer,
16
+ server_exports
17
+ } from "./chunk-ESTGPUEQ.js";
14
18
  import {
15
19
  PayIDClient,
16
20
  client_exports
@@ -18,10 +22,6 @@ import {
18
22
  import "./chunk-GG34PNTF.js";
19
23
  import "./chunk-AUW7WDAB.js";
20
24
  import "./chunk-6VPSJFO4.js";
21
- import {
22
- PayIDServer,
23
- server_exports
24
- } from "./chunk-ESTGPUEQ.js";
25
25
  import {
26
26
  verifyAttestation
27
27
  } from "./chunk-HKHRYRD6.js";
@@ -360,6 +360,7 @@ async function simulateRegistration(params) {
360
360
  }
361
361
 
362
362
  // src/cli/verifyProof.ts
363
+ import "crypto";
363
364
  async function verifyProof(options) {
364
365
  try {
365
366
  const receipt = await fetchReceipt(options.txHash, options.rpcUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payid",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",