@backstage/plugin-scaffolder-backend 1.1.0-next.1 → 1.1.0-next.2
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 +10 -0
- package/README.md +1 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.1.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 64d9a031a8: build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0
|
|
8
|
+
- 2f3d3a1eae: build(deps): bump `@gitbeaker/core` from 34.6.0 to 35.6.0
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/plugin-catalog-backend@1.1.0-next.2
|
|
11
|
+
- @backstage/catalog-model@1.0.1-next.1
|
|
12
|
+
|
|
3
13
|
## 1.1.0-next.1
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -21,8 +21,7 @@ restoring the plugin, if you previously removed it.
|
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
# From your Backstage root directory
|
|
24
|
-
|
|
25
|
-
yarn add @backstage/plugin-scaffolder-backend
|
|
24
|
+
yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend
|
|
26
25
|
```
|
|
27
26
|
|
|
28
27
|
### Adding the plugin to your `packages/backend`
|
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.1.0-next.
|
|
4
|
+
"version": "1.1.0-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@backstage/backend-common": "^0.13.2-next.1",
|
|
38
38
|
"@backstage/catalog-client": "^1.0.1-next.0",
|
|
39
|
-
"@backstage/catalog-model": "^1.0.1-next.
|
|
39
|
+
"@backstage/catalog-model": "^1.0.1-next.1",
|
|
40
40
|
"@backstage/config": "^1.0.0",
|
|
41
41
|
"@backstage/errors": "^1.0.0",
|
|
42
42
|
"@backstage/integration": "^1.1.0-next.1",
|
|
43
|
-
"@backstage/plugin-catalog-backend": "^1.1.0-next.
|
|
43
|
+
"@backstage/plugin-catalog-backend": "^1.1.0-next.2",
|
|
44
44
|
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
|
|
45
45
|
"@backstage/types": "^1.0.0",
|
|
46
|
-
"@gitbeaker/core": "^
|
|
46
|
+
"@gitbeaker/core": "^35.6.0",
|
|
47
47
|
"@gitbeaker/node": "^35.1.0",
|
|
48
48
|
"@octokit/webhooks": "^9.14.1",
|
|
49
49
|
"@types/express": "^4.17.6",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"fs-extra": "10.0.1",
|
|
57
57
|
"git-url-parse": "^11.6.0",
|
|
58
58
|
"globby": "^11.0.0",
|
|
59
|
-
"isbinaryfile": "^
|
|
59
|
+
"isbinaryfile": "^5.0.0",
|
|
60
60
|
"isomorphic-git": "^1.8.0",
|
|
61
61
|
"jsonschema": "^1.2.6",
|
|
62
62
|
"knex": "^1.0.2",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@backstage/backend-test-utils": "^0.1.23-next.1",
|
|
78
|
-
"@backstage/cli": "^0.17.0-next.
|
|
78
|
+
"@backstage/cli": "^0.17.0-next.2",
|
|
79
79
|
"@types/command-exists": "^1.2.0",
|
|
80
80
|
"@types/fs-extra": "^9.0.1",
|
|
81
81
|
"@types/git-url-parse": "^9.0.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"assets"
|
|
98
98
|
],
|
|
99
99
|
"configSchema": "config.d.ts",
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "0857aaef2040e1d6c0b8b2063f4c94c810d0a96a"
|
|
101
101
|
}
|