@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240804022043 → 0.0.0-nightly-20240807021931

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 +16 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240804022043
3
+ ## 0.0.0-nightly-20240807021931
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - 24de005: Added test cases for publish:gitea examples
9
9
  - Updated dependencies
10
- - @backstage/integration@0.0.0-nightly-20240804022043
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240804022043
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240807021931
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240807021931
12
+ - @backstage/integration@0.0.0-nightly-20240807021931
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+
16
+ ## 0.1.13-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.8.0-next.2
23
+ - @backstage/plugin-scaffolder-node@0.4.9-next.2
24
+ - @backstage/integration@1.14.0-next.0
12
25
  - @backstage/config@1.2.0
13
26
  - @backstage/errors@1.2.4
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240804022043
15
27
 
16
28
  ## 0.1.13-next.1
17
29
 
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-20240804022043",
3
+ "version": "0.0.0-nightly-20240807021931",
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-20240804022043",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240807021931",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240804022043",
46
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240804022043",
45
+ "@backstage/integration": "^0.0.0-nightly-20240807021931",
46
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240807021931",
47
47
  "node-fetch": "^2.7.0",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240804022043",
52
- "@backstage/cli": "^0.0.0-nightly-20240804022043",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240804022043",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240807021931",
52
+ "@backstage/cli": "^0.0.0-nightly-20240807021931",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240807021931",
54
54
  "msw": "^1.0.0"
55
55
  }
56
56
  }