@backstage/cli-common 0.1.11 → 0.1.12
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 +12 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
|
|
|
9
9
|
## Documentation
|
|
10
10
|
|
|
11
11
|
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
|
|
12
|
-
- [Backstage Documentation](https://
|
|
12
|
+
- [Backstage Documentation](https://backstage.io/docs)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli-common",
|
|
3
3
|
"description": "Common functionality used by cli, backend, and create-app",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.12",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"start": "backstage-cli package start"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@backstage/cli": "^0.22.
|
|
35
|
+
"@backstage/cli": "^0.22.4",
|
|
36
36
|
"@types/node": "^16.0.0"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|