Comparing version 1.2.2 to 1.2.3
NoFlo ChangeLog | ||
=============== | ||
## 1.2.3 (September 17th 2020) | ||
* TypeScript components loaded on Node.js now target modern ES6 | ||
## 1.2.2 (September 17th 2020) | ||
@@ -5,0 +9,0 @@ |
@@ -73,5 +73,4 @@ "use strict"; | ||
src = typescript.transpile(source, { | ||
compilerOptions: { | ||
module: typescript.ModuleKind.CommonJS | ||
} | ||
module: typescript.ModuleKind.CommonJS, | ||
target: typescript.ScriptTarget.ES2015 | ||
}); | ||
@@ -78,0 +77,0 @@ } catch (err) { |
@@ -11,3 +11,3 @@ { | ||
"author": "Henri Bergius <henri.bergius@iki.fi>", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "engines": { | ||
"fbp-graph": "^0.4.0", | ||
"fbp-manifest": "^0.2.2", | ||
"fbp-manifest": "^0.2.4", | ||
"get-function-params": "^2.0.6" | ||
@@ -25,0 +25,0 @@ }, |
@@ -58,5 +58,4 @@ /* eslint-disable | ||
src = typescript.transpile(source, { | ||
compilerOptions: { | ||
module: typescript.ModuleKind.CommonJS, | ||
}, | ||
module: typescript.ModuleKind.CommonJS, | ||
target: typescript.ScriptTarget.ES2015, | ||
}); | ||
@@ -63,0 +62,0 @@ } catch (err) { |
774085
21322
Updatedfbp-manifest@^0.2.4