@cedarjs/auth-firebase-setup 1.0.0-canary.12978 → 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.
@@ -68,7 +68,7 @@ async function handler({ force: forceArg }) {
68
68
  "]",
69
69
  "```",
70
70
  "",
71
- "Also see https://redwoodjs.com/docs/auth/firebase for a full walkthrough."
71
+ "Also see https://cedarjs.com/docs/auth/firebase for a full walkthrough."
72
72
  ]
73
73
  });
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-firebase-setup",
3
- "version": "1.0.0-canary.12978+85049b44d",
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",
@@ -39,11 +39,11 @@
39
39
  "test:watch": "vitest watch"
40
40
  },
41
41
  "dependencies": {
42
- "@cedarjs/cli-helpers": "1.0.0-canary.12978"
42
+ "@cedarjs/cli-helpers": "1.0.0-canary.12986"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arethetypeswrong/cli": "0.18.2",
46
- "@cedarjs/framework-tools": "1.0.0-canary.12978",
46
+ "@cedarjs/framework-tools": "1.0.0-canary.12986",
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": "85049b44d493c2ea57d3059a0f67bc7d7af8e4f7"
57
+ "gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
58
58
  }