hardhat-deploy 0.11.0-next.2 → 0.11.0-next.3
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/CHANGELOG.md +12 -0
- package/dist/extendedArtifacts/Diamantaire.json +7697 -0
- package/dist/src/helpers.d.ts.map +1 -1
- package/dist/src/helpers.js +259 -11
- package/dist/src/helpers.js.map +1 -1
- package/dist/src/old_diamondbase.json +275 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers.ts +333 -4
- package/src/old_diamondbase.json +275 -0
- package/types.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# hardhat-deploy
|
|
2
2
|
|
|
3
|
+
## 0.11.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- support old diamond + fix Loupe typo
|
|
8
|
+
|
|
3
9
|
## 0.11.0-next.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -18,6 +24,12 @@
|
|
|
18
24
|
|
|
19
25
|
- revamp diamond support
|
|
20
26
|
|
|
27
|
+
## 0.10.5
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- do nor override original receipt for diamond
|
|
32
|
+
|
|
21
33
|
## 0.10.4
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|