Skip to content

Commit

Permalink
Check in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jun 15, 2022
1 parent a95551a commit cf00a7e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/esbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -3845,7 +3845,7 @@
"imports": []
},
"package.json": {
"bytes": 5326,
"bytes": 5327,
"imports": []
},
"modules/core/file_fetcher.js": {
Expand Down
4 changes: 2 additions & 2 deletions dist/iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -22236,7 +22236,7 @@

// package.json
var name = "iD";
var version = "2.21.0";
var version = "2.21.1";
var description = "A friendly editor for OpenStreetMap";
var main = "dist/iD.min.js";
var repository = "github:openstreetmap/iD";
Expand Down Expand Up @@ -68011,7 +68011,7 @@ ${content}</tr>
const dispatch10 = dispatch_default("enter", "exit", "change");
let context = utilRebind({}, dispatch10, "on");
let _deferred2 = /* @__PURE__ */ new Set();
context.version = "2.21.0";
context.version = "2.21.1";
context.privacyVersion = "20201202";
context.initialHashParams = window.location.hash ? utilStringQs(window.location.hash) : {};
context.changeset = null;
Expand Down
2 changes: 1 addition & 1 deletion dist/iD.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/iD.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/iD.min.js.map

Large diffs are not rendered by default.

0 comments on commit cf00a7e

Please sign in to comment.