@stackframe/stack-sc 2.5.2 → 2.5.4

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,17 @@
1
1
  # @stackframe/stack-sc
2
2
 
3
+ ## 2.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Backend rework
8
+
9
+ ## 2.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Bugfixes
14
+
3
15
  ## 2.5.2
4
16
 
5
17
  ## 2.5.1
@@ -1,4 +1,4 @@
1
- import * as reactServer from "./index.react-server";
2
1
  import * as def from "./index.default";
2
+ import * as reactServer from "./index.react-server";
3
3
  export declare const cookies: typeof reactServer.cookies | typeof def.cookies;
4
4
  export declare const isReactServer: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-sc",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "exports": {
5
5
  "./force-react-server": {
6
6
  "types": "./dist/index.react-server.d.ts",