@mjhls/mjh-framework 1.0.296 → 1.0.298
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/README.md +1 -1
- package/dist/cjs/{ADInfeed-824fcfb6.js → ADInfeed-6b94763a.js} +1 -1
- package/dist/cjs/{AdSlot-405b39eb.js → AdSlot-29aee917.js} +124 -62
- package/dist/cjs/DeckContent.js +3 -3
- package/dist/cjs/{Dfp-f75c65fd.js → Dfp-f871551d.js} +1 -1
- package/dist/cjs/{Figure-0681dd7d.js → Figure-434da9bb.js} +1 -1
- package/dist/cjs/{GridContent-929798bf.js → GridContent-380b5f9c.js} +2 -2
- package/dist/cjs/GridContent.js +4 -4
- package/dist/cjs/{Normal-d3a56ac1.js → Normal-71e6f75e.js} +86 -76
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/TemplateNormal.js +3 -3
- package/dist/cjs/{Ustream-85b14a8d.js → Ustream-3a3c56b8.js} +1 -1
- package/dist/cjs/Ustream.js +2 -2
- package/dist/cjs/index.js +3964 -10
- package/dist/cjs/{slicedToArray-e38fb29d.js → slicedToArray-bed4d943.js} +2 -1
- package/dist/esm/{ADInfeed-a1d8cb44.js → ADInfeed-94f767ec.js} +1 -1
- package/dist/esm/{AdSlot-b4f04c96.js → AdSlot-3d2ecc87.js} +125 -63
- package/dist/esm/DeckContent.js +3 -3
- package/dist/esm/{Dfp-ea8d4531.js → Dfp-d2d43384.js} +1 -1
- package/dist/esm/{Figure-cff72982.js → Figure-d0f95cc0.js} +1 -1
- package/dist/esm/{GridContent-862176ac.js → GridContent-7ea9958c.js} +2 -2
- package/dist/esm/GridContent.js +4 -4
- package/dist/esm/{Normal-4180d06d.js → Normal-46a7df31.js} +86 -76
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/TemplateNormal.js +3 -3
- package/dist/esm/{Ustream-d51b9b11.js → Ustream-c153a835.js} +1 -1
- package/dist/esm/Ustream.js +2 -2
- package/dist/esm/index.js +3968 -15
- package/dist/esm/{slicedToArray-d0a9593a.js → slicedToArray-d1db3163.js} +2 -2
- package/package.json +2 -1
|
@@ -33,7 +33,7 @@ var getIterator$1 = createCommonjsModule(function (module) {
|
|
|
33
33
|
module.exports = { "default": getIterator, __esModule: true };
|
|
34
34
|
});
|
|
35
35
|
|
|
36
|
-
unwrapExports(getIterator$1);
|
|
36
|
+
var _getIterator = unwrapExports(getIterator$1);
|
|
37
37
|
|
|
38
38
|
var slicedToArray = createCommonjsModule(function (module, exports) {
|
|
39
39
|
|
|
@@ -90,4 +90,4 @@ exports.default = function () {
|
|
|
90
90
|
|
|
91
91
|
var _slicedToArray = unwrapExports(slicedToArray);
|
|
92
92
|
|
|
93
|
-
export { _slicedToArray as _ };
|
|
93
|
+
export { _slicedToArray as _, _getIterator as a };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjhls/mjh-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.298",
|
|
4
4
|
"description": "Foundation Framework",
|
|
5
5
|
"author": "mjh-framework",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"get-youtube-id": "^1.0.1",
|
|
59
59
|
"gh-pages": "^1.2.0",
|
|
60
60
|
"lodash": "^4.17.15",
|
|
61
|
+
"md5": "^2.2.1",
|
|
61
62
|
"moment": "^2.26.0",
|
|
62
63
|
"moment-timezone": "^0.5.31",
|
|
63
64
|
"next": "^9.2.0",
|