@mjhls/mjh-framework 1.0.299 → 1.0.301
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-b6b230c2.js → ADInfeed-ee8f2922.js} +1 -1
- package/dist/cjs/{AdSlot-5d9fdc6a.js → AdSlot-0af5afb9.js} +22 -14
- package/dist/cjs/DeckContent.js +10 -10
- package/dist/cjs/DeckQueue.js +8 -8
- package/dist/cjs/{Dfp-a8b22707.js → Dfp-f871551d.js} +1 -1
- package/dist/cjs/{GridContent-f09420d8.js → GridContent-e6ff710e.js} +10 -10
- package/dist/cjs/GridContent.js +7 -7
- package/dist/cjs/MasterDeck.js +8 -8
- package/dist/cjs/{Normal-7cc8b477.js → Normal-c531b426.js} +2 -2
- package/dist/cjs/QueueDeckExpanded.js +4 -4
- package/dist/cjs/TemplateNormal.js +5 -5
- package/dist/cjs/VideoSeriesListing.js +7 -7
- package/dist/cjs/{debounce-481f4457.js → debounce-ba3eaee2.js} +0 -1
- package/dist/cjs/{get-244e60f6.js → get-de2660c3.js} +1 -1
- package/dist/cjs/index.js +69 -25629
- package/dist/cjs/{inherits-1809c2b2.js → inherits-dd435947.js} +1 -1
- package/dist/cjs/{promise-80462e68.js → promise-2c453658.js} +1 -1
- package/dist/esm/{ADInfeed-f9eec740.js → ADInfeed-7bff8973.js} +1 -1
- package/dist/esm/{AdSlot-8eb6ead1.js → AdSlot-b6af1ab4.js} +22 -14
- package/dist/esm/DeckContent.js +5 -5
- package/dist/esm/DeckQueue.js +3 -3
- package/dist/esm/{Dfp-5bf6f49a.js → Dfp-d2d43384.js} +1 -1
- package/dist/esm/{GridContent-dfd2c3e1.js → GridContent-6f84ae5e.js} +5 -5
- package/dist/esm/GridContent.js +7 -7
- package/dist/esm/MasterDeck.js +3 -3
- package/dist/esm/{Normal-109b37d4.js → Normal-b00784c9.js} +2 -2
- package/dist/esm/QueueDeckExpanded.js +4 -4
- package/dist/esm/TemplateNormal.js +5 -5
- package/dist/esm/VideoSeriesListing.js +2 -2
- package/dist/esm/{debounce-348918fc.js → debounce-93ab8f80.js} +1 -1
- package/dist/esm/{get-92cb9c81.js → get-9c285a85.js} +1 -1
- package/dist/esm/index.js +78 -25638
- package/dist/esm/{inherits-0e4a08b9.js → inherits-2a854891.js} +1 -1
- package/dist/esm/{promise-d0f024ef.js → promise-e3480f1c.js} +1 -1
- package/package.json +2 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import { b as _core, c as _export, d as _fails, a as _toObject, e as _objectDp, f as _descriptors, g as _uid, h as _isObject, i as _has, _ as _objectKeys, j as _cof, k as _objectKeysInternal, l as _enumBugKeys, m as _toIobject, n as _toPrimitive, o as _ie8DomDefine, p as _propertyDesc, q as _global, r as _shared, s as _hide, t as _anObject, u as _ctx } from './_to-object-b9b796ec.js';
|
|
3
3
|
import { _ as _objectGpo, a as _wks, b as _redefine, c as _setToStringTag, d as _objectCreate } from './web.dom.iterable-3be50d6c.js';
|
|
4
|
-
import { f as _library } from './debounce-
|
|
4
|
+
import { f as _library } from './debounce-93ab8f80.js';
|
|
5
5
|
import { a as _objectGops, b as _objectPie } from './extends-dbbe308d.js';
|
|
6
6
|
|
|
7
7
|
// most Object methods by ES6 should accept primitives
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import { u as _ctx, w as _toLength, t as _anObject, x as _aFunction, q as _global, j as _cof, y as _domCreate, h as _isObject, s as _hide, b as _core, f as _descriptors, e as _objectDp, c as _export } from './_to-object-b9b796ec.js';
|
|
3
3
|
import { a as _wks, f as _html, c as _setToStringTag } from './web.dom.iterable-3be50d6c.js';
|
|
4
|
-
import { f as _library } from './debounce-
|
|
4
|
+
import { f as _library } from './debounce-93ab8f80.js';
|
|
5
5
|
import { d as _isArrayIter, e as _iterCall, _ as _iterDetect } from './main-155ec04f.js';
|
|
6
6
|
import { c as core_getIteratorMethod, _ as _classof } from './core.get-iterator-method-31c1fb1a.js';
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjhls/mjh-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.301",
|
|
4
4
|
"description": "Foundation Framework",
|
|
5
5
|
"author": "mjh-framework",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@brightcove/react-player-loader": "^1.4.0",
|
|
37
|
-
"@hapi/iron": "^6.0.0",
|
|
38
37
|
"@rollup/plugin-json": "^4.0.3",
|
|
39
38
|
"@sanity/block-content-to-react": "^2.0.7",
|
|
40
39
|
"@sanity/image-url": "^0.140.15",
|
|
@@ -62,9 +61,7 @@
|
|
|
62
61
|
"md5": "^2.2.1",
|
|
63
62
|
"moment": "^2.26.0",
|
|
64
63
|
"moment-timezone": "^0.5.31",
|
|
65
|
-
"mysql": "^2.18.1",
|
|
66
64
|
"next": "^9.2.0",
|
|
67
|
-
"passport-local": "^1.0.0",
|
|
68
65
|
"react": "^16.12.0",
|
|
69
66
|
"react-bootstrap": "^1.0.0-beta.16",
|
|
70
67
|
"react-device-detect": "^1.11.14",
|
|
@@ -87,8 +84,7 @@
|
|
|
87
84
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
88
85
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
89
86
|
"rollup-plugin-postcss": "^1.6.2",
|
|
90
|
-
"rollup-plugin-url": "^1.4.0"
|
|
91
|
-
"swr": "^0.2.3"
|
|
87
|
+
"rollup-plugin-url": "^1.4.0"
|
|
92
88
|
},
|
|
93
89
|
"files": [
|
|
94
90
|
"dist"
|