@stackframe/init-stack 2.5.32 → 2.5.35

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @stackframe/init-stack
2
2
 
3
+ ## 2.5.35
4
+
5
+ ## 2.5.34
6
+
7
+ ## 2.5.33
8
+
9
+ ### Patch Changes
10
+
11
+ - Team membership webhooks
12
+
3
13
  ## 2.5.32
4
14
 
5
15
  ## 2.5.31
package/index.mjs CHANGED
@@ -290,7 +290,7 @@ main()
290
290
  );
291
291
  console.log();
292
292
  console.log(
293
- "For more information, please visit https://docs.stack-auth.com/docs/getting-started/setup"
293
+ "For more information, please visit https://docs.stack-auth.com/getting-started/setup"
294
294
  );
295
295
  console.log();
296
296
  await open("https://app.stack-auth.com/wizard-congrats");
@@ -318,7 +318,7 @@ main()
318
318
  );
319
319
  console.error();
320
320
  console.error(
321
- "If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/docs/getting-started/setup or join our Discord where we're happy to help: https://discord.stack-auth.com"
321
+ "If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/getting-started/setup or join our Discord where we're happy to help: https://discord.stack-auth.com"
322
322
  );
323
323
  if (!(err instanceof UserError)) {
324
324
  console.error("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/init-stack",
3
- "version": "2.5.32",
3
+ "version": "2.5.35",
4
4
  "description": "The setup wizard for Stack. https://stack-auth.com",
5
5
  "main": "index.mjs",
6
6
  "bin": "./index.mjs",