@amp-labs/react 2.7.1 → 2.7.2

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/build/index.d.ts CHANGED
@@ -131,6 +131,7 @@ declare interface UseIsIntegrationInstalledResult {
131
131
  isLoading: boolean;
132
132
  isLoaded: boolean;
133
133
  isIntegrationInstalled: boolean | null;
134
+ config?: Config;
134
135
  }
135
136
 
136
137
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amp-labs/react",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Ampersand React library.",
5
5
  "author": {
6
6
  "name": "Ampersand Labs",