fix(pyth-sdk-solidity): removed file glob that pointed to nothing and added an .npmignore to prevent extraneous things from being included
@@ -0,0 +1,4 @@
+.gitignore
+.prettierignore
+prettier.config.js
+turbo.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",
"type": "module",
"repository": {
@@ -32,10 +32,7 @@
"prettier-plugin-solidity": "catalog:",
"solc": "^0.8.25"
},
- "files": [
- "dist/**/*"
- ],
"engines": {
"node": ">=22.14.0"
}
-}
+}