@usecsv/react 0.2.11 → 0.2.12

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.11
2
+ * @usecsv/react v0.2.12
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -34,7 +34,7 @@ function __rest(s, e) {
34
34
  }
35
35
 
36
36
  /*!
37
- * @usecsv/js v0.8.0
37
+ * @usecsv/js v0.8.1
38
38
  * (c) layercode
39
39
  * Released under the MIT License.
40
40
  */
@@ -662,7 +662,7 @@ var useCsvPlugin = function (_a) {
662
662
  var _a;
663
663
  (_a = document.getElementById(id)) === null || _a === void 0 ? void 0 : _a.classList.remove("loading");
664
664
  // eslint-disable-next-line dot-notation
665
- child["setParams"] && child["setParams"]({ importerKey: importerKey, user: user, metadata: metadata });
665
+ child["setParams"] && child["setParams"]({ importerKey: importerKey, user: user, metadata: metadata, importerDisplay: importerDisplay });
666
666
  });
667
667
  return iframeConnection;
668
668
  });