@mjhls/mjh-framework 1.0.790-scroll-change-test → 1.0.791-auth-test
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/ArticleProgramLandingPage.js +2 -1
- package/dist/cjs/AuthWrapper.js +2948 -0
- package/dist/cjs/ExternalResources.js +2 -1
- package/dist/cjs/HorizontalArticleListing.js +2 -1
- package/dist/cjs/MediaSeriesLanding.js +12 -23
- package/dist/cjs/PartnerDetailListing.js +2 -1
- package/dist/cjs/TaxonomyDescription.js +2 -1
- package/dist/cjs/VideoProgramLandingPage.js +2 -1
- package/dist/cjs/View.js +2 -2
- package/dist/cjs/empty-7d04c64b.js +5 -0
- package/dist/cjs/faundadb.js +1637 -0
- package/dist/cjs/getSerializers.js +2 -1
- package/dist/cjs/{index-70cfabd2.js → index-d9eab30b.js} +3 -4
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/inheritsLoose-b17eb2a8.js +18 -0
- package/dist/esm/ArticleProgramLandingPage.js +2 -1
- package/dist/esm/AuthWrapper.js +2942 -0
- package/dist/esm/ExternalResources.js +2 -1
- package/dist/esm/HorizontalArticleListing.js +2 -1
- package/dist/esm/MediaSeriesLanding.js +8 -19
- package/dist/esm/PartnerDetailListing.js +2 -1
- package/dist/esm/TaxonomyDescription.js +2 -1
- package/dist/esm/VideoProgramLandingPage.js +2 -1
- package/dist/esm/View.js +2 -2
- package/dist/esm/empty-81a1dbdc.js +3 -0
- package/dist/esm/faundadb.js +1631 -0
- package/dist/esm/getSerializers.js +2 -1
- package/dist/esm/{index-613fdebe.js → index-20026f92.js} +3 -4
- package/dist/esm/index.js +2 -1
- package/dist/esm/inheritsLoose-8f901617.js +16 -0
- package/package.json +6 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { g as default } from './index-
|
|
2
|
+
export { g as default } from './index-20026f92.js';
|
|
3
3
|
import './BlockContent-52cf21c5.js';
|
|
4
4
|
import './entities-932b50cf.js';
|
|
5
5
|
import './slicedToArray-be2f7a22.js';
|
|
@@ -15,6 +15,7 @@ import 'prop-types';
|
|
|
15
15
|
import 'next/router';
|
|
16
16
|
import './index-c7e2ac95.js';
|
|
17
17
|
import './util-3ab476bf.js';
|
|
18
|
+
import './empty-81a1dbdc.js';
|
|
18
19
|
import './Beam.js';
|
|
19
20
|
import './stringify-59c8f690.js';
|
|
20
21
|
import './asyncToGenerator-7f8f9219.js';
|
|
@@ -8,6 +8,7 @@ import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
9
9
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
10
10
|
import { u as util } from './util-3ab476bf.js';
|
|
11
|
+
import { r as require$$0 } from './empty-81a1dbdc.js';
|
|
11
12
|
import Beam from './Beam.js';
|
|
12
13
|
import Segment from './Segment.js';
|
|
13
14
|
import { d as main_18, b as main_42, m as main_43 } from './main-b5c5aac1.js';
|
|
@@ -900,8 +901,6 @@ var tty = {
|
|
|
900
901
|
WriteStream: WriteStream
|
|
901
902
|
};
|
|
902
903
|
|
|
903
|
-
var require$$2 = {};
|
|
904
|
-
|
|
905
904
|
var node = createCommonjsModule(function (module, exports) {
|
|
906
905
|
/**
|
|
907
906
|
* Module dependencies.
|
|
@@ -1088,14 +1087,14 @@ function createWritableStdioStream (fd) {
|
|
|
1088
1087
|
break;
|
|
1089
1088
|
|
|
1090
1089
|
case 'FILE':
|
|
1091
|
-
var fs = require$$
|
|
1090
|
+
var fs = require$$0;
|
|
1092
1091
|
stream = new fs.SyncWriteStream(fd, { autoClose: false });
|
|
1093
1092
|
stream._type = 'fs';
|
|
1094
1093
|
break;
|
|
1095
1094
|
|
|
1096
1095
|
case 'PIPE':
|
|
1097
1096
|
case 'TCP':
|
|
1098
|
-
var net = require$$
|
|
1097
|
+
var net = require$$0;
|
|
1099
1098
|
stream = new net.Socket({
|
|
1100
1099
|
fd: fd,
|
|
1101
1100
|
readable: false,
|
package/dist/esm/index.js
CHANGED
|
@@ -78,7 +78,7 @@ export { default as VerticalHero } from './VerticalHero.js';
|
|
|
78
78
|
export { default as YahooHero } from './YahooHero.js';
|
|
79
79
|
export { default as GridHero } from './GridHero.js';
|
|
80
80
|
export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
|
|
81
|
-
export { g as getSerializers } from './index-
|
|
81
|
+
export { g as getSerializers } from './index-20026f92.js';
|
|
82
82
|
export { default as Beam } from './Beam.js';
|
|
83
83
|
export { default as Segment } from './Segment.js';
|
|
84
84
|
export { default as KMTracker } from './KMTracker.js';
|
|
@@ -174,6 +174,7 @@ import './index.esm-a8ff922c.js';
|
|
|
174
174
|
import './brightcove-react-player-loader.es-b43c695a.js';
|
|
175
175
|
import 'react-bootstrap/Modal';
|
|
176
176
|
import './util-3ab476bf.js';
|
|
177
|
+
import './empty-81a1dbdc.js';
|
|
177
178
|
import 'react-bootstrap/Pagination';
|
|
178
179
|
import 'react-bootstrap/Figure';
|
|
179
180
|
import './index-db3bb315.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
function _setPrototypeOf(o, p) {
|
|
2
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
3
|
+
o.__proto__ = p;
|
|
4
|
+
return o;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
return _setPrototypeOf(o, p);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
function _inheritsLoose(subClass, superClass) {
|
|
11
|
+
subClass.prototype = Object.create(superClass.prototype);
|
|
12
|
+
subClass.prototype.constructor = subClass;
|
|
13
|
+
_setPrototypeOf(subClass, superClass);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { _inheritsLoose as _ };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjhls/mjh-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.791-auth-test",
|
|
4
4
|
"description": "Foundation Framework",
|
|
5
5
|
"author": "mjh-framework",
|
|
6
6
|
"license": "MIT",
|
|
@@ -91,18 +91,21 @@
|
|
|
91
91
|
],
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"babel-polyfill": "^6.26.0",
|
|
94
|
+
"bcryptjs": "^2.4.3",
|
|
94
95
|
"cookie": "^0.4.1",
|
|
95
96
|
"disqus-react": "^1.0.11",
|
|
97
|
+
"faunadb": "^4.2.0",
|
|
96
98
|
"js-cookie": "^2.2.1",
|
|
97
99
|
"next-auth": "^3.2.0",
|
|
98
100
|
"next-cookies": "^2.0.3",
|
|
99
101
|
"nookies": "^2.4.0",
|
|
100
102
|
"react-cookies": "^0.1.1",
|
|
103
|
+
"react-loading-skeleton": "^2.2.0",
|
|
104
|
+
"react-script-tag": "^1.1.2",
|
|
101
105
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
102
106
|
"shortid": "^2.2.15",
|
|
103
107
|
"smoothscroll-polyfill": "^0.4.4",
|
|
104
108
|
"striptags": "^3.1.1",
|
|
105
|
-
"superagent": "^5.2.2"
|
|
106
|
-
"react-script-tag": "^1.1.2"
|
|
109
|
+
"superagent": "^5.2.2"
|
|
107
110
|
}
|
|
108
111
|
}
|