@stackframe/stack-sc 2.8.12 → 2.8.17
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 +14 -0
- package/dist/index.combined.d.ts +1 -0
- package/dist/index.combined.d.ts.map +1 -0
- package/dist/index.default.d.ts +1 -0
- package/dist/index.default.d.ts.map +1 -0
- package/dist/index.react-server.d.ts +1 -0
- package/dist/index.react-server.d.ts.map +1 -0
- package/dist/next-static-analysis-workaround.d.ts +1 -0
- package/dist/next-static-analysis-workaround.d.ts.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.combined.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ import * as reactServer from "./index.react-server";
|
|
|
3
3
|
export declare const cookies: typeof reactServer.cookies | typeof def.cookies;
|
|
4
4
|
export declare const headers: typeof reactServer.headers | typeof def.headers;
|
|
5
5
|
export declare const isReactServer: boolean;
|
|
6
|
+
//# sourceMappingURL=index.combined.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.combined.d.ts","sourceRoot":"","sources":["../src/index.combined.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,iBAAiB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,sBAAsB,CAAC;AAEpD,MAAM,CAAC,OAAO,CAAC,MAAM,OAAO,EAAE,OAAO,WAAW,CAAC,OAAO,GAAG,OAAO,GAAG,CAAC,OAAO,CAAC;AAC9E,MAAM,CAAC,OAAO,CAAC,MAAM,OAAO,EAAE,OAAO,WAAW,CAAC,OAAO,GAAG,OAAO,GAAG,CAAC,OAAO,CAAC;AAC9E,MAAM,CAAC,OAAO,CAAC,MAAM,aAAa,EAAE,OAAO,CAAC"}
|
package/dist/index.default.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.default.d.ts","sourceRoot":"","sources":["../src/index.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAY,CAAC;AACjC,eAAO,MAAM,OAAO,WAAY,CAAC;AACjC,eAAO,MAAM,aAAa,QAAQ,CAAC"}
|
|
@@ -2,3 +2,4 @@ export declare const isReactServer = true;
|
|
|
2
2
|
import { cookies as nextCookies, headers as nextHeaders } from './next-static-analysis-workaround';
|
|
3
3
|
export declare const cookies: typeof nextCookies | (() => Promise<ReturnType<typeof nextCookies>>);
|
|
4
4
|
export declare const headers: typeof nextHeaders | (() => Promise<ReturnType<typeof nextHeaders>>);
|
|
5
|
+
//# sourceMappingURL=index.react-server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.react-server.d.ts","sourceRoot":"","sources":["../src/index.react-server.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,OAAO,CAAC;AAOlC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACnG,eAAO,MAAM,OAAO,8BAAqF,QAAQ,WAAW,kBAAkB,CAAC,CAAC,CAAC,CAAC;AAClJ,eAAO,MAAM,OAAO,8BAAqF,QAAQ,WAAW,kBAAkB,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"next-static-analysis-workaround.d.ts","sourceRoot":"","sources":["../src/next-static-analysis-workaround.ts"],"names":[],"mappings":"AAUA,cAAc,cAAc,CAAC"}
|