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.
2 parents 9fe41a2 + 5c1490a commit 2ef4613Copy full SHA for 2ef4613
packages/contracts/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @graphprotocol/contracts
2
3
+## 6.1.1
4
+
5
+### Patch Changes
6
7
+- Use prepack to correctly prepare outputs for the published package
8
9
## 6.1.0
10
11
### Minor Changes
packages/contracts/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/contracts",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "Contracts for the Graph Protocol",
"directories": {
"test": "test"
@@ -85,7 +85,7 @@
85
"yargs": "^17.0.0"
86
},
87
"scripts": {
88
- "prepublishOnly": "scripts/prepublish",
+ "prepack": "scripts/prepack",
89
"build": "SKIP_LOAD=true scripts/build",
90
"clean": "rm -rf build/ cache/ dist/",
91
"compile": "hardhat compile",
packages/contracts/scripts/prepublish renamed to packages/contracts/scripts/prepack
0 commit comments