@backstage/plugin-scaffolder-backend 3.0.2 → 3.0.3
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/package.json +4 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"test": "backstage-cli package test"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@backstage/backend-defaults": "^0.13.
|
|
77
|
+
"@backstage/backend-defaults": "^0.13.3",
|
|
78
78
|
"@backstage/backend-openapi-utils": "^0.6.3",
|
|
79
79
|
"@backstage/backend-plugin-api": "^1.5.0",
|
|
80
80
|
"@backstage/catalog-model": "^1.7.6",
|
|
@@ -116,7 +116,6 @@
|
|
|
116
116
|
"p-limit": "^3.1.0",
|
|
117
117
|
"p-queue": "^6.6.2",
|
|
118
118
|
"prom-client": "^15.0.0",
|
|
119
|
-
"tar": "^6.1.12",
|
|
120
119
|
"triple-beam": "^1.4.1",
|
|
121
120
|
"uuid": "^11.0.0",
|
|
122
121
|
"winston": "^3.2.1",
|
|
@@ -128,9 +127,9 @@
|
|
|
128
127
|
},
|
|
129
128
|
"devDependencies": {
|
|
130
129
|
"@backstage/backend-app-api": "^1.3.0",
|
|
131
|
-
"@backstage/backend-defaults": "^0.13.
|
|
130
|
+
"@backstage/backend-defaults": "^0.13.3",
|
|
132
131
|
"@backstage/backend-test-utils": "^1.10.1",
|
|
133
|
-
"@backstage/cli": "^0.34.
|
|
132
|
+
"@backstage/cli": "^0.34.6",
|
|
134
133
|
"@backstage/plugin-scaffolder-node-test-utils": "^0.3.5",
|
|
135
134
|
"@backstage/repo-tools": "^0.16.0",
|
|
136
135
|
"@types/express": "^4.17.6",
|