Version Packages

This commit is contained in:
github-actions[bot]
2020-11-27 12:51:09 +00:00
parent 21d75ddf1c
commit 892645b815
50 changed files with 306 additions and 192 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.3.1",
"version": "0.3.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -32,7 +32,7 @@
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.1",
"@backstage/config-loader": "^0.3.0",
"@backstage/integration": "^0.1.1",
"@backstage/integration": "^0.1.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"archiver": "^5.0.2",
@@ -67,7 +67,7 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.3.1",
"@backstage/cli": "^0.3.2",
"@backstage/test-utils": "^0.1.3",
"@types/archiver": "^3.1.1",
"@types/compression": "^1.7.0",