@drodil/backstage-plugin-scaffolder-backend-module-qeta 2.8.1 → 2.9.1
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/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
2
2
|
|
|
3
|
-
declare const scaffolderModuleQeta: _backstage_backend_plugin_api.
|
|
3
|
+
declare const scaffolderModuleQeta: _backstage_backend_plugin_api.BackendFeature;
|
|
4
4
|
|
|
5
5
|
export { scaffolderModuleQeta as default };
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"scaffolder",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.
|
|
10
|
+
"version": "2.9.1",
|
|
11
11
|
"main": "dist/index.cjs.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"tsc": "tsc"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-common": "^0.
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.
|
|
42
|
-
"@backstage/plugin-scaffolder-node": "^0.4.
|
|
40
|
+
"@backstage/backend-common": "^0.25.0",
|
|
41
|
+
"@backstage/backend-plugin-api": "^1.0.0",
|
|
42
|
+
"@backstage/plugin-scaffolder-node": "^0.4.11",
|
|
43
43
|
"node-fetch": "^2.7.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/backend-test-utils": "^0.
|
|
47
|
-
"@backstage/cli": "^0.27.
|
|
46
|
+
"@backstage/backend-test-utils": "^1.0.0",
|
|
47
|
+
"@backstage/cli": "^0.27.1",
|
|
48
48
|
"@types/node-fetch": "^2.6.11"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|