prool 0.0.13 → 0.0.14

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # prool
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0187ef8`](https://github.com/wevm/prool/commit/0187ef8a00ea4b25367b8427ed00d217388f3d65) Thanks [@jxom](https://github.com/jxom)! - Added Rundler instance.
8
+
3
9
  ## 0.0.13
4
10
 
5
11
  ### Patch Changes
@@ -86,7 +86,7 @@ test('behavior: can subscribe to stderr', async () => {
86
86
  )
87
87
  })
88
88
 
89
- test('behavior: starts anvil with custom options', async () => {
89
+ test.skip('behavior: starts anvil with custom options', async () => {
90
90
  const instance = defineInstance({
91
91
  timestamp,
92
92
  chainId: 123,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prool",
3
3
  "description": "HTTP testing instances for Ethereum",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "type": "module",
6
6
  "module": "_lib/exports/index.mjs",
7
7
  "types": "_lib/exports/index.d.ts",