@zama-fhe/sdk 3.3.0-alpha.10 → 3.3.0-alpha.11
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zama-fhe/sdk",
|
|
3
|
-
"version": "3.3.0-alpha.
|
|
3
|
+
"version": "3.3.0-alpha.11",
|
|
4
4
|
"description": "TypeScript SDK for Zama fhEVM confidential smart contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blockchain",
|
|
@@ -157,7 +157,9 @@
|
|
|
157
157
|
"scripts": {
|
|
158
158
|
"build": "rm -rf dist && rolldown --config rolldown.config.ts",
|
|
159
159
|
"lint": "oxlint",
|
|
160
|
-
"typecheck": "tsc --noEmit"
|
|
160
|
+
"typecheck": "tsc --noEmit",
|
|
161
|
+
"api-report": "api-extractor run --local -c api-extractor.json && api-extractor run --local -c api-extractor.web.json && api-extractor run --local -c api-extractor.viem.json && api-extractor run --local -c api-extractor.ethers.json && api-extractor run --local -c api-extractor.node.json && api-extractor run --local -c api-extractor.query.json",
|
|
162
|
+
"api-report:check": "api-extractor run -c api-extractor.json && api-extractor run -c api-extractor.web.json && api-extractor run -c api-extractor.viem.json && api-extractor run -c api-extractor.ethers.json && api-extractor run -c api-extractor.node.json && api-extractor run -c api-extractor.query.json"
|
|
161
163
|
},
|
|
162
164
|
"dependencies": {
|
|
163
165
|
"@zama-fhe/relayer-sdk": "~0.4.4",
|