From 5aa8ef0c5f19d1ae5f2307011ced957b8219a45f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 20 May 2016 01:09:18 +0200 Subject: [PATCH] update typings --- package.json | 10 +++++----- ts/beautylog.classes.ora.ts | 2 +- ts/beautylog.classes.table.ts | 2 +- ts/beautylog.console.ts | 2 +- ts/beautylog.figlet.ts | 2 +- ts/beautylog.log.helpers.ts | 2 +- ts/beautylog.log.ts | 2 +- ts/beautylog.plugins.ts | 2 +- ts/index.ts | 2 +- ts/typings.json | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 2a01b16..903b4e1 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,15 @@ "cli-table2": "^0.2.0", "colors": "1.1.2", "figlet": "^1.1.2", - "lodash": "^4.11.1", - "ora": "^0.2.1", + "lodash": "^4.12.0", + "ora": "^0.2.3", "q": "^1.4.1", - "smartenv": "^1.2.2" + "smartenv": "^1.2.5" }, "devDependencies": { "easyserve": "^0.0.5", "gulp": "^3.9.1", - "gulp-browser": "^2.0.1", - "npmts": "^5.1.5" + "gulp-browser": "^2.1.4", + "npmts": "^5.1.8" } } diff --git a/ts/beautylog.classes.ora.ts b/ts/beautylog.classes.ora.ts index 2a406f3..a7cde3d 100644 --- a/ts/beautylog.classes.ora.ts +++ b/ts/beautylog.classes.ora.ts @@ -1,4 +1,4 @@ -/// +/// import * as plugins from "./beautylog.plugins"; import {logNode} from "./beautylog.log.helpers"; diff --git a/ts/beautylog.classes.table.ts b/ts/beautylog.classes.table.ts index c86db99..2f6474f 100644 --- a/ts/beautylog.classes.table.ts +++ b/ts/beautylog.classes.table.ts @@ -1,4 +1,4 @@ -/// +/// import * as plugins from "./beautylog.plugins"; let tableHelpers = { diff --git a/ts/beautylog.console.ts b/ts/beautylog.console.ts index 4538119..81bd420 100644 --- a/ts/beautylog.console.ts +++ b/ts/beautylog.console.ts @@ -1,4 +1,4 @@ -/// +/// import plugins = require("./beautylog.plugins"); import {activeOra,oraActive} from "./beautylog.classes.ora"; let nativeLog = console.log; diff --git a/ts/beautylog.figlet.ts b/ts/beautylog.figlet.ts index 6f186de..cff7e1f 100644 --- a/ts/beautylog.figlet.ts +++ b/ts/beautylog.figlet.ts @@ -1,4 +1,4 @@ -/// +/// import plugins = require("./beautylog.plugins"); var defaultOptions = { font:"Star Wars", diff --git a/ts/beautylog.log.helpers.ts b/ts/beautylog.log.helpers.ts index 91c7265..6fae4a4 100644 --- a/ts/beautylog.log.helpers.ts +++ b/ts/beautylog.log.helpers.ts @@ -1,4 +1,4 @@ -/// +/// import * as plugins from "./beautylog.plugins"; import {beautyConsole} from "./beautylog.console"; diff --git a/ts/beautylog.log.ts b/ts/beautylog.log.ts index b29fcfe..9f22547 100644 --- a/ts/beautylog.log.ts +++ b/ts/beautylog.log.ts @@ -1,4 +1,4 @@ -/// +/// import {log} from "./beautylog.log.helpers"; export {log} from "./beautylog.log.helpers"; diff --git a/ts/beautylog.plugins.ts b/ts/beautylog.plugins.ts index e846bc7..edad2a1 100644 --- a/ts/beautylog.plugins.ts +++ b/ts/beautylog.plugins.ts @@ -1,4 +1,4 @@ -/// +/// export let lodash = require("lodash"); export let smartenv = require("smartenv"); diff --git a/ts/index.ts b/ts/index.ts index 398930f..1effe9f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,4 +1,4 @@ -/// +/// import * as plugins from "./beautylog.plugins"; import * as BeautylogLog from "./beautylog.log"; diff --git a/ts/typings.json b/ts/typings.json index 57323dd..1b935d6 100644 --- a/ts/typings.json +++ b/ts/typings.json @@ -1,5 +1,5 @@ { - "ambientDependencies": { + "globalDependencies": { "node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts", "mocha": "github:Bartvds/tsd-deftools/typings/DefinitelyTyped/mocha/mocha.d.ts", "colors": "github:DefinitelyTyped/DefinitelyTyped/colors/colors.d.ts"