shineout 1.10.15-beta.2 → 1.10.15
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 +1 -1
- package/css/index.js +1 -1
- package/dist/shineout.js +1 -1
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/css/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Created by scripts/src-index.js.
|
|
2
2
|
import * as utils from './utils'
|
|
3
3
|
|
|
4
|
-
export default { utils, version: '1.10.15
|
|
4
|
+
export default { utils, version: '1.10.15' }
|
|
5
5
|
export { utils }
|
|
6
6
|
export { setLocale } from './locale'
|
|
7
7
|
export { color, style } from './utils/expose'
|
package/css/index.js
CHANGED
package/dist/shineout.js
CHANGED
|
@@ -61593,7 +61593,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
61593
61593
|
|
|
61594
61594
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
61595
61595
|
utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
|
|
61596
|
-
version: '1.10.15
|
|
61596
|
+
version: '1.10.15'
|
|
61597
61597
|
});
|
|
61598
61598
|
|
|
61599
61599
|
|