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.
- package/dist/index.js +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/
|
|
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/
|
|
174
|
+
"@ponder/core": "latest",
|
|
175
175
|
"@ponder/graphql": "latest"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|