@ngageoint/mage.web-app 6.2.5 → 6.2.7
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/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.dca17802d4a532b81a0a.css"></head>
|
|
8
8
|
|
|
9
9
|
<body class="mdc-typography">
|
|
10
10
|
<bootstrap>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngageoint/mage.web-app",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.7",
|
|
4
4
|
"description": "The MAGE web-app is the UI for interacting with the MAGE service in a web browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NGA",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"url": "https://github.com/ngageoint/mage-server/issues"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@ngageoint/mage.service": "6.2.
|
|
29
|
+
"@ngageoint/mage.service": "6.2.7"
|
|
30
30
|
}
|
|
31
31
|
}
|