@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20251002023820 → 0.0.0-nightly-20251003023737

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20251002023820
3
+ ## 0.0.0-nightly-20251003023737
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-20251002023820
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251002023820
11
- - @backstage/config@0.0.0-nightly-20251002023820
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20251002023820
9
+ - @backstage/integration@0.0.0-nightly-20251003023737
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251003023737
11
+ - @backstage/config@0.0.0-nightly-20251003023737
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251003023737
13
13
  - @backstage/errors@1.2.7
14
14
 
15
15
  ## 0.2.14-next.1
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-20251002023820",
3
+ "version": "0.0.0-nightly-20251003023737",
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-20251002023820",
54
- "@backstage/config": "0.0.0-nightly-20251002023820",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251003023737",
54
+ "@backstage/config": "0.0.0-nightly-20251003023737",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "0.0.0-nightly-20251002023820",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251002023820",
56
+ "@backstage/integration": "0.0.0-nightly-20251003023737",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251003023737",
58
58
  "yaml": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20251002023820",
62
- "@backstage/cli": "0.0.0-nightly-20251002023820",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251002023820",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251003023737",
62
+ "@backstage/cli": "0.0.0-nightly-20251003023737",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251003023737",
64
64
  "msw": "^1.0.0"
65
65
  }
66
66
  }