Skip to content

Commit e91760f

Browse files
authored
Fix release script (#1821)
* Remove `build:crates` from release script * Rebuild crates
1 parent 147da5f commit e91760f

File tree

10 files changed

+297
-299
lines changed

10 files changed

+297
-299
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fixed-point-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fixed-point-wasm"
33
# This version will be overwritten by the build script to match the version in
44
# the crate's package.json which is managed by changesets.
5-
version = "0.0.7"
5+
version = "0.0.8"
66
edition = "2021"
77
license = "AGPL-3.0"
88
authors = ["Ryan Goree <ryan@delv.tech>"]

crates/hyperdrive-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hyperdrive-wasm"
33
# This version will be overwritten by the build script to match the version in
44
# the crate's package.json which is managed by changesets.
5-
version = "0.16.0"
5+
version = "0.16.1"
66
edition = "2021"
77
authors = [
88
"Ryan Goree <ryan@delv.tech>",

packages/fixed-point-wasm/fixed_point_wasm.cjs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,40 +1081,40 @@ class FixedPoint {
10811081
}
10821082
}
10831083
module.exports.FixedPoint = FixedPoint;
1084-
module.exports.__wbg_decimals_a541bdca42ab014a = function (arg0) {
1084+
module.exports.__wbg_decimals_3017b52f7c9960bd = function (arg0) {
10851085
const ret = getObject(arg0).decimals;
10861086
return isLikeNone(ret) ? 0xFFFFFF : ret;
10871087
};
1088-
module.exports.__wbg_trailingzeros_9096a6ab91b51e44 = function (arg0) {
1088+
module.exports.__wbg_trailingzeros_e29a206fa105e436 = function (arg0) {
10891089
const ret = getObject(arg0).trailingZeros;
10901090
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
10911091
};
1092-
module.exports.__wbg_rounding_c350167b8df80b07 = function (arg0, arg1) {
1092+
module.exports.__wbg_rounding_6523a73896f21b6d = function (arg0, arg1) {
10931093
const ret = getObject(arg1).rounding;
10941094
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
10951095
var len1 = WASM_VECTOR_LEN;
10961096
getInt32Memory0()[arg0 / 4 + 1] = len1;
10971097
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
10981098
};
1099-
module.exports.__wbg_locale_a918594d3477235b = function (arg0, arg1) {
1099+
module.exports.__wbg_locale_edeac8f1bbdee8b4 = function (arg0, arg1) {
11001100
const ret = getObject(arg1).locale;
11011101
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
11021102
var len1 = WASM_VECTOR_LEN;
11031103
getInt32Memory0()[arg0 / 4 + 1] = len1;
11041104
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
11051105
};
1106-
module.exports.__wbg_group_86d366de8415706a = function (arg0) {
1106+
module.exports.__wbg_group_f953af050c36aa8f = function (arg0) {
11071107
const ret = getObject(arg0).group;
11081108
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
11091109
};
1110-
module.exports.__wbg_compactdisplay_127b425ebfa60bdc = function (arg0, arg1) {
1110+
module.exports.__wbg_compactdisplay_4f2f6336bcec47bd = function (arg0, arg1) {
11111111
const ret = getObject(arg1).compactDisplay;
11121112
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
11131113
var len1 = WASM_VECTOR_LEN;
11141114
getInt32Memory0()[arg0 / 4 + 1] = len1;
11151115
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
11161116
};
1117-
module.exports.__wbg_percent_cc5505344128f19c = function (arg0) {
1117+
module.exports.__wbg_percent_5ede64837ac46b2a = function (arg0) {
11181118
const ret = getObject(arg0).percent;
11191119
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
11201120
};
@@ -1125,18 +1125,18 @@ module.exports.__wbindgen_string_new = function (arg0, arg1) {
11251125
module.exports.__wbindgen_object_drop_ref = function (arg0) {
11261126
takeObject(arg0);
11271127
};
1128-
module.exports.__wbg_currency_0427be2fbd58aac9 = function (arg0, arg1) {
1128+
module.exports.__wbg_currency_b93cab1567d82f39 = function (arg0, arg1) {
11291129
const ret = getObject(arg1).currency;
11301130
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
11311131
var len1 = WASM_VECTOR_LEN;
11321132
getInt32Memory0()[arg0 / 4 + 1] = len1;
11331133
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
11341134
};
1135-
module.exports.__wbg_compact_b12854d8be2b4fde = function (arg0) {
1135+
module.exports.__wbg_compact_67490e60204518b0 = function (arg0) {
11361136
const ret = getObject(arg0).compact;
11371137
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
11381138
};
1139-
module.exports.__wbg_display_77f4912e8d74140b = function (arg0, arg1) {
1139+
module.exports.__wbg_display_92f32f786ebc9263 = function (arg0, arg1) {
11401140
const ret = getObject(arg1).display;
11411141
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
11421142
var len1 = WASM_VECTOR_LEN;
@@ -1147,23 +1147,23 @@ module.exports.__wbindgen_number_new = function (arg0) {
11471147
const ret = arg0;
11481148
return addHeapObject(ret);
11491149
};
1150-
module.exports.__wbg_isfixedpoint_fa266c8734e20abe = function (arg0) {
1150+
module.exports.__wbg_isfixedpoint_8f750ebba9a2d249 = function (arg0) {
11511151
const ret = getObject(arg0).is_fixed_point;
11521152
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
11531153
};
1154-
module.exports.__wbg_min_dd5b7833862b3395 = function (arg0) {
1154+
module.exports.__wbg_min_2d0641d1e7858601 = function (arg0) {
11551155
const ret = getObject(arg0).min;
11561156
return isLikeNone(ret) ? 0 : addHeapObject(ret);
11571157
};
1158-
module.exports.__wbg_max_b053e66e4d9490e3 = function (arg0) {
1158+
module.exports.__wbg_max_2ddd2470d254a193 = function (arg0) {
11591159
const ret = getObject(arg0).max;
11601160
return isLikeNone(ret) ? 0 : addHeapObject(ret);
11611161
};
1162-
module.exports.__wbg_decimals_dc46e19a958765cd = function (arg0) {
1162+
module.exports.__wbg_decimals_ba1479c61913e923 = function (arg0) {
11631163
const ret = getObject(arg0).decimals;
11641164
return isLikeNone(ret) ? 0xFFFFFF : ret;
11651165
};
1166-
module.exports.__wbg_toString_291859a3b4c5463a = function (arg0) {
1166+
module.exports.__wbg_toString_6fef3ad8b75ad79e = function (arg0) {
11671167
const ret = getObject(arg0).toString();
11681168
return addHeapObject(ret);
11691169
};

packages/fixed-point-wasm/fixed_point_wasm.js

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)