@cedarjs/auth-auth0-setup 2.4.1 → 2.4.2-next.143

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.
@@ -59,9 +59,9 @@ async function handler({ force: forceArg }) {
59
59
  "```",
60
60
  "",
61
61
  "You can find their values on your Auth0 app's dashboard.",
62
- "Be sure to include them in the `includeEnvironmentVariables` array in redwood.toml:",
62
+ "Be sure to include them in the `includeEnvironmentVariables` array in cedar.toml:",
63
63
  "",
64
- '```toml title="redwood.toml"',
64
+ '```toml title="cedar.toml"',
65
65
  "includeEnvironmentVariables = [",
66
66
  ' "AUTH0_DOMAIN",',
67
67
  ' "AUTH0_CLIENT_ID",',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-auth0-setup",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-next.143+b69a4494c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -39,14 +39,14 @@
39
39
  "test:watch": "vitest watch"
40
40
  },
41
41
  "dependencies": {
42
- "@cedarjs/cli-helpers": "2.4.1"
42
+ "@cedarjs/cli-helpers": "2.4.2-next.143+b69a4494c"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arethetypeswrong/cli": "0.18.2",
46
- "@cedarjs/framework-tools": "0.0.0",
46
+ "@cedarjs/framework-tools": "2.4.2-next.143",
47
47
  "@types/yargs": "17.0.35",
48
48
  "concurrently": "9.2.1",
49
- "publint": "0.3.16",
49
+ "publint": "0.3.17",
50
50
  "tsx": "4.21.0",
51
51
  "typescript": "5.9.3",
52
52
  "vitest": "3.2.4"
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "d42ba2ec10b823aeb18587f04678bfec340d533a"
57
+ "gitHead": "b69a4494c40b0a4807f6b492ae65d0596f374e8a"
58
58
  }