We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d92b51 commit 35c90abCopy full SHA for 35c90ab
target_chains/ethereum/entropy_sdk/solidity/.npmignore
@@ -0,0 +1,6 @@
1
+.gitignore
2
+.prettierignore
3
+prettier.config.js
4
+turbo.json
5
+build/
6
+.turbo/
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 @@
33
"prettier": "catalog:",
34
"prettier-plugin-solidity": "catalog:"
35
},
36
- "files": [
37
- "dist/**/*"
38
- ],
39
"engines": {
40
"node": ">=22.14.0"
41
}
0 commit comments