@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20250228023422 → 0.0.0-nightly-20250302023532

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 +6 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20250228023422
3
+ ## 0.0.0-nightly-20250302023532
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250228023422
9
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250228023422
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250302023532
9
+ - @backstage/config@1.3.2
10
+ - @backstage/errors@1.2.7
11
+ - @backstage/integration@1.16.1
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250302023532
10
13
 
11
14
  ## 0.2.7-next.0
12
15
 
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-20250228023422",
3
+ "version": "0.0.0-nightly-20250302023532",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,17 +50,17 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250228023422",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250302023532",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.16.1",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250228023422",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250302023532",
58
58
  "yaml": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20250228023422",
62
- "@backstage/cli": "0.30.0",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250228023422",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250302023532",
62
+ "@backstage/cli": "0.0.0-nightly-20250302023532",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250302023532",
64
64
  "msw": "^1.0.0"
65
65
  }
66
66
  }