@cedarjs/auth-supertokens-setup 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.
@@ -59,7 +59,7 @@ async function handler({ force: forceArg }) {
59
59
  "but feel free to switch to something that better fits your needs. See https://supertokens.com/docs/guides.",
60
60
  "",
61
61
  "To get things working, you'll need to add quite a few env vars to your .env file.",
62
- "See https://redwoodjs.com/docs/auth/supertokens for a full walkthrough."
62
+ "See https://cedarjs.com/docs/auth/supertokens for a full walkthrough."
63
63
  ]
64
64
  });
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-supertokens-setup",
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",
@@ -39,11 +39,11 @@
39
39
  "test:watch": "vitest watch"
40
40
  },
41
41
  "dependencies": {
42
- "@cedarjs/cli-helpers": "1.0.0-canary.12981"
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.12981",
46
+ "@cedarjs/framework-tools": "1.0.0-canary.12986",
47
47
  "@types/yargs": "17.0.35",
48
48
  "concurrently": "8.2.2",
49
49
  "memfs": "4.51.1",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "4f9716c6dc028846393394ed2386f866714a55d1"
58
+ "gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
59
59
  }