@backstage/backend-plugin-api 0.0.0-nightly-20230227023058 → 0.0.0-nightly-20230301023424

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,15 +1,28 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230227023058
3
+ ## 0.0.0-nightly-20230301023424
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 928a12a9b3e: Internal refactor of `/alpha` exports.
8
+ - 482dae5de1c: Updated link to docs.
8
9
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20230227023058
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20230227023058
11
- - @backstage/plugin-permission-common@0.0.0-nightly-20230227023058
12
- - @backstage/config@1.0.6
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230301023424
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230301023424
12
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230301023424
13
+ - @backstage/config@0.0.0-nightly-20230301023424
14
+ - @backstage/types@1.0.2
15
+
16
+ ## 0.4.1-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - 482dae5de1c: Updated link to docs.
21
+ - Updated dependencies
22
+ - @backstage/plugin-auth-node@0.2.12-next.1
23
+ - @backstage/plugin-permission-common@0.7.4-next.0
24
+ - @backstage/backend-tasks@0.4.4-next.1
25
+ - @backstage/config@1.0.7-next.0
13
26
  - @backstage/types@1.0.2
14
27
 
15
28
  ## 0.4.1-next.0
package/README.md CHANGED
@@ -16,5 +16,5 @@ yarn add --cwd plugins/<plugin>-backend @backstage/backend-plugin-api
16
16
  ## Documentation
17
17
 
18
18
  - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19
- - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19
+ - [Backstage Documentation](https://backstage.io/docs)
20
20
  - [Backstage Backend System](https://backstage.io/docs/backend-system/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
3
  "description": "Core API used by Backstage backend plugins",
4
- "version": "0.0.0-nightly-20230227023058",
4
+ "version": "0.0.0-nightly-20230301023424",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,17 +32,17 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-tasks": "^0.0.0-nightly-20230227023058",
36
- "@backstage/config": "^1.0.6",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230227023058",
38
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230227023058",
35
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230301023424",
36
+ "@backstage/config": "^0.0.0-nightly-20230301023424",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230301023424",
38
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230301023424",
39
39
  "@backstage/types": "^1.0.2",
40
40
  "@types/express": "^4.17.6",
41
41
  "express": "^4.17.1",
42
42
  "knex": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230227023058"
45
+ "@backstage/cli": "^0.0.0-nightly-20230301023424"
46
46
  },
47
47
  "files": [
48
48
  "dist",