@ensnode/ponder-sdk 1.13.0 → 1.14.0

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/dist/index.d.cts CHANGED
@@ -277,12 +277,12 @@ interface PonderAppLogger {
277
277
  * @example
278
278
  * ```ts
279
279
  * logger.warn({
280
- * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.ENSv2}' plugins are enabled.",
280
+ * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.Unigraph}' plugins are enabled.",
281
281
  * effects: "This results in the availability of both the legacy Subgraph-Compatible GraphQL API (/subgraph) _and_ ENSNode's Omnigraph API (/api/omnigraph), and comes with an associated increase in indexing time. If your intent is to have both APIs available in parallel, excellent, otherwise you may benefit from only enabling the plugin for the API you plan to use."
282
282
  * });
283
283
  *
284
284
  * logger.warn({
285
- * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.ENSv2}' plugins are enabled."
285
+ * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.Unigraph}' plugins are enabled."
286
286
  * });
287
287
  * ```
288
288
  */
package/dist/index.d.ts CHANGED
@@ -277,12 +277,12 @@ interface PonderAppLogger {
277
277
  * @example
278
278
  * ```ts
279
279
  * logger.warn({
280
- * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.ENSv2}' plugins are enabled.",
280
+ * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.Unigraph}' plugins are enabled.",
281
281
  * effects: "This results in the availability of both the legacy Subgraph-Compatible GraphQL API (/subgraph) _and_ ENSNode's Omnigraph API (/api/omnigraph), and comes with an associated increase in indexing time. If your intent is to have both APIs available in parallel, excellent, otherwise you may benefit from only enabling the plugin for the API you plan to use."
282
282
  * });
283
283
  *
284
284
  * logger.warn({
285
- * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.ENSv2}' plugins are enabled."
285
+ * msg: "Both the '${PluginName.Subgraph}' and '${PluginName.Unigraph}' plugins are enabled."
286
286
  * });
287
287
  * ```
288
288
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ensnode/ponder-sdk",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "type": "module",
5
5
  "description": "A utility library for interacting with Ponder apps and data.",
6
6
  "license": "MIT",
@@ -39,13 +39,13 @@
39
39
  "@types/node": "24.10.9",
40
40
  "tsup": "^8.3.6",
41
41
  "typescript": "^5.7.3",
42
- "viem": "^2.22.13",
42
+ "viem": "^2.50.3",
43
43
  "vitest": "^4.0.2",
44
44
  "zod": "^4.3.6",
45
- "@ensnode/shared-configs": "1.13.0"
45
+ "@ensnode/shared-configs": "1.14.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "viem": "^2.22.13",
48
+ "viem": "^2.50.3",
49
49
  "zod": "^4.3.6"
50
50
  },
51
51
  "scripts": {