@backstage/backend-plugin-api 0.0.0-nightly-20240525021433 → 0.0.0-nightly-20240527021628

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20240525021433
3
+ ## 0.0.0-nightly-20240527021628
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
  - 6551b3d: Moved the declaration of the `SchedulerService` here, along with prefixed versions of all of the types it depends on, from `@backstage/backend-tasks`
9
9
  - 1779188: Start using the `isDatabaseConflictError` helper from the `@backstage/backend-plugin-api` package in order to avoid dependency with the soon to deprecate `@backstage/backend-common` package.
10
10
  - Updated dependencies
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20240525021433
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240527021628
12
12
 
13
13
  ## 0.6.19-next.0
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240525021433",
3
+ "version": "0.0.0-nightly-20240527021628",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240525021433",
3
+ "version": "0.0.0-nightly-20240527021628",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -56,7 +56,7 @@
56
56
  "@backstage/cli-common": "^0.1.13",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240525021433",
59
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240527021628",
60
60
  "@backstage/plugin-permission-common": "^0.7.13",
61
61
  "@backstage/types": "^1.1.1",
62
62
  "@types/express": "^4.17.6",
@@ -66,7 +66,7 @@
66
66
  "luxon": "^3.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240525021433",
70
- "@backstage/cli": "^0.0.0-nightly-20240525021433"
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240527021628",
70
+ "@backstage/cli": "^0.0.0-nightly-20240527021628"
71
71
  }
72
72
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240525021433",
3
+ "version": "0.0.0-nightly-20240527021628",
4
4
  "main": "../dist/testUtils.cjs.js",
5
5
  "types": "../dist/testUtils.d.ts"
6
6
  }