@cedarjs/auth-clerk-api 1.0.0-canary.12981 → 1.0.0-canary.12986

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@ look at one of the existing auth providers in
12
12
  templates in `../templates`.
13
13
 
14
14
  If you need help setting up a custom auth provider there's more info in the
15
- [auth docs](https://redwoodjs.com/docs/authentication).
15
+ [auth docs](https://cedarjs.com/docs/authentication).
16
16
 
17
17
  ### Contributing to the base auth implementation
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-clerk-api",
3
- "version": "1.0.0-canary.12981+4f9716c6d",
3
+ "version": "1.0.0-canary.12986+275f121cf",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arethetypeswrong/cli": "0.18.2",
46
- "@cedarjs/api": "1.0.0-canary.12981",
47
- "@cedarjs/framework-tools": "1.0.0-canary.12981",
46
+ "@cedarjs/api": "1.0.0-canary.12986",
47
+ "@cedarjs/framework-tools": "1.0.0-canary.12986",
48
48
  "@types/aws-lambda": "8.10.159",
49
49
  "concurrently": "8.2.2",
50
50
  "publint": "0.3.16",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "4f9716c6dc028846393394ed2386f866714a55d1"
58
+ "gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
59
59
  }