create-ponder 0.11.4 → 0.11.6

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
@@ -63,7 +63,6 @@ Ponder fetches event logs for the contracts added to `ponder.config.ts`, and pas
63
63
  // ponder.config.ts
64
64
 
65
65
  import { createConfig } from "ponder";
66
-
67
66
  import { BaseRegistrarAbi } from "./abis/BaseRegistrar";
68
67
 
69
68
  export default createConfig({
@@ -121,7 +120,7 @@ ponder.on("BaseRegistrar:NameRegistered", async ({ event, context }) => {
121
120
  });
122
121
  ```
123
122
 
124
- See the [create & update records](https://ponder.sh/docs/indexing/create-update-records) docs for a detailed guide on writing indexing functions.
123
+ See the [create & update records](https://ponder.sh/docs/indexing/write) docs for a detailed guide on writing indexing functions.
125
124
 
126
125
  ### 6. Query the GraphQL API
127
126
 
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.11.4",
19
+ version: "0.11.6",
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.11.4",
3
+ "version": "0.11.6",
4
4
  "type": "module",
5
5
  "description": "A CLI tool to create Ponder apps",
6
6
  "license": "MIT",