kitcn 0.13.4 → 0.13.5

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.
@@ -4,7 +4,7 @@ import { i as defineAuth, n as createDisabledAuthRuntime, r as getGeneratedAuthD
4
4
  import { n as createGeneratedFunctionReference, o as isQueryCtx, s as isRunMutationCtx } from "../api-entry-N3nBOlI2.js";
5
5
  import { n as customCtx, r as customMutation } from "../customFunctions-DxEEO4Dq.js";
6
6
  import { a as mergedStream, l as unsetToken, o as stream, t as getByIdWithOrmQueryFallback, v as eq } from "../query-context-ydn9kb6P.js";
7
- import { n as convex } from "../convex-plugin-C3N9BB-J.js";
7
+ import { n as convex } from "../convex-plugin-CVdfB0MA.js";
8
8
  import { v } from "convex/values";
9
9
  import { internalActionGeneric, internalMutationGeneric, internalQueryGeneric, paginationOptsValidator } from "convex/server";
10
10
  import { createAdapterFactory } from "better-auth/adapters";
@@ -1,4 +1,4 @@
1
- import { t as getToken } from "../../token-tpipF-7y.js";
1
+ import { t as getToken } from "../../token-B5i4LfQA.js";
2
2
  import { n as defaultIsUnauthorized } from "../../error-Bvo7YEhk.js";
3
3
  import { t as createCallerFactory } from "../../caller-factory-NEfgD5E0.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { t as getToken } from "../../token-tpipF-7y.js";
1
+ import { t as getToken } from "../../token-B5i4LfQA.js";
2
2
  import { stripIndent } from "common-tags";
3
3
  import { ConvexHttpClient } from "convex/browser";
4
4
  import React from "react";
@@ -35,7 +35,8 @@ const convex = (opts) => {
35
35
  metadata: {
36
36
  issuer: `${process.env.CONVEX_SITE_URL}`,
37
37
  jwks_uri: `${process.env.CONVEX_SITE_URL}${opts.options?.basePath ?? "/api/auth"}/convex/jwks`
38
- }
38
+ },
39
+ __skipDeprecationWarning: true
39
40
  });
40
41
  const providerConfig = parseAuthConfig(opts.authConfig, opts);
41
42
  const jwtOptions = {
@@ -1,4 +1,4 @@
1
- import { t as JWT_COOKIE_NAME } from "./convex-plugin-C3N9BB-J.js";
1
+ import { t as JWT_COOKIE_NAME } from "./convex-plugin-CVdfB0MA.js";
2
2
  import { betterFetch } from "@better-fetch/fetch";
3
3
  import { getSessionCookie } from "better-auth/cookies";
4
4
  import * as jose from "jose";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitcn",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "kitcn - React Query integration and CLI tools for Convex",
5
5
  "keywords": [
6
6
  "convex",