@teambit/component-issues
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -9,3 +9,4 @@ "use strict"; | ||
this.description = 'multiple envs'; | ||
this.solution = 'remove the old envs by setting them with "-" sign in the variants. see https://harmony-docs.bit.dev/aspects/variants#removing-aspects '; | ||
// TODO: pass the docs url into here after fetch it from the community aspect | ||
this.solution = `remove the old envs by setting them with "-" sign in the variants. see https://bit.dev/docs/envs/using-envs#component-must-have-a-single-env`; | ||
this.isTagBlocker = true; | ||
@@ -12,0 +13,0 @@ } |
@@ -5,4 +5,4 @@ import { ComponentIssue, ISSUE_FORMAT_SPACE } from './component-issue'; | ||
description = 'multiple envs'; | ||
solution = | ||
'remove the old envs by setting them with "-" sign in the variants. see https://harmony-docs.bit.dev/aspects/variants#removing-aspects '; | ||
// TODO: pass the docs url into here after fetch it from the community aspect | ||
solution = `remove the old envs by setting them with "-" sign in the variants. see https://bit.dev/docs/envs/using-envs#component-must-have-a-single-env`; | ||
data: string[]; // env ids | ||
@@ -9,0 +9,0 @@ isTagBlocker = true; |
{ | ||
"name": "@teambit/component-issues", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"homepage": "https://bit.dev/teambit/component/component-issues", | ||
@@ -9,7 +9,7 @@ "main": "dist/index.js", | ||
"name": "component-issues", | ||
"version": "0.0.46" | ||
"version": "0.0.47" | ||
}, | ||
"dependencies": { | ||
"chalk": "2.4.2", | ||
"@teambit/legacy-bit-id": "0.0.398" | ||
"@teambit/legacy-bit-id": "0.0.399" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
72591
1150
+ Added@teambit/legacy-bit-id@0.0.399(transitive)
- Removed@teambit/legacy-bit-id@0.0.398(transitive)