@modern-js/devtools-client 2.35.1 → 2.36.0
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/.turbo/turbo-build.log +44 -46
- package/CHANGELOG.md +2 -0
- package/dist/html/main/index.html +3 -3
- package/dist/modern.config.json +10 -35
- package/dist/nestedRoutes.json +1 -1
- package/dist/routes-manifest.json +64 -73
- package/dist/static/js/182.82afa1da.js +1 -0
- package/dist/static/js/182.82afa1da.js.LICENSE.txt +24 -0
- package/dist/static/js/182.82afa1da.js.map +1 -0
- package/dist/static/js/async/overview/{page.1d1e2eae.js → page.520a58d3.js} +1 -1
- package/dist/static/js/async/overview/page.520a58d3.js.map +1 -0
- package/dist/static/js/async/pages/page.5bbff940.js +1 -0
- package/dist/static/js/async/pages/page.5bbff940.js.map +1 -0
- package/dist/static/js/{lib-polyfill.6e913595.js → lib-polyfill.e0b54064.js} +1 -1
- package/dist/static/js/{198.9a4a2f6b.js.LICENSE.txt → lib-polyfill.e0b54064.js.LICENSE.txt} +1 -26
- package/dist/static/js/lib-polyfill.e0b54064.js.map +1 -0
- package/dist/static/js/main.8dfd903e.js +1 -0
- package/dist/static/js/main.8dfd903e.js.map +1 -0
- package/modern.config.ts +6 -48
- package/package.json +12 -15
- package/src/routes/RootTabs.tsx +2 -11
- package/src/routes/overview/page.tsx +7 -1
- package/src/routes/pages/EntryRoute/ClientRouteStats/RemixRoute.tsx +4 -6
- package/src/routes/pages/EntryRoute/ClientRouteStats/RemixRouteStats.tsx +3 -2
- package/src/routes/pages/EntryRoute/EntryRoute.tsx +4 -2
- package/src/routes/pages/page.tsx +14 -6
- package/dist/static/js/198.9a4a2f6b.js +0 -1
- package/dist/static/js/198.9a4a2f6b.js.map +0 -1
- package/dist/static/js/async/overview/page.1d1e2eae.js.map +0 -1
- package/dist/static/js/async/pages/layout.27df0fc6.js +0 -1
- package/dist/static/js/async/pages/layout.27df0fc6.js.map +0 -1
- package/dist/static/js/async/pages/page.d8425bcf.js +0 -1
- package/dist/static/js/async/pages/page.d8425bcf.js.map +0 -1
- package/dist/static/js/lib-polyfill.6e913595.js.map +0 -1
- package/dist/static/js/main.7e1a3442.js +0 -1
- package/dist/static/js/main.7e1a3442.js.map +0 -1
- package/src/routes/pages/layout.tsx +0 -13
- /package/dist/static/css/{198.76c8c1d9.css → 182.76c8c1d9.css} +0 -0
|
@@ -11,29 +11,4 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
11
11
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
12
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
13
|
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
-
***************************************************************************** */
|
|
15
|
-
|
|
16
|
-
/*!
|
|
17
|
-
Copyright (c) 2018 Jed Watson.
|
|
18
|
-
Licensed under the MIT License (MIT), see
|
|
19
|
-
http://jedwatson.github.io/classnames
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @license React
|
|
24
|
-
* use-sync-external-store-shim.production.min.js
|
|
25
|
-
*
|
|
26
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
27
|
-
*
|
|
28
|
-
* This source code is licensed under the MIT license found in the
|
|
29
|
-
* LICENSE file in the root directory of this source tree.
|
|
30
|
-
*/
|
|
31
|
-
|
|
32
|
-
/** @license React v16.13.1
|
|
33
|
-
* react-is.production.min.js
|
|
34
|
-
*
|
|
35
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
36
|
-
*
|
|
37
|
-
* This source code is licensed under the MIT license found in the
|
|
38
|
-
* LICENSE file in the root directory of this source tree.
|
|
39
|
-
*/
|
|
14
|
+
***************************************************************************** */
|