@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240621021638

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,27 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240621021638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
9
+ - @backstage/config@1.2.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/integration@1.12.0
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240621021638
13
+
14
+ ## 0.1.9
15
+
16
+ ### Patch Changes
17
+
18
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
7
19
  - d44a20a: Added additional plugin metadata to `package.json`.
8
20
  - 1354d81: Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
9
21
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
11
- - @backstage/integration@0.0.0-nightly-20240617021823
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240617021823
22
+ - @backstage/backend-plugin-api@0.6.19
23
+ - @backstage/integration@1.12.0
24
+ - @backstage/plugin-scaffolder-node@0.4.5
13
25
  - @backstage/config@1.2.0
14
26
  - @backstage/errors@1.2.4
15
27
 
package/dist/index.d.ts CHANGED
@@ -27,6 +27,6 @@ declare function createPublishGiteaAction(options: {
27
27
  * @public
28
28
  * The Gitea Module for the Scaffolder Backend
29
29
  */
30
- declare const giteaModule: () => _backstage_backend_plugin_api.BackendFeature;
30
+ declare const giteaModule: _backstage_backend_plugin_api.BackendFeatureCompat;
31
31
 
32
32
  export { createPublishGiteaAction, giteaModule as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitea",
3
- "version": "0.0.0-nightly-20240617021823",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,18 +39,18 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240617021823",
46
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240617021823",
45
+ "@backstage/integration": "^1.12.0",
46
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240621021638",
47
47
  "node-fetch": "^2.6.7",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
52
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240617021823",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
52
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240621021638",
54
54
  "msw": "^1.0.0"
55
55
  }
56
56
  }