@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240614021713

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -4
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,27 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240614021713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - d44a20a: Added additional plugin metadata to `package.json`.
7
8
  - 1354d81: Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
8
9
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
10
- - @backstage/integration@0.0.0-nightly-20240611021715
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240611021715
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240614021713
11
+ - @backstage/integration@0.0.0-nightly-20240614021713
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240614021713
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+
16
+ ## 0.1.9-next.3
17
+
18
+ ### Patch Changes
19
+
20
+ - d44a20a: Added additional plugin metadata to `package.json`.
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.6.19-next.3
23
+ - @backstage/integration@1.12.0-next.1
24
+ - @backstage/plugin-scaffolder-node@0.4.5-next.3
12
25
  - @backstage/config@1.2.0
13
26
  - @backstage/errors@1.2.4
14
27
 
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitea",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240614021713",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "scaffolder",
8
+ "pluginPackage": "@backstage/plugin-scaffolder-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -37,18 +39,18 @@
37
39
  "test": "backstage-cli package test"
38
40
  },
39
41
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240614021713",
41
43
  "@backstage/config": "^1.2.0",
42
44
  "@backstage/errors": "^1.2.4",
43
- "@backstage/integration": "^0.0.0-nightly-20240611021715",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240611021715",
45
+ "@backstage/integration": "^0.0.0-nightly-20240614021713",
46
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240614021713",
45
47
  "node-fetch": "^2.6.7",
46
48
  "yaml": "^2.0.0"
47
49
  },
48
50
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
50
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
51
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240611021715",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240614021713",
52
+ "@backstage/cli": "^0.0.0-nightly-20240614021713",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240614021713",
52
54
  "msw": "^1.0.0"
53
55
  }
54
56
  }