Version Packages

This commit is contained in:
github-actions[bot]
2022-01-04 10:54:36 +00:00
parent a2fb9a4e03
commit e432d44f94
141 changed files with 1033 additions and 555 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-tasks
## 0.1.2
### Patch Changes
- e188b37024: Updated README to clarify the following:
- Dashes cannot be used in the `id`, changed to an underscore in the example
- The `timeout` is required, this was also added to the example
- Added a note about tasks not running as expected for local development using persistent database
- Updated dependencies
- @backstage/backend-common@0.10.2
## 0.1.1
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.0",
"@backstage/backend-common": "^0.10.2",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.4",
"@backstage/types": "^0.1.1",
@@ -44,7 +44,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.11",
"@backstage/cli": "^0.10.3",
"@backstage/cli": "^0.10.5",
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},