@cedarjs/auth-netlify-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.
- package/dist/setupHandler.js +1 -1
- package/package.json +4 -4
package/dist/setupHandler.js
CHANGED
|
@@ -50,7 +50,7 @@ async function handler({ force: forceArg }) {
|
|
|
50
50
|
],
|
|
51
51
|
notes: [
|
|
52
52
|
"You'll need to enable Identity on your Netlify site and configure the API endpoint locally.",
|
|
53
|
-
"See https://
|
|
53
|
+
"See https://cedarjs.com/docs/auth/netlify for a full walkthrough."
|
|
54
54
|
]
|
|
55
55
|
});
|
|
56
56
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-netlify-setup",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
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.
|
|
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.
|
|
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": "
|
|
57
|
+
"gitHead": "f527e703d59ba1fb0cfa27e98ee16eb18df7f20d"
|
|
58
58
|
}
|