@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20250310022211 → 0.0.0-nightly-20250311023550

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20250310022211
3
+ ## 0.0.0-nightly-20250311023550
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250310022211
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250310022211
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250311023550
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
10
10
  - @backstage/config@1.3.2
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/integration@1.16.1
package/dist/index.d.ts CHANGED
@@ -15,12 +15,12 @@ declare function createPublishGiteaAction(options: {
15
15
  }): _backstage_plugin_scaffolder_node.TemplateAction<{
16
16
  repoUrl: string;
17
17
  description: string;
18
- defaultBranch?: string | undefined;
19
- repoVisibility?: "private" | "public" | undefined;
20
- gitCommitMessage?: string | undefined;
21
- gitAuthorName?: string | undefined;
22
- gitAuthorEmail?: string | undefined;
23
- sourcePath?: string | undefined;
18
+ defaultBranch?: string;
19
+ repoVisibility?: "private" | "public";
20
+ gitCommitMessage?: string;
21
+ gitAuthorName?: string;
22
+ gitAuthorEmail?: string;
23
+ sourcePath?: string;
24
24
  }, _backstage_types.JsonObject>;
25
25
 
26
26
  /**
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-20250310022211",
3
+ "version": "0.0.0-nightly-20250311023550",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -30,13 +30,6 @@
30
30
  },
31
31
  "main": "./dist/index.cjs.js",
32
32
  "types": "./dist/index.d.ts",
33
- "typesVersions": {
34
- "*": {
35
- "index": [
36
- "dist/index.d.ts"
37
- ]
38
- }
39
- },
40
33
  "files": [
41
34
  "dist"
42
35
  ],
@@ -50,17 +43,17 @@
50
43
  "test": "backstage-cli package test"
51
44
  },
52
45
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250310022211",
46
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
54
47
  "@backstage/config": "1.3.2",
55
48
  "@backstage/errors": "1.2.7",
56
49
  "@backstage/integration": "1.16.1",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250310022211",
50
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250311023550",
58
51
  "yaml": "^2.0.0"
59
52
  },
60
53
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20250310022211",
62
- "@backstage/cli": "0.0.0-nightly-20250310022211",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250310022211",
54
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
55
+ "@backstage/cli": "0.0.0-nightly-20250311023550",
56
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250311023550",
64
57
  "msw": "^1.0.0"
65
58
  }
66
59
  }