shineout 1.9.3 → 1.9.4

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/css/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as utils from './utils'
3
3
 
4
4
  require('./styles/normalize.less')
5
5
 
6
- export default { utils, version: '1.9.3' }
6
+ export default { utils, version: '1.9.4' }
7
7
  export { utils }
8
8
  export { setLocale } from './locale'
9
9
  export { color, style } from './utils/expose'
package/css/index.js CHANGED
@@ -227,6 +227,6 @@ require('./styles/normalize.less');
227
227
 
228
228
  var _default = {
229
229
  utils: utils,
230
- version: '1.9.3'
230
+ version: '1.9.4'
231
231
  };
232
232
  exports.default = _default;
package/dist/shineout.js CHANGED
@@ -60964,11 +60964,11 @@ __webpack_require__.r(__webpack_exports__);
60964
60964
  // Created by scripts/src-index.js.
60965
60965
 
60966
60966
 
60967
- __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module './styles/normalize.less'"); e.code = 'MODULE_NOT_FOUND'; throw e; }()));
60967
+
60968
60968
 
60969
60969
  /* harmony default export */ __webpack_exports__["default"] = ({
60970
60970
  utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
60971
- version: '1.9.3'
60971
+ version: '1.9.4'
60972
60972
  });
60973
60973
 
60974
60974