@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20250924023639 → 0.0.0-nightly-20250926023656

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 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,27 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20250924023639
3
+ ## 0.0.0-nightly-20250926023656
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c8aa210: Updating import for the `scaffolderActionsExtensionPoint` to be the main export
8
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20250924023639
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250924023639
11
- - @backstage/backend-plugin-api@1.4.3
12
- - @backstage/config@1.3.3
9
+ - @backstage/integration@0.0.0-nightly-20250926023656
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250926023656
11
+ - @backstage/config@0.0.0-nightly-20250926023656
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250926023656
13
13
  - @backstage/errors@1.2.7
14
14
 
15
+ ## 0.2.14-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/config@1.3.4-next.0
21
+ - @backstage/integration@1.18.1-next.1
22
+ - @backstage/backend-plugin-api@1.4.4-next.0
23
+ - @backstage/plugin-scaffolder-node@0.12.0-next.1
24
+
15
25
  ## 0.2.14-next.0
16
26
 
17
27
  ### Patch Changes
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-20250924023639",
3
+ "version": "0.0.0-nightly-20250926023656",
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": "1.4.3",
54
- "@backstage/config": "1.3.3",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250926023656",
54
+ "@backstage/config": "0.0.0-nightly-20250926023656",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "0.0.0-nightly-20250924023639",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250924023639",
56
+ "@backstage/integration": "0.0.0-nightly-20250926023656",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250926023656",
58
58
  "yaml": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20250924023639",
62
- "@backstage/cli": "0.0.0-nightly-20250924023639",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250924023639",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250926023656",
62
+ "@backstage/cli": "0.0.0-nightly-20250926023656",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250926023656",
64
64
  "msw": "^1.0.0"
65
65
  }
66
66
  }