@cossistant/next 0.0.1 → 0.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cossistant/next",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "author": "Cossistant team",
6
6
  "description": "Next.js-ready SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.",
package/provider3.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region ../react/src/realtime/provider.d.ts
5
5
  type SubscribeHandler = (event: AnyRealtimeEvent) => void;
@@ -49,7 +49,7 @@ declare function RealtimeProvider({
49
49
  onConnect,
50
50
  onDisconnect,
51
51
  onError
52
- }: RealtimeProviderProps): react_jsx_runtime2.JSX.Element;
52
+ }: RealtimeProviderProps): react_jsx_runtime1.JSX.Element;
53
53
  declare function useRealtimeConnection(): RealtimeContextValue;
54
54
  //#endregion
55
55
  export { type RealtimeAuthConfig, type RealtimeContextValue, RealtimeProvider, type RealtimeProviderProps, useRealtimeConnection };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region ../react/src/realtime/support-provider.d.ts
5
5
  type SupportRealtimeProviderProps = {
@@ -11,7 +11,7 @@ type SupportRealtimeProviderProps = {
11
11
  */
12
12
  declare function SupportRealtimeProvider({
13
13
  children
14
- }: SupportRealtimeProviderProps): react_jsx_runtime1.JSX.Element;
14
+ }: SupportRealtimeProviderProps): react_jsx_runtime2.JSX.Element;
15
15
  //#endregion
16
16
  export { SupportRealtimeProvider };
17
17
  //# sourceMappingURL=support-provider.d.ts.map