@forge/cli-shared 6.6.1-next.17 → 6.6.1-next.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/graphql/graphql-types.d.ts +55 -11
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.js +1 -1
- package/package.json +1 -1
package/out/ui/text.js
CHANGED
|
@@ -699,7 +699,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
699
699
|
},
|
|
700
700
|
end: (displayTick, product) => `${displayTick ? greenTick + ' ' : ''}Install in ${product} complete!`
|
|
701
701
|
},
|
|
702
|
-
booleanToScope: (isLatest) => (isLatest ? `Latest` : `Out-of-date`),
|
|
702
|
+
booleanToScope: (isLatest) => (isLatest ? `(Latest)` : `(Out-of-date)`),
|
|
703
703
|
alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required product, ${chalk_1.default.bold(product)}.`,
|
|
704
704
|
installingToRequiredProduct: (product) => `\nYour app will be installed into your required product, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional products.\n`,
|
|
705
705
|
installingToOptionalProduct: (product) => `\nThis app will be installed as an optional product on ${product}.\n`,
|