shared-ritm 1.0.0 → 1.0.2
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/dist/demo.html +1 -1
- package/dist/{shared-components.common.js → shared-ritm.common.js} +1 -1
- package/dist/shared-ritm.common.js.map +1 -0
- package/dist/{shared-components.umd.js → shared-ritm.umd.js} +3 -3
- package/dist/shared-ritm.umd.js.map +1 -0
- package/dist/shared-ritm.umd.min.js +2 -0
- package/dist/shared-ritm.umd.min.js.map +1 -0
- package/package.json +5 -3
- package/dist/shared-components.common.js.map +0 -1
- package/dist/shared-components.umd.js.map +0 -1
- package/dist/shared-components.umd.min.js +0 -2
- package/dist/shared-components.umd.min.js.map +0 -1
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
5
|
define([], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["
|
|
7
|
+
exports["SharedRitm"] = factory(require("vue"));
|
|
8
8
|
else
|
|
9
|
-
root["
|
|
9
|
+
root["SharedRitm"] = factory(root["Vue"]);
|
|
10
10
|
})((typeof self !== 'undefined' ? self : this), (__WEBPACK_EXTERNAL_MODULE__274__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -6054,4 +6054,4 @@ __webpack_exports__ = __webpack_exports__["default"];
|
|
|
6054
6054
|
/******/ })()
|
|
6055
6055
|
;
|
|
6056
6056
|
});
|
|
6057
|
-
//# sourceMappingURL=shared-
|
|
6057
|
+
//# sourceMappingURL=shared-ritm.umd.js.map
|