create-ponder 0.0.2 → 0.0.3

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -132,7 +132,7 @@ const run = async (options) => {
132
132
  const finalPonderConfig = `const { graphqlPlugin } = require("@ponder/graphql");
133
133
 
134
134
  /**
135
- * @type {import('@ponder/ponder').PonderConfig}
135
+ * @type {import('@ponder/core').PonderConfig}
136
136
  */
137
137
  const ponderConfig = {
138
138
  plugins: [graphqlPlugin()],
@@ -171,7 +171,7 @@ module.exports = ponderConfig;`;
171
171
  "codegen": "ponder codegen"
172
172
  },
173
173
  "dependencies": {
174
- "@ponder/ponder": "latest",
174
+ "@ponder/core": "latest",
175
175
  "@ponder/graphql": "latest"
176
176
  },
177
177
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ponder",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Tool to bootstrap a Ponder project",
5
5
  "license": "MIT",
6
6
  "author": "olias.eth",