@xata.io/client 0.0.0-alpha.ve97fb64 → 0.0.0-alpha.vedf1c64

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,12 @@
1
1
  # @xata.io/client
2
2
 
3
+ ## 0.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - dd958a4: Fix search results return type
8
+ - f5ec686: Make XataApiClientOptions optional
9
+
3
10
  ## 0.8.3
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -533,7 +533,7 @@ var __privateSet$4 = (obj, member, value, setter) => {
533
533
  };
534
534
  var _extraProps, _namespaces;
535
535
  class XataApiClient {
536
- constructor(options) {
536
+ constructor(options = {}) {
537
537
  __privateAdd$6(this, _extraProps, void 0);
538
538
  __privateAdd$6(this, _namespaces, {});
539
539
  const provider = options.host ?? "production";