@firebase/data-connect 0.7.2 → 0.7.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.
@@ -54,6 +54,7 @@ export interface StreamRequestHeaders {
54
54
  'X-Goog-Api-Client'?: string;
55
55
  /** firebase appid */
56
56
  'x-firebase-gmpid'?: string;
57
+ 'X-Client-Version'?: string;
57
58
  }
58
59
  /**
59
60
  * Fields for an execute request payload.
@@ -54,6 +54,7 @@ export interface StreamRequestHeaders {
54
54
  'X-Goog-Api-Client'?: string;
55
55
  /** firebase appid */
56
56
  'x-firebase-gmpid'?: string;
57
+ 'X-Client-Version'?: string;
57
58
  }
58
59
  /**
59
60
  * Fields for an execute request payload.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/data-connect",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",