@stackframe/stack 2.7.17 → 2.7.18

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/stack
2
2
 
3
+ ## 2.7.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Various changes
8
+ - Updated dependencies
9
+ - @stackframe/stack-sc@2.7.18
10
+ - @stackframe/stack-shared@2.7.18
11
+ - @stackframe/stack-ui@2.7.18
12
+
3
13
  ## 2.7.17
4
14
 
5
15
  ### Patch Changes
@@ -27,7 +27,7 @@ import * as sc from "@stackframe/stack-sc";
27
27
  var isReactServer2 = false;
28
28
  isReactServer2 = sc.isReactServer;
29
29
  var NextNavigation = scrambleDuringCompileTime(NextNavigationUnscrambled);
30
- var clientVersion = "js @stackframe/stack@2.7.17";
30
+ var clientVersion = "js @stackframe/stack@2.7.18";
31
31
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) {
32
32
  throw new StackAssertionError("Client version was not replaced. Something went wrong during build!");
33
33
  }