@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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @stackframe/stack-sc
2
2
 
3
+ ## 2.8.17
4
+
5
+ ## 2.8.16
6
+
7
+ ## 2.8.15
8
+
9
+ ## 2.8.14
10
+
11
+ ## 2.8.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Various changes
16
+
3
17
  ## 2.8.12
4
18
 
5
19
  ## 2.8.11
@@ -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"}
@@ -1,3 +1,4 @@
1
1
  export declare const cookies: undefined;
2
2
  export declare const headers: undefined;
3
3
  export declare const isReactServer = false;
4
+ //# sourceMappingURL=index.default.d.ts.map
@@ -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"}
@@ -1 +1,2 @@
1
1
  export * from 'next/headers';
2
+ //# sourceMappingURL=next-static-analysis-workaround.d.ts.map
@@ -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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-sc",
3
- "version": "2.8.12",
3
+ "version": "2.8.17",
4
4
  "exports": {
5
5
  "./force-react-server": {
6
6
  "types": "./dist/index.react-server.d.ts",