Skip to content

Commit e573f99

Browse files
update include ugcwasm version from 1.0.0 to 1.0.1
1 parent d17b6ad commit e573f99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/leaflet/include-leaflet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
inputScript(libsurl + '/leaflet-mapbox-gl/0.0.15/leaflet-mapbox-gl.min.js');
173173
}
174174
if (inArray(includes, 'ugcwasm')) {
175-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
175+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
176176
}
177177
}
178178

dist/mapboxgl/include-mapboxgl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js');
215215
}
216216
if (inArray(includes, 'ugcwasm')) {
217-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
217+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
218218
}
219219
}
220220

dist/maplibregl/include-maplibregl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.1/mapbox-gl-draw-snap-mode.min.js');
186186
}
187187
if (inArray(includes, 'ugcwasm')) {
188-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
188+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
189189
}
190190
if (!inArray(excludes, 'iclient-maplibregl')) {
191191
if (supportES6()) {

dist/ol/include-ol.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
inputScript(libsurl + '/lodash/4.17.21/lodash.min.js');
128128
}
129129
if (inArray(includes, 'ugcwasm')) {
130-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
130+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
131131
}
132132

133133
// dist

0 commit comments

Comments
 (0)