@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240416021242 → 0.0.0-nightly-20240421021442

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240416021242
3
+ ## 0.0.0-nightly-20240421021442
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240421021442
9
+ - @backstage/config@1.2.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/integration@1.10.0
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240421021442
13
+
14
+ ## 0.1.7
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - 33f958a: Improve examples to ensure consistency across all publish actions
8
19
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240416021242
10
- - @backstage/integration@0.0.0-nightly-20240416021242
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240416021242
20
+ - @backstage/backend-plugin-api@0.6.17
21
+ - @backstage/integration@1.10.0
22
+ - @backstage/plugin-scaffolder-node@0.4.3
12
23
  - @backstage/config@1.2.0
13
24
  - @backstage/errors@1.2.4
14
25
 
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-20240416021242",
3
+ "version": "0.0.0-nightly-20240421021442",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240416021242",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240421021442",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/integration": "^0.0.0-nightly-20240416021242",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240416021242",
43
+ "@backstage/integration": "^1.10.0",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240421021442",
45
45
  "node-fetch": "^2.6.7",
46
46
  "yaml": "^2.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240416021242",
50
- "@backstage/cli": "^0.0.0-nightly-20240416021242",
51
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240416021242",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240421021442",
50
+ "@backstage/cli": "^0.0.0-nightly-20240421021442",
51
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240421021442",
52
52
  "msw": "^1.0.0"
53
53
  }
54
54
  }