@mjhls/mjh-framework 1.0.298 → 1.0.299
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/cjs/{ADInfeed-6b94763a.js → ADInfeed-b6b230c2.js} +1 -1
- package/dist/cjs/{AdSlot-29aee917.js → AdSlot-5d9fdc6a.js} +2 -2
- package/dist/cjs/DeckContent.js +10 -10
- package/dist/cjs/DeckQueue.js +8 -8
- package/dist/cjs/{Dfp-f871551d.js → Dfp-a8b22707.js} +1 -1
- package/dist/cjs/{GridContent-380b5f9c.js → GridContent-f09420d8.js} +10 -10
- package/dist/cjs/GridContent.js +7 -7
- package/dist/cjs/MasterDeck.js +8 -8
- package/dist/cjs/{Normal-71e6f75e.js → Normal-7cc8b477.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-ba3eaee2.js → debounce-481f4457.js} +1 -0
- package/dist/cjs/{get-de2660c3.js → get-244e60f6.js} +1 -1
- package/dist/cjs/index.js +25660 -62
- package/dist/cjs/{inherits-dd435947.js → inherits-1809c2b2.js} +1 -1
- package/dist/cjs/{promise-2c453658.js → promise-80462e68.js} +1 -1
- package/dist/esm/{ADInfeed-94f767ec.js → ADInfeed-f9eec740.js} +1 -1
- package/dist/esm/{AdSlot-3d2ecc87.js → AdSlot-8eb6ead1.js} +2 -2
- package/dist/esm/DeckContent.js +5 -5
- package/dist/esm/DeckQueue.js +3 -3
- package/dist/esm/{Dfp-d2d43384.js → Dfp-5bf6f49a.js} +1 -1
- package/dist/esm/{GridContent-7ea9958c.js → GridContent-dfd2c3e1.js} +5 -5
- package/dist/esm/GridContent.js +7 -7
- package/dist/esm/MasterDeck.js +3 -3
- package/dist/esm/{Normal-46a7df31.js → Normal-109b37d4.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-93ab8f80.js → debounce-348918fc.js} +1 -1
- package/dist/esm/{get-9c285a85.js → get-92cb9c81.js} +1 -1
- package/dist/esm/index.js +25669 -72
- package/dist/esm/{inherits-2a854891.js → inherits-0e4a08b9.js} +1 -1
- package/dist/esm/{promise-e3480f1c.js → promise-d0f024ef.js} +1 -1
- package/package.json +6 -2
|
@@ -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-348918fc.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-348918fc.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.299",
|
|
4
4
|
"description": "Foundation Framework",
|
|
5
5
|
"author": "mjh-framework",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@brightcove/react-player-loader": "^1.4.0",
|
|
37
|
+
"@hapi/iron": "^6.0.0",
|
|
37
38
|
"@rollup/plugin-json": "^4.0.3",
|
|
38
39
|
"@sanity/block-content-to-react": "^2.0.7",
|
|
39
40
|
"@sanity/image-url": "^0.140.15",
|
|
@@ -61,7 +62,9 @@
|
|
|
61
62
|
"md5": "^2.2.1",
|
|
62
63
|
"moment": "^2.26.0",
|
|
63
64
|
"moment-timezone": "^0.5.31",
|
|
65
|
+
"mysql": "^2.18.1",
|
|
64
66
|
"next": "^9.2.0",
|
|
67
|
+
"passport-local": "^1.0.0",
|
|
65
68
|
"react": "^16.12.0",
|
|
66
69
|
"react-bootstrap": "^1.0.0-beta.16",
|
|
67
70
|
"react-device-detect": "^1.11.14",
|
|
@@ -84,7 +87,8 @@
|
|
|
84
87
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
85
88
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
86
89
|
"rollup-plugin-postcss": "^1.6.2",
|
|
87
|
-
"rollup-plugin-url": "^1.4.0"
|
|
90
|
+
"rollup-plugin-url": "^1.4.0",
|
|
91
|
+
"swr": "^0.2.3"
|
|
88
92
|
},
|
|
89
93
|
"files": [
|
|
90
94
|
"dist"
|