Skip to content

Commit

Permalink
chore(dev-cli): bump version and update txMappings
Browse files Browse the repository at this point in the history
  • Loading branch information
twilson63 committed Apr 22, 2024
1 parent 298cca0 commit 182e79d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions dev-cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.52",
"version": "0.0.54",
"tasks": {
"cache": "deno cache --lock=deno.lock --lock-write ./src/mod.js",
"build-binaries": "./tools/build.sh",
Expand All @@ -25,7 +25,7 @@
},
"txMappings": {
"binaries": {
"latest": "NGJX7vlhWNjJg91WEGvaiI1jPlDsFgeRx_xAJIwikgs",
"latest": "lvPxFjPxAvf5dC9vWICuVEGCvsozyK88L_Lh8i0Egl8",
"0.0.4": "1k3Iygu7AFk_VUhz0HNcKbiGt3x_NQyfkv5Q1U9Ov9M",
"0.0.5": "-vGb25sGLntIypV5zZ2rWmglEuoa6S4gQyD9vgHp7Xs",
"0.0.6": "OLPkro6U63h0ZOheQ1eOg0Qfogg3aPJ6NZ6EIOibVRY",
Expand Down Expand Up @@ -56,10 +56,11 @@
"0.0.35": "ceueai1o47lSOY-LZEUMn58wVo8ZcBV1qD0s7PJg88s",
"0.0.36": "mafribKeF8FecfiVsgR6M5VtLpDUopvH7J9tusXtFAg",
"0.0.37": "-ihDnb9xGdW5oVe1wc5iWaRx_ygdXAe3d-03xC0MNGg",
"0.0.52": "NGJX7vlhWNjJg91WEGvaiI1jPlDsFgeRx_xAJIwikgs"
"0.0.52": "NGJX7vlhWNjJg91WEGvaiI1jPlDsFgeRx_xAJIwikgs",
"0.0.54": "lvPxFjPxAvf5dC9vWICuVEGCvsozyK88L_Lh8i0Egl8"
},
"install": {
"latest": "iVthglhSN7G9LuJSU_h5Wy_lcEa0RE4VQmrtoBMj7Bw",
"latest": "BVhXa-OCcQV6xuhsoS6207uHkXcRz4UmR5xvQct1GXI",
"0.0.4": "FgjlKbVNKV5WR2pyxn4sqNT25Pge6IAXdEvd3_-3y4k",
"0.0.5": "mn9In69KjyAaWJEJOKbCI40Iq686ermXI5f13phuGrQ",
"0.0.6": "bS0bFMGBgcsA9Uhsxta8S1gkp7DHrLY6r18k-jc7yak",
Expand Down Expand Up @@ -90,7 +91,8 @@
"0.0.35": "6YizA1QDbsT_aUyCjk8S0IdnAdq8A7_RlG15I7RzFo0",
"0.0.36": "midLhirEFkLd2oYTkYnGb4PpRlWu7tsk6bEDRHuO17U",
"0.0.37": "LoDPKsxs77ubAZScHXBNLLS9v6ZLQah4VbcjsdGYtYc",
"0.0.52": "iVthglhSN7G9LuJSU_h5Wy_lcEa0RE4VQmrtoBMj7Bw"
"0.0.52": "iVthglhSN7G9LuJSU_h5Wy_lcEa0RE4VQmrtoBMj7Bw",
"0.0.54": "BVhXa-OCcQV6xuhsoS6207uHkXcRz4UmR5xvQct1GXI"
}
}
}
2 changes: 1 addition & 1 deletion dev-cli/src/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
export const VERSION = {
"CLI": "0.0.53",
"CLI": "0.0.54",
"IMAGE": "0.0.34"
}

0 comments on commit 182e79d

Please sign in to comment.