shogun-button-react 6.9.3 → 6.9.6

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.
@@ -1,12 +1,3 @@
1
- /*
2
- * [js-sha512]{@link https://github.com/emn178/js-sha512}
3
- *
4
- * @version 0.8.0
5
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
6
- * @copyright Chen, Yi-Cyuan 2014-2018
7
- * @license MIT
8
- */
9
-
10
1
  /*!
11
2
  * The buffer module from node.js, for the browser.
12
3
  *
@@ -22,62 +13,6 @@
22
13
 
23
14
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
24
15
 
25
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
26
-
27
16
  /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
28
17
 
29
- /**
30
- * @module @semaphore-protocol/group
31
- * @version 3.15.2
32
- * @file A library to create and manage Semaphore groups.
33
- * @copyright Ethereum Foundation 2022
34
- * @license MIT
35
- * @see [Github]{@link https://github.com/semaphore-protocol/semaphore/tree/main/packages/group}
36
- */
37
-
38
- /**
39
- * @module @semaphore-protocol/identity
40
- * @version 3.15.2
41
- * @file A library to create Semaphore identities.
42
- * @copyright Ethereum Foundation 2022
43
- * @license MIT
44
- * @see [Github]{@link https://github.com/semaphore-protocol/semaphore/tree/main/packages/identity}
45
- */
46
-
47
- /**
48
- * @module @semaphore-protocol/proof
49
- * @version 3.15.2
50
- * @file A library to generate and verify Semaphore proofs.
51
- * @copyright Ethereum Foundation 2022
52
- * @license MIT
53
- * @see [Github]{@link https://github.com/semaphore-protocol/semaphore/tree/main/packages/proof}
54
- */
55
-
56
- /**
57
- * @module @zk-kit/groth16
58
- * @version 0.3.0
59
- * @file A snippet of SnarkJS code for verifying and generating Groth16 proofs only.
60
- * @copyright Ethereum Foundation 2023
61
- * @license GPL-3.0
62
- * @see [Github]{@link https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/groth16}
63
- */
64
-
65
- /**
66
- * @module @zk-kit/incremental-merkle-tree
67
- * @version 1.1.0
68
- * @file Incremental Merkle tree implementation in TypeScript.
69
- * @copyright Cedoor 2023
70
- * @license MIT
71
- * @see [Github]{@link https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree}
72
- */
73
-
74
- /**
75
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
76
- *
77
- * @version 0.8.0
78
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
79
- * @copyright Chen, Yi-Cyuan 2015-2018
80
- * @license MIT
81
- */
82
-
83
18
  //!opt && console.log("WHAT IS T?", JSON.stringify(t).length);
@@ -7,7 +7,6 @@ export interface ShogunConnectorOptions {
7
7
  showMetamask?: boolean;
8
8
  showWebauthn?: boolean;
9
9
  showNostr?: boolean;
10
- showZkProof?: boolean;
11
10
  showChallenge?: boolean;
12
11
  showSeedLogin?: boolean;
13
12
  darkMode?: boolean;
@@ -34,12 +33,6 @@ export interface ShogunConnectorOptions {
34
33
  web3?: {
35
34
  enabled?: boolean;
36
35
  };
37
- zkproof?: {
38
- enabled?: boolean;
39
- defaultGroupId?: string;
40
- deterministic?: boolean;
41
- minEntropy?: number;
42
- };
43
36
  challenge?: {
44
37
  enabled?: boolean;
45
38
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shogun-button-react",
3
3
  "description": "Shogun connector button",
4
- "version": "6.9.3",
4
+ "version": "6.9.6",
5
5
  "files": [
6
6
  "dist",
7
7
  "src/styles/index.css"
@@ -47,7 +47,7 @@
47
47
  "react": "^19.2.1",
48
48
  "react-dom": "^19.2.1",
49
49
  "rxjs": "^7.8.2",
50
- "shogun-core": "^6.9.4",
50
+ "shogun-core": "^6.9.6",
51
51
  "stream-browserify": "^3.0.0",
52
52
  "util": "^0.12.5"
53
53
  },