@makano/rew 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module.exports.prepareContext = function (
29
29
  if (mainFile == "") mainFile = filepath;
30
30
  /** @type {Record<string, any>} */
31
31
  let context = {
32
+ TextDecoder,
32
33
  module: {
33
34
  exports: null,
34
35
  filepath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A simple coffescript runtime and app manager",
5
5
  "main": "main.js",
6
6
  "directories": {