Skip to content

Commit

Permalink
update include ugcwasm version from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Dec 3, 2024
1 parent d17b6ad commit e573f99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet/include-leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
inputScript(libsurl + '/leaflet-mapbox-gl/0.0.15/leaflet-mapbox-gl.min.js');
}
if (inArray(includes, 'ugcwasm')) {
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/mapboxgl/include-mapboxgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js');
}
if (inArray(includes, 'ugcwasm')) {
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/maplibregl/include-maplibregl.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.1/mapbox-gl-draw-snap-mode.min.js');
}
if (inArray(includes, 'ugcwasm')) {
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
}
if (!inArray(excludes, 'iclient-maplibregl')) {
if (supportES6()) {
Expand Down
2 changes: 1 addition & 1 deletion dist/ol/include-ol.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
inputScript(libsurl + '/lodash/4.17.21/lodash.min.js');
}
if (inArray(includes, 'ugcwasm')) {
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
}

// dist
Expand Down

0 comments on commit e573f99

Please sign in to comment.