@backstage/plugin-scaffolder-backend 0.0.0-nightly-20221122231 → 0.0.0-nightly-2022122206

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20221122231
3
+ ## 0.0.0-nightly-2022122206
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2e0dbb0e50: Migrate from deprecated package @octokit/rest to octokit
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221122231
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-2022122206
10
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-2022122206
11
+
12
+ ## 0.15.23-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 2e0dbb0e50: Migrate from deprecated package @octokit/rest to octokit
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-backend@0.21.2-next.0
19
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.10-next.0
10
20
 
11
21
  ## 0.15.22
12
22
 
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-20221122231",
4
+ "version": "0.0.0-nightly-2022122206",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -37,9 +37,9 @@
37
37
  "@backstage/config": "^0.1.13",
38
38
  "@backstage/errors": "^0.2.0",
39
39
  "@backstage/integration": "^0.7.2",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221122231",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2022122206",
41
41
  "@backstage/plugin-scaffolder-common": "^0.1.3",
42
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.9",
42
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-2022122206",
43
43
  "@backstage/types": "^0.1.1",
44
44
  "@gitbeaker/core": "^34.6.0",
45
45
  "@gitbeaker/node": "^35.1.0",
@@ -73,7 +73,7 @@
73
73
  "vm2": "^3.9.5"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.0.0-nightly-20221122231",
76
+ "@backstage/cli": "^0.0.0-nightly-2022122206",
77
77
  "@backstage/test-utils": "^0.2.3",
78
78
  "@types/command-exists": "^1.2.0",
79
79
  "@types/fs-extra": "^9.0.1",