gulp-tsreflect
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -10,5 +10,4 @@ // (c) Rogier Schouten <rogier.schouten@gmail.com> | ||
var File = require("vinyl"); | ||
var gutil = require("gulp-util"); | ||
var PluginError = gutil.PluginError; | ||
var through = require("through2"); | ||
const PluginError = require("plugin-error"); | ||
@@ -90,3 +89,3 @@ const PLUGIN_NAME = "gulp-tsreflect"; | ||
console.log(e.stack); | ||
me.emit(new gutil.PluginError(PLUGIN_NAME, e)); | ||
me.emit(new PluginError(PLUGIN_NAME, e)); | ||
return cb(e); | ||
@@ -111,3 +110,3 @@ } | ||
if (errors !== "") { | ||
me.emit(new gutil.PluginError(PLUGIN_NAME, errors)); | ||
me.emit(new PluginError(PLUGIN_NAME, errors)); | ||
} | ||
@@ -114,0 +113,0 @@ |
{ | ||
"name": "gulp-tsreflect", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Gulp plugin for the tsreflect-compiler.", | ||
@@ -18,7 +18,7 @@ "repository": { | ||
"name": "Rogier Schouten", | ||
"email": "r.schouten@spiritit.com" | ||
"email": "github@workingcode.ninja" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"gulp-util": "^3.0.8", | ||
"plugin-error": "^0.1.2", | ||
"through2": "^2.0.3", | ||
@@ -25,0 +25,0 @@ "tsreflect-compiler": "^0.1.10", |
@@ -40,2 +40,6 @@ # gulp-tsreflect | ||
### 2.0.4 | ||
* Remove deprecated gulp-util dependency | ||
### 2.0.3 | ||
@@ -42,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66
6528
4
105
+ Addedplugin-error@^0.1.2
+ Addedansi-cyan@0.1.1(transitive)
+ Addedansi-red@0.1.1(transitive)
+ Addedarr-diff@1.1.0(transitive)
+ Addedarr-flatten@1.1.0(transitive)
+ Addedarr-union@2.1.0(transitive)
+ Addedarray-slice@0.2.3(transitive)
+ Addedextend-shallow@1.1.4(transitive)
+ Addedkind-of@1.1.0(transitive)
+ Addedplugin-error@0.1.2(transitive)
- Removedgulp-util@^3.0.8
- Removedansi-gray@0.1.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedarray-differ@1.0.0(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedbeeper@1.1.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedclone@1.0.4(transitive)
- Removedclone-stats@0.0.1(transitive)
- Removedcolor-support@1.1.3(transitive)
- Removeddateformat@2.2.0(transitive)
- Removedduplexer2@0.0.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfancy-log@1.3.3(transitive)
- Removedglogg@1.0.2(transitive)
- Removedgulp-util@3.0.8(transitive)
- Removedgulplog@1.0.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-gulplog@0.1.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basetostring@3.0.1(transitive)
- Removedlodash._basevalues@3.0.0(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash._reescape@3.0.0(transitive)
- Removedlodash._reevaluate@3.0.0(transitive)
- Removedlodash._reinterpolate@3.0.0(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash.escape@3.2.0(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.template@3.6.2(transitive)
- Removedlodash.templatesettings@3.1.1(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmultipipe@0.1.2(transitive)
- Removedobject-assign@3.0.0(transitive)
- Removedparse-node-version@1.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedreplace-ext@0.0.1(transitive)
- Removedsparkles@1.0.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtime-stamp@1.1.0(transitive)
- Removedvinyl@0.5.3(transitive)