@stackframe/stack-sc 2.6.6 → 2.6.8
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
package/dist/index.combined.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as def from "./index.default";
|
|
2
2
|
import * as reactServer from "./index.react-server";
|
|
3
3
|
export declare const cookies: typeof reactServer.cookies | typeof def.cookies;
|
|
4
|
+
export declare const headers: typeof reactServer.headers | typeof def.headers;
|
|
4
5
|
export declare const isReactServer: boolean;
|
package/dist/index.default.d.ts
CHANGED
package/dist/index.default.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { cookies } from 'next/headers';
|
|
1
|
+
export { cookies, headers } from 'next/headers';
|
|
2
2
|
export declare const isReactServer = true;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { cookies } from 'next/headers';
|
|
1
|
+
export { cookies, headers } from 'next/headers';
|
|
2
2
|
export const isReactServer = true;
|