convex 0.18.0 → 0.19.0-alpha.0

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.
@@ -0,0 +1,26 @@
1
+ ## API Report File for "convex"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { default as React_2 } from 'react';
8
+
9
+ // @public
10
+ export const ConvexProvider: React_2.FC<{
11
+ client: ConvexReactClient<any>;
12
+ children?: React_2.ReactNode;
13
+ } | {
14
+ address: string;
15
+ options?: ClientOptions;
16
+ children?: React_2.ReactNode;
17
+ }>;
18
+
19
+ // Warnings were encountered during analysis:
20
+ //
21
+ // src/react/client.ts:530:7 - (ae-forgotten-export) The symbol "ConvexReactClient" needs to be exported by the entry point index.d.ts
22
+ // src/react/client.ts:535:7 - (ae-forgotten-export) The symbol "ClientOptions" needs to be exported by the entry point index.d.ts
23
+
24
+ // (No @packageDocumentation comment for this package)
25
+
26
+ ```
@@ -62,7 +62,7 @@ var convex = (() => {
62
62
  });
63
63
 
64
64
  // src/index.ts
65
- var version = "0.18.0";
65
+ var version = "0.19.0-alpha.0";
66
66
 
67
67
  // src/values/base64.ts
68
68
  var base64_exports = {};