From b428a9356c61baadf0870dfe0b10a08bb0d8119f Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Sat, 22 Nov 2025 17:06:42 -0300 Subject: [PATCH] fix(entropy-sdk) Fix --- target_chains/ethereum/entropy_sdk/solidity/.npmignore | 6 ++++++ target_chains/ethereum/entropy_sdk/solidity/package.json | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 target_chains/ethereum/entropy_sdk/solidity/.npmignore diff --git a/target_chains/ethereum/entropy_sdk/solidity/.npmignore b/target_chains/ethereum/entropy_sdk/solidity/.npmignore new file mode 100644 index 0000000000..0c740fe42f --- /dev/null +++ b/target_chains/ethereum/entropy_sdk/solidity/.npmignore @@ -0,0 +1,6 @@ +.gitignore +.prettierignore +prettier.config.js +turbo.json +build/ +.turbo/ \ No newline at end of file diff --git a/target_chains/ethereum/entropy_sdk/solidity/package.json b/target_chains/ethereum/entropy_sdk/solidity/package.json index 267a5d6c35..feeef84919 100644 --- a/target_chains/ethereum/entropy_sdk/solidity/package.json +++ b/target_chains/ethereum/entropy_sdk/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/entropy-sdk-solidity", - "version": "2.2.0", + "version": "2.2.1", "description": "Generate secure random numbers with Pyth Entropy", "type": "module", "repository": { @@ -33,9 +33,6 @@ "prettier": "catalog:", "prettier-plugin-solidity": "catalog:" }, - "files": [ - "dist/**/*" - ], "engines": { "node": ">=22.14.0" }