shineout 3.1.7 → 3.1.8

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/cjs/index.js CHANGED
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
476
476
  // 此文件由脚本自动生成,请勿直接修改。
477
477
  // This file was generated automatically by a script. Please do not modify it directly.
478
478
  var _default = exports.default = {
479
- version: '3.1.7'
479
+ version: '3.1.8'
480
480
  };
package/dist/shineout.js CHANGED
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
11949
11949
  };
11950
11950
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11951
11951
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11952
- /* harmony default export */ var version = ('3.1.7');
11952
+ /* harmony default export */ var version = ('3.1.8');
11953
11953
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11954
11954
 
11955
11955
 
@@ -33881,18 +33881,14 @@ function castImmutable(value) {
33881
33881
  }
33882
33882
 
33883
33883
  ;// CONCATENATED MODULE: ../hooks/src/utils/immer.ts
33884
- // import { produce as produce2, getSnapshot } from '@shined/reactive/vanilla';
33885
33884
 
33886
- // export const produce = ((...args: any) => {
33887
- // return produce2.apply(null, args);
33888
- // }) as typeof produce2;
33889
33885
 
33890
- // export const current = getSnapshot;
33891
-
33892
-
33893
-
33894
- var utils_immer_produce = function produce(value, cb) {
33895
- return immer_produce(value, cb);
33886
+ var utils_immer_produce = function produce() {
33887
+ setAutoFreeze(false);
33888
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
33889
+ args[_key] = arguments[_key];
33890
+ }
33891
+ return immer_produce.apply(null, args);
33896
33892
  };
33897
33893
  ;// CONCATENATED MODULE: ../hooks/src/utils/clone.ts
33898
33894
 
@@ -62041,7 +62037,7 @@ var upload_interface = __webpack_require__(4412);
62041
62037
 
62042
62038
 
62043
62039
  /* harmony default export */ var src_0 = ({
62044
- version: '3.1.7'
62040
+ version: '3.1.8'
62045
62041
  });
62046
62042
  }();
62047
62043
  /******/ return __webpack_exports__;