Skip to content

Commit 77f1596

Browse files
committed
fix: insights types and auth_qwik patch
1 parent 26884de commit 77f1596

File tree

3 files changed

+37
-15
lines changed

3 files changed

+37
-15
lines changed

packages/qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"require": "./dist/loader/index.cjs"
105105
},
106106
"./insights": {
107-
"types": "./dist/insights/index.d.ts",
107+
"types": "./dist/insights.d.ts",
108108
"import": "./dist/insights/index.qwik.mjs",
109109
"require": "./dist/insights/index.qwik.cjs"
110110
},

patches/@auth__qwik.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ index 344a147d81a24d041488239401b91b078b061edc..61c0c9afdd048e6befe4d142dd4def44
33
--- a/index.qwik.js
44
+++ b/index.qwik.js
55
@@ -1,7 +1,6 @@
6-
import { globalActionQrl, zodQrl, z, routeLoaderQrl } from "@builder.io/qwik-city";
7-
import { inlinedQrl, useLexicalScope, implicit$FirstArg } from "@builder.io/qwik";
6+
import { globalActionQrl, zodQrl, z, routeLoaderQrl } from "@qwik.dev/router";
7+
import { inlinedQrl, useLexicalScope, implicit$FirstArg } from "@qwik.dev/core";
88
-import { Auth, skipCSRFCheck, isAuthAction } from "@auth/core";
99
-import { customFetch } from "@auth/core";
1010
+import { customFetch as customFetch$1, Auth, skipCSRFCheck, isAuthAction } from "@auth/core";
11-
import { isServer } from "@builder.io/qwik/build";
11+
import { isServer } from "@qwik.dev/core/build";
1212
var setCookie = { exports: {} };
1313
var defaultParseOptions = {
1414
@@ -292,9 +291,11 @@ AccountNotLinked.type = "AccountNotLinked";

pnpm-lock.yaml

Lines changed: 33 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)