@pi-r/gulp 0.10.3 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -288,7 +288,7 @@ class Gulp extends Task {
288
288
  }
289
289
  }
290
290
  catch (err) {
291
- if (!copy && Task.isErrorCode(err, 'EXDEV')) {
291
+ if (!copy && (0, types_1.isErrorCode)(err, 'EXDEV')) {
292
292
  copy = true;
293
293
  --i;
294
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/gulp",
3
- "version": "0.10.3",
3
+ "version": "0.11.0",
4
4
  "description": "Gulp task constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -19,8 +19,8 @@
19
19
  "license": "MIT",
20
20
  "homepage": "https://github.com/anpham6/pi-r#readme",
21
21
  "dependencies": {
22
- "@e-mc/task": "^0.12.7",
23
- "@e-mc/types": "^0.12.7",
22
+ "@e-mc/task": "^0.13.0",
23
+ "@e-mc/types": "^0.13.0",
24
24
  "gulp": "^5.0.1",
25
25
  "gulp-cli": "^3.1.0",
26
26
  "which": "^4.0.0"