@zoralabs/protocol-deployments 0.1.5-DEV.10 → 0.1.5-DEV.11
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 +2 -7
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
-
## 0.1.5
|
|
3
|
+
## 0.1.5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 042edbe0: Chain ids in protocol-deployments are now numbers instead of strings
|
|
8
|
-
|
|
9
|
-
## 0.1.5-DEV.0
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- 965c59c7: Includes MINTs contracts abis and addresses
|
|
8
|
+
- 381ebf9f: Includes MINTs contracts abis and addresses
|
|
14
9
|
|
|
15
10
|
## 0.1.4
|
|
16
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.1.5-DEV.
|
|
3
|
+
"version": "0.1.5-DEV.11",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@types/node": "^20.1.2",
|
|
35
35
|
"@lavamoat/preinstall-always-fail": "2.0.0",
|
|
36
36
|
"@zoralabs/1155-deployments": "*",
|
|
37
|
-
"@zoralabs/zora-1155-contracts": "
|
|
38
|
-
"@zoralabs/mints-contracts": "
|
|
39
|
-
"@zoralabs/mints-deployments": "
|
|
37
|
+
"@zoralabs/zora-1155-contracts": "*",
|
|
38
|
+
"@zoralabs/mints-contracts": "*",
|
|
39
|
+
"@zoralabs/mints-deployments": "*"
|
|
40
40
|
}
|
|
41
|
-
}
|
|
41
|
+
}
|