react-covideo-embed 1.0.23 → 1.0.26

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.
@@ -4,6 +4,4 @@ type ProductFeatureType = {
4
4
  };
5
5
  export declare const productFeature: ProductFeatureType;
6
6
  export declare const checkIfFeatureIsEnabled: (userData: UserData, featureId: string | number) => boolean;
7
- export declare const checkIfCustomerIsDevOrQA: (userData: UserData) => boolean;
8
- export declare const isNewVideoRecordingEnabled: (userData: UserData) => boolean;
9
7
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-covideo-embed",
3
- "version": "1.0.23",
3
+ "version": "1.0.26",
4
4
  "private": false,
5
5
  "description": "Covideo platform as an embeddable React component.",
6
6
  "main": "./build/index.js",