@backstage/plugin-scaffolder-backend-module-cookiecutter 0.0.0-nightly-20220221022454 → 0.0.0-nightly-20220222022224
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 +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-cookiecutter
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220222022224
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 0f37cdef19: Migrated over from the deprecated `spec.metadata` to `spec.templateInfo` for the `name` and the `baseUrl` of the template.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/plugin-scaffolder-backend@0.0.0-nightly-
|
|
10
|
-
- @backstage/integration@0.0.0-nightly-
|
|
9
|
+
- @backstage/plugin-scaffolder-backend@0.0.0-nightly-20220222022224
|
|
10
|
+
- @backstage/integration@0.0.0-nightly-20220222022224
|
|
11
11
|
|
|
12
12
|
## 0.2.1
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
|
|
3
3
|
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220222022224",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@backstage/backend-common": "^0.10.8",
|
|
27
27
|
"@backstage/errors": "^0.2.1",
|
|
28
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
29
|
-
"@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-
|
|
28
|
+
"@backstage/integration": "^0.0.0-nightly-20220222022224",
|
|
29
|
+
"@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-20220222022224",
|
|
30
30
|
"@backstage/config": "^0.1.14",
|
|
31
31
|
"@backstage/types": "^0.1.2",
|
|
32
32
|
"command-exists": "^1.2.9",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"yn": "^4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20220222022224",
|
|
39
39
|
"@types/fs-extra": "^9.0.1",
|
|
40
40
|
"@types/mock-fs": "^4.13.0",
|
|
41
41
|
"@types/jest": "^26.0.7",
|