@backstage/backend-plugin-api 0.0.0-nightly-20240428021607 → 0.0.0-nightly-20240429021333

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,13 +1,13 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20240428021607
3
+ ## 0.0.0-nightly-20240429021333
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1fedf0c: Removed explicit `toString()` method from `ServiceRef` type.
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240428021607
10
- - @backstage/backend-tasks@0.0.0-nightly-20240428021607
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240429021333
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240429021333
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/types@1.1.1
13
13
  - @backstage/plugin-permission-common@0.7.13
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240428021607",
3
+ "version": "0.0.0-nightly-20240429021333",
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-20240428021607",
3
+ "version": "0.0.0-nightly-20240429021333",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -47,9 +47,9 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-tasks": "^0.0.0-nightly-20240428021607",
50
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240429021333",
51
51
  "@backstage/config": "^1.2.0",
52
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240428021607",
52
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240429021333",
53
53
  "@backstage/plugin-permission-common": "^0.7.13",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "@types/express": "^4.17.6",
@@ -57,6 +57,6 @@
57
57
  "knex": "^3.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.0.0-nightly-20240428021607"
60
+ "@backstage/cli": "^0.0.0-nightly-20240429021333"
61
61
  }
62
62
  }