There was an error while loading. Please reload this page.
2 parents 30d90d4 + 0bb270c commit c7feb83Copy full SHA for c7feb83
target_chains/ethereum/sdk/solidity/.npmignore
@@ -0,0 +1,4 @@
1
+.gitignore
2
+.prettierignore
3
+prettier.config.js
4
+turbo.json
target_chains/ethereum/sdk/solidity/package.json
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-sdk-solidity",
- "version": "4.3.0",
+ "version": "4.3.1",
"description": "Read prices from the Pyth oracle",
5
"type": "module",
6
"repository": {
@@ -32,10 +32,7 @@
32
"prettier-plugin-solidity": "catalog:",
33
"solc": "^0.8.25"
34
},
35
- "files": [
36
- "dist/**/*"
37
- ],
38
"engines": {
39
"node": ">=22.14.0"
40
}
41
-}
+}
0 commit comments