@zscreate/form-component 1.1.166 → 1.1.167

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.
@@ -122554,7 +122554,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
122554
122554
  /***/ ((module) => {
122555
122555
 
122556
122556
  "use strict";
122557
- module.exports = {"i8":"1.1.166"};
122557
+ module.exports = {"i8":"1.1.167"};
122558
122558
 
122559
122559
  /***/ })
122560
122560
 
@@ -128028,6 +128028,7 @@ Print.prototype = {
128028
128028
 
128029
128029
 
128030
128030
  const version = (__webpack_require__(4147)/* .version */ .i8);
128031
+ window.formVersion = version;
128031
128032
  console.log("version:", version);
128032
128033
 
128033
128034
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.166",
3
+ "version": "1.1.167",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",