@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 0.0.0-nightly-20220614024926 to 0.0.0-nightly-20220622024934
# @backstage/plugin-scaffolder-common | ||
## 0.0.0-nightly-20220614024926 | ||
## 0.0.0-nightly-20220622024934 | ||
@@ -8,4 +8,18 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@0.0.0-nightly-20220614024926 | ||
- @backstage/catalog-model@0.0.0-nightly-20220622024934 | ||
## 1.1.2-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@1.1.0-next.0 | ||
## 1.1.1 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@1.0.3 | ||
## 1.1.1-next.0 | ||
@@ -12,0 +26,0 @@ |
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin", | ||
"version": "0.0.0-nightly-20220614024926", | ||
"version": "0.0.0-nightly-20220622024934", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,9 +42,9 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220614024926", | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220622024934", | ||
"@backstage/types": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220614024926" | ||
"@backstage/cli": "^0.0.0-nightly-20220622024934" | ||
}, | ||
"module": "dist/index.esm.js" | ||
} |
31155