@foundry-rs/forge-win32-amd64 1.4.4-nightly.20251030.87a024e → 1.4.4

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/bin/forge.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@foundry-rs/forge-win32-amd64",
3
- "version": "1.4.4-nightly.20251030.87a024e",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "homepage": "https://getfoundry.sh/forge",
6
- "description": "Fast and flexible Ethereum testing framework (Windows amd64)",
6
+ "description": "Fast and flexible Ethereum testing framework (Windows x64)",
7
7
  "bin": {
8
8
  "forge": "./bin/forge.exe"
9
9
  },
package/README.md DELETED
@@ -1,4 +0,0 @@
1
- # forge
2
-
3
- This is the Windows 64-bit binary for `forge`, a CLI tool for testing, building, and deploying your smart contracts.
4
- See <https://getfoundry.sh/forge/overview> for details.