bringid-sdk 0.0.17 → 0.0.18
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.
- package/dist/index.css +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -9
- package/package.json +2 -1
|
@@ -65,15 +65,6 @@
|
|
|
65
65
|
* @see [Github]{@link https://github.com/semaphore-protocol/semaphore/tree/main/packages/proof}
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
|
-
/**
|
|
69
|
-
* @module @zk-kit/artifacts
|
|
70
|
-
* @version 2.0.1
|
|
71
|
-
* @file Utilities for downloading snark artifacts
|
|
72
|
-
* @copyright Ethereum Foundation 2024
|
|
73
|
-
* @license MIT
|
|
74
|
-
* @see [Github]{@link https://github.com/privacy-scaling-explorations/snark-artifacts/tree/main/packages/artifacts}
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
68
|
/**
|
|
78
69
|
* @module @zk-kit/eddsa-poseidon
|
|
79
70
|
* @version 1.0.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bringid-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"ethers": "^6.13.0",
|
|
63
63
|
"file-loader": "^6.2.0",
|
|
64
64
|
"json-loader": "^0.5.7",
|
|
65
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
65
66
|
"mocha": "^10.4.0",
|
|
66
67
|
"node-fetch": "^2.6.6",
|
|
67
68
|
"postcss-loader": "^7.3.3",
|