Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/plugin-scaffolder-common

Package Overview
Dependencies
Maintainers
4
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-scaffolder-common - npm Package Compare versions

Comparing version 0.0.0-nightly-20220309022441 to 0.0.0-nightly-20220310022859

29

CHANGELOG.md
# @backstage/plugin-scaffolder-common
## 0.0.0-nightly-20220309022441
## 0.0.0-nightly-20220310022859

@@ -26,4 +26,29 @@ ### Minor Changes

- Updated dependencies
- @backstage/catalog-model@0.0.0-nightly-20220309022441
- @backstage/catalog-model@0.0.0-nightly-20220310022859
## 0.3.0-next.0
### Minor Changes
- 310e905998: The following deprecations are now breaking and have been removed:
- **BREAKING**: Support for `backstage.io/v1beta2` Software Templates has been removed. Please migrate your legacy templates to the new `scaffolder.backstage.io/v1beta3` `apiVersion` by following the [migration guide](https://backstage.io/docs/features/software-templates/migrating-from-v1beta2-to-v1beta3)
- **BREAKING**: Removed the deprecated `TemplateMetadata`. Please use `TemplateInfo` instead.
- **BREAKING**: Removed the deprecated `context.baseUrl`. It's now available on `context.templateInfo.baseUrl`.
- **BREAKING**: Removed the deprecated `DispatchResult`, use `TaskBrokerDispatchResult` instead.
- **BREAKING**: Removed the deprecated `runCommand`, use `executeShellCommond` instead.
- **BREAKING**: Removed the deprecated `Status` in favour of `TaskStatus` instead.
- **BREAKING**: Removed the deprecated `TaskState` in favour of `CurrentClaimedTask` instead.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@0.13.0-next.0
## 0.2.3

@@ -30,0 +55,0 @@

6

package.json
{
"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-20220309022441",
"version": "0.0.0-nightly-20220310022859",
"main": "dist/index.cjs.js",

@@ -42,9 +42,9 @@ "types": "dist/index.d.ts",

"dependencies": {
"@backstage/catalog-model": "^0.0.0-nightly-20220309022441",
"@backstage/catalog-model": "^0.0.0-nightly-20220310022859",
"@backstage/types": "^0.1.3"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20220309022441"
"@backstage/cli": "^0.0.0-nightly-20220310022859"
},
"module": "dist/index.esm.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc