@mjhls/mjh-framework 1.0.592 → 1.0.594
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/ArticleQueue.js +11 -10
- package/dist/cjs/DeckContent.js +1 -1
- package/dist/cjs/DeckQueue.js +1 -1
- package/dist/cjs/ExternalResources.js +4 -3
- package/dist/cjs/GridContent.js +2 -2
- package/dist/cjs/{InscreenSensor-3aec8492.js → InscreenSensor-e7f3579f.js} +1 -1
- package/dist/cjs/MasterDeck.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +2 -2
- package/dist/cjs/VideoSeriesListing.js +1 -1
- package/dist/cjs/View.js +16 -73
- package/dist/cjs/getQuery.js +1 -1
- package/dist/cjs/getSerializers.js +31 -8305
- package/dist/cjs/getSeriesDetail.js +0 -1
- package/dist/cjs/index-e7f86168.js +8562 -0
- package/dist/cjs/index.js +6 -6
- package/dist/cjs/{inherits-14962339.js → inherits-93684212.js} +4 -4
- package/dist/esm/ArticleQueue.js +2 -1
- package/dist/esm/ExternalResources.js +2 -1
- package/dist/esm/GridContent.js +1 -1
- package/dist/esm/PartnerDetailListing.js +1 -1
- package/dist/esm/View.js +3 -60
- package/dist/esm/getQuery.js +1 -1
- package/dist/esm/getSerializers.js +27 -8301
- package/dist/esm/getSeriesDetail.js +0 -1
- package/dist/esm/index-80cb5ee6.js +8555 -0
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -71,7 +71,7 @@ import './index-d2f90501.js';
|
|
|
71
71
|
import './js.cookie-6874175c.js';
|
|
72
72
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
73
73
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
74
|
-
export {
|
|
74
|
+
export { g as getSerializers } from './index-80cb5ee6.js';
|
|
75
75
|
import './util-7700fc59.js';
|
|
76
76
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
77
77
|
import 'react-bootstrap/Pagination';
|
|
@@ -160,8 +160,8 @@ export { default as Auth } from './Auth.js';
|
|
|
160
160
|
import 'swr';
|
|
161
161
|
import 'passport-local';
|
|
162
162
|
import 'mysql';
|
|
163
|
-
export { default as View } from './View.js';
|
|
164
163
|
export { g as getTargeting } from './getTargeting-1a0bd08d.js';
|
|
164
|
+
export { default as View } from './View.js';
|
|
165
165
|
export { default as urlFor } from './urlFor.js';
|
|
166
166
|
import 'react-twitter-embed';
|
|
167
167
|
export { default as PartnerDetailListing } from './PartnerDetailListing.js';
|