@ngageoint/mage.web-app 6.2.11 → 6.2.12
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/3rdpartylicenses.txt +1 -17
- package/index.html +2 -2
- package/{main.074cc6a419fd0e3d76f0.js → main.95b7d158f6fa9bf2f585.js} +1 -1
- package/package.json +2 -2
- package/scripts.54be5c3f9b8c568971d3.js +1 -0
- package/{styles.dfb51982ea56c168d75a.css → styles.476ee8f7969c4a847838.css} +1 -1
- package/scripts.3e61564529421cb666ad.js +0 -1
package/3rdpartylicenses.txt
CHANGED
|
@@ -1873,16 +1873,7 @@ MIT
|
|
|
1873
1873
|
|
|
1874
1874
|
jquery
|
|
1875
1875
|
MIT
|
|
1876
|
-
Copyright
|
|
1877
|
-
|
|
1878
|
-
This software consists of voluntary contributions made by many
|
|
1879
|
-
individuals. For exact contribution history, see the revision history
|
|
1880
|
-
available at https://github.com/jquery/jquery
|
|
1881
|
-
|
|
1882
|
-
The following license applies to all parts of this software except as
|
|
1883
|
-
documented below:
|
|
1884
|
-
|
|
1885
|
-
====
|
|
1876
|
+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
|
|
1886
1877
|
|
|
1887
1878
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
1888
1879
|
a copy of this software and associated documentation files (the
|
|
@@ -1903,13 +1894,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1903
1894
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1904
1895
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1905
1896
|
|
|
1906
|
-
====
|
|
1907
|
-
|
|
1908
|
-
All files located in the node_modules and external directories are
|
|
1909
|
-
externally maintained libraries used by this software which have their
|
|
1910
|
-
own licenses; we recommend you read them, as their terms may differ from
|
|
1911
|
-
the terms above.
|
|
1912
|
-
|
|
1913
1897
|
|
|
1914
1898
|
json-schema-traverse
|
|
1915
1899
|
MIT
|
package/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<title>MAGE</title>
|
|
6
6
|
<meta id="view" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
7
|
-
<link rel="stylesheet" href="styles.
|
|
7
|
+
<link rel="stylesheet" href="styles.476ee8f7969c4a847838.css"></head>
|
|
8
8
|
|
|
9
9
|
<body class="mdc-typography">
|
|
10
10
|
<bootstrap>
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
<banner ng-if="myself" class="banner" type="footer"></banner>
|
|
16
16
|
</div>
|
|
17
17
|
</bootstrap>
|
|
18
|
-
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills.9834132f2fabb48d4404.js" defer></script><script src="scripts.
|
|
18
|
+
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills.9834132f2fabb48d4404.js" defer></script><script src="scripts.54be5c3f9b8c568971d3.js" defer></script><script src="main.95b7d158f6fa9bf2f585.js" defer></script></body>
|
|
19
19
|
|
|
20
20
|
</html>
|