@cedarjs/auth-auth0-setup 1.0.0-canary.12981 → 1.0.0-canary.12988

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.
@@ -70,7 +70,7 @@ async function handler({ force: forceArg }) {
70
70
  "]",
71
71
  "```",
72
72
  "",
73
- "Also see https://redwoodjs.com/docs/auth/auth0 for a full walkthrough."
73
+ "Also see https://cedarjs.com/docs/auth/auth0 for a full walkthrough."
74
74
  ]
75
75
  });
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-auth0-setup",
3
- "version": "1.0.0-canary.12981+4f9716c6d",
3
+ "version": "1.0.0-canary.12988+f527e703d",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -39,11 +39,11 @@
39
39
  "test:watch": "vitest watch"
40
40
  },
41
41
  "dependencies": {
42
- "@cedarjs/cli-helpers": "1.0.0-canary.12981"
42
+ "@cedarjs/cli-helpers": "1.0.0-canary.12988"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arethetypeswrong/cli": "0.18.2",
46
- "@cedarjs/framework-tools": "1.0.0-canary.12981",
46
+ "@cedarjs/framework-tools": "1.0.0-canary.12988",
47
47
  "@types/yargs": "17.0.35",
48
48
  "concurrently": "8.2.2",
49
49
  "publint": "0.3.16",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "4f9716c6dc028846393394ed2386f866714a55d1"
57
+ "gitHead": "f527e703d59ba1fb0cfa27e98ee16eb18df7f20d"
58
58
  }