@backstage/plugin-scaffolder-backend 0.0.0-nightly-202111222339 → 0.0.0-nightly-202111622425
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 +14 -10
- package/dist/index.cjs.js +142 -146
- package/dist/index.cjs.js.map +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202111622425
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2a3fb13718: Bump esbuild to ^0.14.1
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-202111622425
|
|
10
|
+
- @backstage/backend-common@0.0.0-nightly-202111622425
|
|
11
|
+
|
|
12
|
+
## 0.15.15
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
@@ -8,15 +17,10 @@
|
|
|
8
17
|
- b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
|
|
9
18
|
- c6b44d80ad: Add options to spawn in runCommand helper
|
|
10
19
|
- Updated dependencies
|
|
11
|
-
- @backstage/integration@0.
|
|
12
|
-
- @backstage/plugin-catalog-backend@0.
|
|
13
|
-
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.
|
|
14
|
-
- @backstage/backend-common@0.
|
|
15
|
-
- @backstage/catalog-client@0.0.0-nightly-202111222339
|
|
16
|
-
- @backstage/catalog-model@0.0.0-nightly-202111222339
|
|
17
|
-
- @backstage/errors@0.0.0-nightly-202111222339
|
|
18
|
-
- @backstage/types@0.0.0-nightly-202111222339
|
|
19
|
-
- @backstage/plugin-scaffolder-common@0.0.0-nightly-202111222339
|
|
20
|
+
- @backstage/integration@0.6.10
|
|
21
|
+
- @backstage/plugin-catalog-backend@0.19.0
|
|
22
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.5
|
|
23
|
+
- @backstage/backend-common@0.9.12
|
|
20
24
|
|
|
21
25
|
## 0.15.14
|
|
22
26
|
|