tabexseriescomponents 0.0.81 → 0.0.82

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/dist/index.cjs.js CHANGED
@@ -6346,7 +6346,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
6346
6346
  }
6347
6347
 
6348
6348
  temppayloadobj.addedsourcetype = 'Webapp';
6349
- temppayloadobj.instapikey = instapikey();
6349
+ temppayloadobj.instapikey = instapikey;
6350
6350
  CustomerSignUpMutationContext.mutate(temppayloadobj);
6351
6351
  } else {
6352
6352
  NotificationManager.warning('', lang.completerequiredfields);
package/dist/index.esm.js CHANGED
@@ -6303,7 +6303,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
6303
6303
  }
6304
6304
 
6305
6305
  temppayloadobj.addedsourcetype = 'Webapp';
6306
- temppayloadobj.instapikey = instapikey();
6306
+ temppayloadobj.instapikey = instapikey;
6307
6307
  CustomerSignUpMutationContext.mutate(temppayloadobj);
6308
6308
  } else {
6309
6309
  NotificationManager.warning('', lang.completerequiredfields);
package/dist/index.umd.js CHANGED
@@ -6286,7 +6286,7 @@
6286
6286
  }
6287
6287
 
6288
6288
  temppayloadobj.addedsourcetype = 'Webapp';
6289
- temppayloadobj.instapikey = instapikey();
6289
+ temppayloadobj.instapikey = instapikey;
6290
6290
  CustomerSignUpMutationContext.mutate(temppayloadobj);
6291
6291
  } else {
6292
6292
  NotificationManager.warning('', lang.completerequiredfields);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {