@backstage/plugin-scaffolder-backend 0.0.0-nightly-202192621851 → 0.0.0-nightly-202192722215
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 +8 -8
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202192722215
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 10615525f3: Switch to use the json and observable types from `@backstage/types`
|
|
8
8
|
- 41c49884d2: Start using the new `@backstage/types` package. Initially, this means using the `Observable` and `Json*` types from there. The types also remain in their old places but deprecated, and will be removed in a future release.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/plugin-
|
|
15
|
-
- @backstage/plugin-scaffolder-
|
|
16
|
-
- @backstage/
|
|
10
|
+
- @backstage/config@0.0.0-nightly-202192722215
|
|
11
|
+
- @backstage/backend-common@0.0.0-nightly-202192722215
|
|
12
|
+
- @backstage/catalog-model@0.0.0-nightly-202192722215
|
|
13
|
+
- @backstage/errors@0.0.0-nightly-202192722215
|
|
14
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-202192722215
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-202192722215
|
|
16
|
+
- @backstage/plugin-scaffolder-common@0.0.0-nightly-202192722215
|
|
17
17
|
|
|
18
18
|
## 0.15.10
|
|
19
19
|
|
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": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202192722215",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"clean": "backstage-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
33
|
+
"@backstage/backend-common": "^0.0.0-nightly-202192722215",
|
|
34
34
|
"@backstage/catalog-client": "^0.5.0",
|
|
35
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
37
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-202192722215",
|
|
36
|
+
"@backstage/config": "^0.0.0-nightly-202192722215",
|
|
37
|
+
"@backstage/errors": "^0.0.0-nightly-202192722215",
|
|
38
38
|
"@backstage/integration": "^0.6.8",
|
|
39
|
-
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-
|
|
39
|
+
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-202192722215",
|
|
40
|
+
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-202192722215",
|
|
41
|
+
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-202192722215",
|
|
42
42
|
"@backstage/types": "^0.1.1",
|
|
43
43
|
"@gitbeaker/core": "^30.2.0",
|
|
44
44
|
"@gitbeaker/node": "^30.2.0",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"yaml": "^1.10.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
75
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
74
|
+
"@backstage/cli": "^0.0.0-nightly-202192722215",
|
|
75
|
+
"@backstage/test-utils": "^0.0.0-nightly-202192722215",
|
|
76
76
|
"@types/command-exists": "^1.2.0",
|
|
77
77
|
"@types/fs-extra": "^9.0.1",
|
|
78
78
|
"@types/git-url-parse": "^9.0.0",
|