@thiagoveras/plugin-b
Advanced tools
Comparing version 0.2.0 to 0.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const command_1 = require("@oclif/command"); | ||
const toolbelt_api_test_1 = tslib_1.__importDefault(require("@thiagoveras/toolbelt-api-test")); | ||
const toolbelt_api_test_1 = require("@thiagoveras/toolbelt-api-test"); | ||
class HelloB extends command_1.Command { | ||
async run() { | ||
this.parse(HelloB); | ||
this.log(`Hello from Plugin B at ${toolbelt_api_test_1.default.time()}`); | ||
this.log(`Hello from Plugin B at ${toolbelt_api_test_1.Display.time()}`); | ||
} | ||
@@ -11,0 +10,0 @@ } |
@@ -1,1 +0,1 @@ | ||
{"version":"0.2.0","commands":{"helloB":{"id":"helloB","description":"Single Command from Plugin B","pluginName":"@thiagoveras/plugin-b","pluginType":"core","aliases":[],"examples":["$ clitest helloB"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"file"}]}}} | ||
{"version":"0.2.1","commands":{"helloB":{"id":"helloB","description":"Single Command from Plugin B","pluginName":"@thiagoveras/plugin-b","pluginType":"core","aliases":[],"examples":["$ clitest helloB"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"file"}]}}} |
{ | ||
"name": "@thiagoveras/plugin-b", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Thiago Veras @VerasThiago", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/VerasThiago/npmPackageTests/tree/master/pluginB/issues", | ||
"@oclif/config": "^1", | ||
"@thiagoveras/toolbelt-api-test": "1.0.1", | ||
"@thiagoveras/toolbelt-api-test": "^1.1.0", | ||
"tslib": "^1" | ||
@@ -48,3 +48,4 @@ }, | ||
"version": "oclif-dev readme && git add README.md" | ||
} | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -22,3 +22,3 @@ pluginB | ||
$ oclif-example (-v|--version|version) | ||
@thiagoveras/plugin-b/0.2.0 linux-x64 node-v10.19.0 | ||
@thiagoveras/plugin-b/0.2.1 linux-x64 node-v10.19.0 | ||
$ oclif-example --help [COMMAND] | ||
@@ -49,3 +49,3 @@ USAGE | ||
_See code: [build/commands/helloB.ts](https://github.com/VerasThiago/npmPackageTests/blob/v0.2.0/build/commands/helloB.ts)_ | ||
_See code: [build/commands/helloB.ts](https://github.com/VerasThiago/npmPackageTests/blob/v0.2.1/build/commands/helloB.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
63255
22
+ Added@thiagoveras/toolbelt-api-test@1.3.0(transitive)
- Removed@thiagoveras/toolbelt-api-test@1.0.1(transitive)