@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/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-2031d53e.js';
12
- export { A as ReactApp } from './App-2031d53e.js';
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-a22fc54a.js';
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-2031d53e.js';
13
- export { A as ReactApp } from './App-2031d53e.js';
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
- noModule: true
3824
+ nomodule: true
3825
3825
  });
3826
3826
  const modernScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.modern.getScriptTags({
3827
3827
  type: 'module'