@cobuilders/hardhat-arb-test 0.0.1-alpha.11 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +13 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 0.0.1-alpha.11
4
10
 
5
11
  ### 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.11",
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",