@zengenti/contensis-react-base 3.0.0-beta.61 → 3.0.0-beta.64
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/cjs/{App-911f0472.js → App-6e2518eb.js} +4 -4
- package/cjs/App-6e2518eb.js.map +1 -0
- package/cjs/client.js +1 -1
- package/cjs/contensis-react-base.js +3 -3
- package/cjs/contensis-react-base.js.map +1 -1
- package/cjs/{sagas-8cf21563.js → sagas-2ac68031.js} +5 -6
- package/cjs/sagas-2ac68031.js.map +1 -0
- package/cjs/search.js +2 -2
- package/cjs/search.js.map +1 -1
- package/esm/{App-2031d53e.js → App-5efba16c.js} +4 -4
- package/esm/App-5efba16c.js.map +1 -0
- package/esm/client.js +2 -2
- package/esm/contensis-react-base.js +4 -4
- package/esm/contensis-react-base.js.map +1 -1
- package/esm/{sagas-a22fc54a.js → sagas-f53dd366.js} +5 -6
- package/esm/sagas-f53dd366.js.map +1 -0
- package/esm/search.js +3 -3
- package/esm/search.js.map +1 -1
- package/models/routing/routes.d.ts +6 -1
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/cjs/App-911f0472.js.map +0 -1
- package/cjs/sagas-8cf21563.js.map +0 -1
- package/esm/App-2031d53e.js.map +0 -1
- package/esm/sagas-a22fc54a.js.map +0 -1
package/esm/client.js
CHANGED
|
@@ -8,8 +8,8 @@ import { loadableReady } from '@loadable/component';
|
|
|
8
8
|
import * as queryString from 'query-string';
|
|
9
9
|
import { CookiesProvider } from 'react-cookie';
|
|
10
10
|
import { c as createStore, s as setVersionStatus } from './version-470f0b15.js';
|
|
11
|
-
import { d as deliveryApi, b as browserHistory, r as rootSaga, p as pickProject } from './App-
|
|
12
|
-
export { A as ReactApp } from './App-
|
|
11
|
+
import { d as deliveryApi, b as browserHistory, r as rootSaga, p as pickProject } from './App-5efba16c.js';
|
|
12
|
+
export { A as ReactApp } from './App-5efba16c.js';
|
|
13
13
|
import { s as setCurrentProject } from './actions-fcfc8704.js';
|
|
14
14
|
import './selectors-337be432.js';
|
|
15
15
|
import 'jsonpath-mapper';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Op, Query } from 'contensis-core-api';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Provider } from 'react-redux';
|
|
4
|
-
import { d as defaultExpressions, c as contentTypeIdExpression, f as filterExpressions, t as termExpressions, o as orderByExpression, a as customWhereExpressions } from './sagas-
|
|
4
|
+
import { d as defaultExpressions, c as contentTypeIdExpression, f as filterExpressions, t as termExpressions, o as orderByExpression, a as customWhereExpressions } from './sagas-f53dd366.js';
|
|
5
5
|
import mapJson from 'jsonpath-mapper';
|
|
6
6
|
import 'reselect';
|
|
7
7
|
import 'deepmerge';
|
|
@@ -9,8 +9,8 @@ import 'query-string';
|
|
|
9
9
|
import 'immer';
|
|
10
10
|
import 'deep-equal';
|
|
11
11
|
import { s as setCachingHeaders } from './VersionInfo-f5403b09.js';
|
|
12
|
-
import { c as cachedSearch, h as history, d as deliveryApi, p as pickProject, r as rootSaga } from './App-
|
|
13
|
-
export { A as ReactApp } from './App-
|
|
12
|
+
import { c as cachedSearch, h as history, d as deliveryApi, p as pickProject, r as rootSaga } from './App-5efba16c.js';
|
|
13
|
+
export { A as ReactApp } from './App-5efba16c.js';
|
|
14
14
|
import 'isomorphic-fetch';
|
|
15
15
|
import express from 'express';
|
|
16
16
|
import httpProxy from 'http-proxy';
|
|
@@ -3821,7 +3821,7 @@ const getBundleTags = (loadableExtractor, scripts, staticRoutePath = 'static') =
|
|
|
3821
3821
|
|
|
3822
3822
|
if (loadableExtractor) {
|
|
3823
3823
|
const legacyScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.legacy.getScriptTags({
|
|
3824
|
-
|
|
3824
|
+
nomodule: true
|
|
3825
3825
|
});
|
|
3826
3826
|
const modernScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.modern.getScriptTags({
|
|
3827
3827
|
type: 'module'
|