create-ponder 0.4.25 → 0.4.26

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/README.md CHANGED
@@ -26,7 +26,7 @@ Join [Ponder's telegram chat](https://t.me/ponder_sh) for support, feedback, and
26
26
  ✅ &nbsp;Index events from multiple chains in the same app<br/>
27
27
  ✅ &nbsp;Reconciles chain reorganization<br/>
28
28
  ✅ &nbsp;Factory contracts<br/>
29
- 🏗️ &nbsp;Process transactions calls (in addition to logs)<br/>
29
+ &nbsp;Process transactions calls (in addition to logs)<br/>
30
30
  🏗️ &nbsp;Run effects (e.g. send an API request) in indexing code<br/>
31
31
 
32
32
  ## Quickstart
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ import { default as prompts } from "prompts";
16
16
  // package.json
17
17
  var package_default = {
18
18
  name: "create-ponder",
19
- version: "0.4.25",
19
+ version: "0.4.26",
20
20
  type: "module",
21
21
  description: "A CLI tool to create Ponder apps",
22
22
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ponder",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "type": "module",
5
5
  "description": "A CLI tool to create Ponder apps",
6
6
  "license": "MIT",