balena-cli/lib/utils
Alexis Svinartchouk 76a5cdc977
Require multicontainer SDK
* require('resin-sdk') => multicontainer SDK
 * require('resin-sdk-preconfigured') => 6.15.0 SDK
 * all 'resin-sdk' requires replaced with 'resin-sdk-preconfigured'
 * resin-sdk-preconfigured TS typings are copy pasted from the current resin-sdk master

The idea is to progressively replace all 'resin-sdk-preconfigured'
requires with 'resin-sdk' (multicontainer sdk) and eventually remove
resin-sdk-preconfigured from package.json.

Change-Type: patch
2018-03-07 14:46:31 +00:00
..
config.ts Tweak TS & add missing deps that may cause build failures in some envs 2018-02-20 20:26:18 +01:00
docker.coffee convert windows paths to posix when passing to tar 2018-01-08 22:50:11 +00:00
helpers.ts Start using Prettier 2018-01-10 09:23:00 +01:00
logger.ts Fix breakage in deploy command from recent TS conversion 2018-01-11 10:33:08 +01:00
messages.ts Start on some easy TS conversion 2018-01-09 17:14:48 +01:00
normalization.ts Fix uuid params being parsed a numbers 2018-02-01 17:48:01 +02:00
patterns.ts Require multicontainer SDK 2018-03-07 14:46:31 +00:00
plugins.ts Start using Prettier 2018-01-10 09:23:00 +01:00
streams.ts Fix breakage in deploy command from recent TS conversion 2018-01-11 10:33:08 +01:00
update.ts Start using Prettier 2018-01-10 09:23:00 +01:00
validation.ts Lint TypeScript and CoffeeScript with resin-lint 2018-01-09 17:14:49 +01:00