@cobuilders/hardhat-arb-test 0.0.1-alpha.10 → 0.0.1-alpha.12
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/package.json +13 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @cobuilders/hardhat-arb-test
|
|
2
2
|
|
|
3
|
+
## 0.0.1-alpha.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a8c712c: Added readme badges and keywords
|
|
8
|
+
|
|
9
|
+
## 0.0.1-alpha.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- dd40dbf: Add release and pre-release to gh
|
|
14
|
+
|
|
3
15
|
## 0.0.1-alpha.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cobuilders/hardhat-arb-test",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "0.0.1-alpha.12",
|
|
4
|
+
"description": "Hardhat plugin for testing against Arbitrum node with cross-VM support",
|
|
5
|
+
"homepage": "https://github.com/CoBuilders-xyz/hardhat-arbitrum-stylus/tree/main/packages/hardhat-arb-test",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"arbitrum",
|
|
8
|
+
"stylus",
|
|
9
|
+
"hardhat",
|
|
10
|
+
"hardhat-plugin",
|
|
11
|
+
"testing",
|
|
12
|
+
"cross-vm"
|
|
13
|
+
],
|
|
14
|
+
"author": "CoBuilders",
|
|
15
|
+
"license": "MIT",
|
|
5
16
|
"repository": {
|
|
6
17
|
"type": "git",
|
|
7
18
|
"url": "https://github.com/CoBuilders-xyz/hardhat-arbitrum-stylus",
|