RubyGems
npm
Organizations
Log in
Sign up
npm
@makano/rew
Versions diffs
1.5.0 → 1.5.1
@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.
Files changed (2)
hide
show
package/lib/rew/modules/context.js
+1
-0
package/package.json
+1
-1
package/lib/rew/modules/context.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {