@forge/cli-shared 3.5.1-next.0 → 3.5.1-next.2
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 +13 -0
- package/out/graphql/graphql-types.d.ts +16 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.js +1 -1
- package/package.json +2 -2
package/out/ui/text.js
CHANGED
|
@@ -599,7 +599,7 @@ Debugging in Google Chrome:
|
|
|
599
599
|
notFound: (handler) => `Function with handler "${handler}" was not found`
|
|
600
600
|
},
|
|
601
601
|
pullDocker: `Checking Docker image... failed`,
|
|
602
|
-
tunnelPackageMissing: 'To run tunnel without Docker please: npm install -g @forge/tunnel',
|
|
602
|
+
tunnelPackageMissing: 'To run tunnel without Docker please: npm install -g @forge/sandbox-tunnel',
|
|
603
603
|
dockerNotInstalled: (dockerDownloadLink) => 'Cannot find Docker. The tunnel command requires Docker to run your app locally. ' +
|
|
604
604
|
`Get Docker at the following URL before rerunning the tunnel command:\n\n${dockerDownloadLink}`,
|
|
605
605
|
dockerOutOfDate: (dockerDownloadLink) => 'The installed version of Docker should be 17.03 or greater. ' +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.5.1-next.
|
|
3
|
+
"version": "3.5.1-next.2",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.
|
|
15
|
+
"@forge/manifest": "4.6.0-next.1",
|
|
16
16
|
"@forge/util": "1.2.0",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|