@hellocoop/quickstart 2.8.10-canary.0 → 2.9.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.
Files changed (2) hide show
  1. package/next.mjs +1 -1
  2. package/package.json +1 -1
package/next.mjs CHANGED
@@ -52,7 +52,7 @@ module.exports = config
52
52
  const writeHelloCoop = async (pagesRouter) => {
53
53
  HELLO_COOP_FILE = pagesRouter
54
54
  ? 'pages/api/hellocoop.js'
55
- : 'app/api/hellocoop/router.js'
55
+ : 'app/api/hellocoop/route.js'
56
56
  const filePath = process.cwd() + '/' + HELLO_COOP_FILE
57
57
  try {
58
58
  statSync(filePath)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/quickstart",
3
- "version": "2.8.10-canary.0",
3
+ "version": "2.9.0",
4
4
  "description": "A CLI and module to start the Hello Quickstart web app and return a client_id",
5
5
  "main": "index.js",
6
6
  "bin": {