@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20251009023727 → 0.0.0-nightly-20251023023850

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