Commit a972be4
committed
fix(bindgen): Bump typescript package deps
To address:
[!] RollupError: "TextEncoder" is not exported by "polyfill-node.util.js",
imported by "node_modules/axios/lib/helpers/formDataToStream.js".
64
https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
65
node_modules/axios/lib/helpers/formDataToStream.js (1:8)
66
1: import {TextEncoder} from 'util';
67
^1 parent 7a8181d commit a972be4
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments