@backstage/plugin-scaffolder-backend 1.19.2-next.2 → 1.19.2-next.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 +28 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +6 -11
- package/dist/alpha.cjs.js.map +1 -1
- package/dist/cjs/router-46321f3f.cjs.js +3207 -0
- package/dist/cjs/router-46321f3f.cjs.js.map +1 -0
- package/dist/index.cjs.js +67 -29
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +61 -474
- package/package.json +17 -34
- package/dist/cjs/router-1200925e.cjs.js +0 -8191
- package/dist/cjs/router-1200925e.cjs.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
4
|
-
"version": "1.19.2-next.
|
|
4
|
+
"version": "1.19.2-next.3",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,51 +44,40 @@
|
|
|
44
44
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-common": "^0.20.0-next.
|
|
48
|
-
"@backstage/backend-plugin-api": "^0.6.8-next.
|
|
49
|
-
"@backstage/backend-tasks": "^0.5.13-next.
|
|
47
|
+
"@backstage/backend-common": "^0.20.0-next.3",
|
|
48
|
+
"@backstage/backend-plugin-api": "^0.6.8-next.3",
|
|
49
|
+
"@backstage/backend-tasks": "^0.5.13-next.3",
|
|
50
50
|
"@backstage/catalog-client": "^1.5.0-next.1",
|
|
51
51
|
"@backstage/catalog-model": "^1.4.3",
|
|
52
52
|
"@backstage/config": "^1.1.1",
|
|
53
53
|
"@backstage/errors": "^1.2.3",
|
|
54
54
|
"@backstage/integration": "^1.8.0-next.1",
|
|
55
|
-
"@backstage/plugin-auth-node": "^0.4.2-next.
|
|
56
|
-
"@backstage/plugin-catalog-backend": "^1.
|
|
57
|
-
"@backstage/plugin-catalog-
|
|
58
|
-
"@backstage/plugin-catalog-common": "^1.0.18",
|
|
59
|
-
"@backstage/plugin-catalog-node": "^1.6.0-next.2",
|
|
55
|
+
"@backstage/plugin-auth-node": "^0.4.2-next.3",
|
|
56
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.5-next.3",
|
|
57
|
+
"@backstage/plugin-catalog-node": "^1.6.0-next.3",
|
|
60
58
|
"@backstage/plugin-permission-common": "^0.7.10",
|
|
61
|
-
"@backstage/plugin-permission-node": "^0.7.19-next.
|
|
59
|
+
"@backstage/plugin-permission-node": "^0.7.19-next.3",
|
|
60
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.0-next.0",
|
|
61
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.1.0-next.0",
|
|
62
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.0-next.0",
|
|
63
|
+
"@backstage/plugin-scaffolder-backend-module-github": "^0.1.0-next.0",
|
|
64
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.2.11-next.3",
|
|
62
65
|
"@backstage/plugin-scaffolder-common": "^1.4.3",
|
|
63
|
-
"@backstage/plugin-scaffolder-node": "^0.2.9-next.
|
|
66
|
+
"@backstage/plugin-scaffolder-node": "^0.2.9-next.3",
|
|
64
67
|
"@backstage/types": "^1.1.1",
|
|
65
|
-
"@gitbeaker/core": "^35.6.0",
|
|
66
|
-
"@gitbeaker/node": "^35.1.0",
|
|
67
|
-
"@octokit/webhooks": "^10.0.0",
|
|
68
68
|
"@types/express": "^4.17.6",
|
|
69
69
|
"@types/luxon": "^3.0.0",
|
|
70
|
-
"azure-devops-node-api": "^11.0.1",
|
|
71
|
-
"command-exists": "^1.2.9",
|
|
72
|
-
"compression": "^1.7.4",
|
|
73
|
-
"cors": "^2.8.5",
|
|
74
70
|
"express": "^4.17.1",
|
|
75
71
|
"express-promise-router": "^4.1.0",
|
|
76
72
|
"fs-extra": "10.1.0",
|
|
77
|
-
"git-url-parse": "^13.0.0",
|
|
78
73
|
"globby": "^11.0.0",
|
|
79
74
|
"isbinaryfile": "^5.0.0",
|
|
80
75
|
"isolated-vm": "^4.5.0",
|
|
81
|
-
"isomorphic-git": "^1.23.0",
|
|
82
76
|
"jsonschema": "^1.2.6",
|
|
83
77
|
"knex": "^3.0.0",
|
|
84
|
-
"libsodium-wrappers": "^0.7.11",
|
|
85
78
|
"lodash": "^4.17.21",
|
|
86
79
|
"luxon": "^3.0.0",
|
|
87
|
-
"morgan": "^1.10.0",
|
|
88
|
-
"node-fetch": "^2.6.7",
|
|
89
80
|
"nunjucks": "^3.2.3",
|
|
90
|
-
"octokit": "^2.0.0",
|
|
91
|
-
"octokit-plugin-create-pull-request": "^3.10.0",
|
|
92
81
|
"p-limit": "^3.1.0",
|
|
93
82
|
"p-queue": "^6.6.2",
|
|
94
83
|
"prom-client": "^14.0.1",
|
|
@@ -99,22 +88,16 @@
|
|
|
99
88
|
"zod": "^3.21.4"
|
|
100
89
|
},
|
|
101
90
|
"devDependencies": {
|
|
102
|
-
"@backstage/backend-test-utils": "^0.2.9-next.
|
|
103
|
-
"@backstage/cli": "^0.25.0-next.
|
|
104
|
-
"@types/command-exists": "^1.2.0",
|
|
91
|
+
"@backstage/backend-test-utils": "^0.2.9-next.3",
|
|
92
|
+
"@backstage/cli": "^0.25.0-next.3",
|
|
105
93
|
"@types/fs-extra": "^9.0.1",
|
|
106
|
-
"@types/git-url-parse": "^9.0.0",
|
|
107
|
-
"@types/libsodium-wrappers": "^0.7.10",
|
|
108
94
|
"@types/nunjucks": "^3.1.4",
|
|
109
95
|
"@types/supertest": "^2.0.8",
|
|
110
96
|
"@types/zen-observable": "^0.8.0",
|
|
111
97
|
"esbuild": "^0.19.0",
|
|
112
|
-
"jest-when": "^3.1.0",
|
|
113
|
-
"msw": "^1.0.0",
|
|
114
98
|
"strip-ansi": "^7.1.0",
|
|
115
99
|
"supertest": "^6.1.3",
|
|
116
|
-
"wait-for-expect": "^3.0.2"
|
|
117
|
-
"yaml": "^2.0.0"
|
|
100
|
+
"wait-for-expect": "^3.0.2"
|
|
118
101
|
},
|
|
119
102
|
"files": [
|
|
120
103
|
"dist",
|