Skip to content

Commit 3d84bfe

Browse files
Update demo builds c1b4ce5
1 parent 8e34067 commit 3d84bfe

35 files changed

+142
-94
lines changed

demos/jump/asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "./static/css/main.bf500cb3.css",
4-
"main.js": "./static/js/main.6b437fa4.js",
3+
"main.css": "./static/css/main.030d3395.css",
4+
"main.js": "./static/js/main.2419a721.js",
55
"index.html": "./index.html",
6-
"main.bf500cb3.css.map": "./static/css/main.bf500cb3.css.map",
7-
"main.6b437fa4.js.map": "./static/js/main.6b437fa4.js.map"
6+
"main.030d3395.css.map": "./static/css/main.030d3395.css.map",
7+
"main.2419a721.js.map": "./static/js/main.2419a721.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.bf500cb3.css",
11-
"static/js/main.6b437fa4.js"
10+
"static/css/main.030d3395.css",
11+
"static/js/main.2419a721.js"
1212
]
1313
}

demos/jump/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.6b437fa4.js"></script><link href="./static/css/main.bf500cb3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype>
1+
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.2419a721.js"></script><link href="./static/css/main.030d3395.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype>

demos/jump/static/css/main.030d3395.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/jump/static/css/main.030d3395.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/jump/static/css/main.bf500cb3.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

demos/jump/static/css/main.bf500cb3.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

demos/jump/static/js/main.2419a721.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/lmfs/static/js/main.6b437fa4.js.LICENSE.txt renamed to demos/jump/static/js/main.2419a721.js.LICENSE.txt

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,30 @@ JSZip uses the library pako released under the MIT license :
2222
https://github.com/nodeca/pako/blob/main/LICENSE
2323
*/
2424

25+
/*! *****************************************************************************
26+
Copyright (c) Microsoft Corporation. All rights reserved.
27+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
28+
this file except in compliance with the License. You may obtain a copy of the
29+
License at http://www.apache.org/licenses/LICENSE-2.0
30+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
31+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
32+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
33+
MERCHANTABLITY OR NON-INFRINGEMENT.
34+
See the Apache Version 2.0 License for specific language governing permissions
35+
and limitations under the License.
36+
***************************************************************************** */
37+
2538
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
2639

40+
/**
41+
* splaytree v3.1.2
42+
* Fast Splay tree for Node and browser
43+
*
44+
* @author Alexander Milevski <info@w8r.name>
45+
* @license MIT
46+
* @preserve
47+
*/
48+
2749
/**
2850
* @license
2951
* Lodash <https://lodash.com/>
@@ -35,43 +57,37 @@ https://github.com/nodeca/pako/blob/main/LICENSE
3557

3658
/**
3759
* @license React
38-
* react-is.production.min.js
39-
*
40-
* Copyright (c) Facebook, Inc. and its affiliates.
41-
*
42-
* This source code is licensed under the MIT license found in the
43-
* LICENSE file in the root directory of this source tree.
44-
*/
45-
46-
/** @license React v0.20.2
47-
* scheduler.production.min.js
60+
* react-dom.production.min.js
4861
*
4962
* Copyright (c) Facebook, Inc. and its affiliates.
5063
*
5164
* This source code is licensed under the MIT license found in the
5265
* LICENSE file in the root directory of this source tree.
5366
*/
5467

55-
/** @license React v17.0.2
56-
* react-dom.production.min.js
68+
/**
69+
* @license React
70+
* react-jsx-runtime.production.min.js
5771
*
5872
* Copyright (c) Facebook, Inc. and its affiliates.
5973
*
6074
* This source code is licensed under the MIT license found in the
6175
* LICENSE file in the root directory of this source tree.
6276
*/
6377

64-
/** @license React v17.0.2
65-
* react-jsx-runtime.production.min.js
78+
/**
79+
* @license React
80+
* react.production.min.js
6681
*
6782
* Copyright (c) Facebook, Inc. and its affiliates.
6883
*
6984
* This source code is licensed under the MIT license found in the
7085
* LICENSE file in the root directory of this source tree.
7186
*/
7287

73-
/** @license React v17.0.2
74-
* react.production.min.js
88+
/**
89+
* @license React
90+
* scheduler.production.min.js
7591
*
7692
* Copyright (c) Facebook, Inc. and its affiliates.
7793
*

demos/jump/static/js/main.2419a721.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/jump/static/js/main.6b437fa4.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)