@cedarjs/auth-clerk-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.
- package/dist/setupHandler.js +2 -2
- package/package.json +5 -5
package/dist/setupHandler.js
CHANGED
|
@@ -57,9 +57,9 @@ const handler = async ({ force: forceArg }) => {
|
|
|
57
57
|
"```",
|
|
58
58
|
"",
|
|
59
59
|
`You can find their values under "API Keys" on your Clerk app's dashboard.`,
|
|
60
|
-
"Be sure to include `CLERK_PUBLISHABLE_KEY` in the `includeEnvironmentVariables` array in
|
|
60
|
+
"Be sure to include `CLERK_PUBLISHABLE_KEY` in the `includeEnvironmentVariables` array in cedar.toml.",
|
|
61
61
|
"",
|
|
62
|
-
'```toml title="
|
|
62
|
+
'```toml title="cedar.toml"',
|
|
63
63
|
"includeEnvironmentVariables = [",
|
|
64
64
|
' "CLERK_PUBLISHABLE_KEY"',
|
|
65
65
|
"]",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-clerk-setup",
|
|
3
|
-
"version": "2.4.
|
|
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",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@cedarjs/cli-helpers": "2.4.
|
|
40
|
+
"@cedarjs/cli-helpers": "2.4.2-next.143+b69a4494c"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@arethetypeswrong/cli": "0.18.2",
|
|
44
|
-
"@cedarjs/framework-tools": "
|
|
44
|
+
"@cedarjs/framework-tools": "2.4.2-next.143",
|
|
45
45
|
"@types/yargs": "17.0.35",
|
|
46
46
|
"concurrently": "9.2.1",
|
|
47
|
-
"publint": "0.3.
|
|
47
|
+
"publint": "0.3.17",
|
|
48
48
|
"tsx": "4.21.0",
|
|
49
49
|
"typescript": "5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "b69a4494c40b0a4807f6b492ae65d0596f374e8a"
|
|
55
55
|
}
|