RubyGems
npm
Organizations
Log in
Sign up
npm
@esri/solutions-components
Versions diffs
0.3.3 → 0.3.4
@esri/solutions-components 0.3.3 → 0.3.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/collection/demos/map-layer-picker.html
+1
-1
package/dist/solutions-components/demos/map-layer-picker.html
+1
-1
package/package.json
+1
-1
package/dist/collection/demos/map-layer-picker.html
CHANGED
Viewed
@@ -69,7 +69,7 @@
69
69
center: [-98, 42]
70
70
});
71
71
72
-
demo.enabledLayerIds = ["
Colorado14ers_916
"];
72
+
demo.enabledLayerIds = ["
Colorado14ers
"];
73
73
});
74
74
</script>
75
75
</head>
package/dist/solutions-components/demos/map-layer-picker.html
CHANGED
Viewed
@@ -69,7 +69,7 @@
69
69
center: [-98, 42]
70
70
});
71
71
72
-
demo.enabledLayerIds = ["
Colorado14ers_916
"];
72
+
demo.enabledLayerIds = ["
Colorado14ers
"];
73
73
});
74
74
</script>
75
75
</head>
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@esri/solutions-components",
3
-
"version": "0.3.
3
",
3
+
"version": "0.3.
4
",
4
4
"description": "Web Components for Esri's Solutions Applications",
5
5
"main": "dist/index.cjs.js",
6
6
"module": "dist/index.js",