update to modules that have native node v4 support

This commit is contained in:
Eugene Mirotin 2017-04-14 12:41:55 +03:00
parent 9da8c5f09a
commit 380a94f0f8
42 changed files with 42 additions and 56 deletions

View File

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fixed warning on NPM install due to dependency conflicts
- Improved node v4 support (some operations are fixed, some will run faster)
## [5.7.1] - 2017-04-03

View File

@ -10,7 +10,7 @@ Resin CLI
Requisites
----------
- [NodeJS](https://nodejs.org) (at least v0.10)
- [NodeJS](https://nodejs.org) (>= v4)
- [Git](https://git-scm.com)
- The following executables should be correctly installed in your shell environment:
- `ssh`: Any recent version of the OpenSSH ssh client (required by `resin sync` and `resin ssh`)

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var Docker, Promise, _, chalk, dockerPort, dockerTimeout, filterOutSupervisorContainer, form;
Promise = require('bluebird');

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io
@ -44,11 +44,6 @@ module.exports = {
chalk = require('chalk');
visuals = require('resin-cli-visuals');
form = require('resin-cli-form');
require('babel-register')({
only: /etcher-image-write|bmapflash/,
presets: ['es2015'],
compact: true
});
imageWrite = require('etcher-image-write');
return form.run([
{

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,2 +1,2 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
exports.sentryDsn = 'https://56d2a46124614b01b0f4086897e96110:6e175465accc41b595a96947155f61fb@sentry.io/149239';

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var Mixpanel, Promise, _, packageJSON, resin;
_ = require('lodash');

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
exports.gettingStarted = 'Run the following command to get a device started with Resin.io\n\n $ resin quickstart';
exports.reachingOut = 'If you need help, or just want to say hi, don\'t hesitate in reaching out at:\n\n GitHub: https://github.com/resin-io/resin-cli/issues/new\n Forums: https://forums.resin.io';

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
/*
Copyright 2016 Resin.io

View File

@ -49,14 +49,6 @@ module.exports =
chalk = require('chalk')
visuals = require('resin-cli-visuals')
form = require('resin-cli-form')
# TODO: Find a better ES6 module loading story/contract between resin.io modules
require('babel-register')({
only: /etcher-image-write|bmapflash/
presets: ['es2015']
compact: true
})
imageWrite = require('etcher-image-write')
form.run [

View File

@ -33,8 +33,6 @@
"gulp-shell": "^0.5.2"
},
"dependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"bluebird": "^3.3.3",
"capitano": "^1.7.0",
"chalk": "^1.1.3",
@ -43,7 +41,7 @@
"denymount": "^2.2.0",
"docker-toolbelt": "^1.3.3",
"drivelist": "^5.0.16",
"etcher-image-write": "^9.0.1",
"etcher-image-write": "^9.0.3",
"inquirer": "^3.0.6",
"is-root": "^1.0.0",
"js-yaml": "^3.7.0",
@ -61,7 +59,7 @@
"resin-cli-visuals": "^1.3.0",
"resin-config-json": "^1.0.0",
"resin-device-config": "^3.0.0",
"resin-device-init": "^2.2.0",
"resin-device-init": "^2.2.1",
"resin-image-fs": "^2.1.2",
"resin-image-manager": "^4.1.1",
"resin-sdk-preconfigured": "^6.0.0",