@micromag/viewer-build 0.3.68 → 0.3.71

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "/static/css/main.360990a4.css",
4
- "main.js": "/static/js/main.48000188.js",
4
+ "main.js": "/static/js/main.e7db99e4.js",
5
5
  "runtime~main.js": "/static/js/runtime~main.8baa124b.js",
6
6
  "static/js/917.b4bdcec7.chunk.js": "/static/js/917.b4bdcec7.chunk.js",
7
7
  "static/js/126.d65a59d6.js": "/static/js/126.d65a59d6.js",
8
8
  "index.html": "/index.html",
9
9
  "main.360990a4.css.map": "/static/css/main.360990a4.css.map",
10
- "main.48000188.js.map": "/static/js/main.48000188.js.map",
10
+ "main.e7db99e4.js.map": "/static/js/main.e7db99e4.js.map",
11
11
  "runtime~main.8baa124b.js.map": "/static/js/runtime~main.8baa124b.js.map",
12
12
  "917.b4bdcec7.chunk.js.map": "/static/js/917.b4bdcec7.chunk.js.map",
13
13
  "126.d65a59d6.js.map": "/static/js/126.d65a59d6.js.map"
@@ -16,6 +16,6 @@
16
16
  "static/js/runtime~main.8baa124b.js",
17
17
  "static/js/126.d65a59d6.js",
18
18
  "static/css/main.360990a4.css",
19
- "static/js/main.48000188.js"
19
+ "static/js/main.e7db99e4.js"
20
20
  ]
21
21
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Micromag</title><script defer="defer" src="/static/js/runtime~main.8baa124b.js"></script><script defer="defer" src="/static/js/126.d65a59d6.js"></script><script defer="defer" src="/static/js/main.48000188.js"></script><link href="/static/css/main.360990a4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Micromag</title><script defer="defer" src="/static/js/runtime~main.8baa124b.js"></script><script defer="defer" src="/static/js/126.d65a59d6.js"></script><script defer="defer" src="/static/js/main.e7db99e4.js"></script><link href="/static/css/main.360990a4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
@@ -36,21 +36,6 @@ object-assign
36
36
  * (c) Sindre Sorhus; MIT License
37
37
  */
38
38
 
39
- /*! *****************************************************************************
40
- Copyright (c) Microsoft Corporation.
41
-
42
- Permission to use, copy, modify, and/or distribute this software for any
43
- purpose with or without fee is hereby granted.
44
-
45
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
46
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
47
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
48
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
49
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
50
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
51
- PERFORMANCE OF THIS SOFTWARE.
52
- ***************************************************************************** */
53
-
54
39
  /**
55
40
  * @license
56
41
  * Lodash <https://lodash.com/>