···3# files.
4#
5# The list of modules can be found in this file
6-# https://github.com/MaterializeInc/materialize/blob/master/src/materialized/build/npm.rs
7[
8 {
9 name = "@hpcc-js/wasm";
···17 };
18 }
19 {
20- name = "babel-standalone";
21- version = "6.26.0";
22- hash = "sha256-zdeTj4aOEzWvrnh90T80jL+RD8qg8PaeG0Ceua82Dz4=";
23 js_prod_file = "babel.min.js";
24 js_dev_file = "babel.js";
25 }
···3# files.
4#
5# The list of modules can be found in this file
6+# https://github.com/MaterializeInc/materialize/blob/master/src/npm/lib.rs
7[
8 {
9 name = "@hpcc-js/wasm";
···17 };
18 }
19 {
20+ name = "@babel/standalone";
21+ version = "7.23.3";
22+ hash = "sha256-yxhB4OVOdV8hYNPqcap+5/JXYeaVrNGOSOG8lKpiG9E=";
23 js_prod_file = "babel.min.js";
24 js_dev_file = "babel.js";
25 }