@backstage/plugin-catalog-backend-module-gitea 0.0.0-nightly-20250908023925 → 0.0.0-nightly-20250910023713

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 +12 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20250908023925
3
+ ## 0.0.0-nightly-20250910023713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20250908023925
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250908023925
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250908023925
8
+ - @backstage/integration@0.0.0-nightly-20250910023713
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250910023713
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250910023713
11
11
  - @backstage/config@1.3.3
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/plugin-catalog-common@1.1.5
14
14
 
15
+ ## 0.1.4-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-node@1.19.0-next.1
21
+ - @backstage/integration@1.18.0-next.0
22
+
15
23
  ## 0.1.4-next.0
16
24
 
17
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitea",
3
- "version": "0.0.0-nightly-20250908023925",
3
+ "version": "0.0.0-nightly-20250910023713",
4
4
  "license": "Apache-2.0",
5
5
  "description": "The gitea backend module for the catalog plugin.",
6
6
  "main": "dist/index.cjs.js",
@@ -33,18 +33,18 @@
33
33
  "postpack": "backstage-cli package postpack"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250908023925",
36
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250910023713",
37
37
  "@backstage/config": "1.3.3",
38
38
  "@backstage/errors": "1.2.7",
39
- "@backstage/integration": "0.0.0-nightly-20250908023925",
39
+ "@backstage/integration": "0.0.0-nightly-20250910023713",
40
40
  "@backstage/plugin-catalog-common": "1.1.5",
41
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250908023925",
41
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250910023713",
42
42
  "p-limit": "^3.0.2",
43
43
  "uuid": "^11.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20250908023925",
47
- "@backstage/cli": "0.0.0-nightly-20250908023925"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250910023713",
47
+ "@backstage/cli": "0.0.0-nightly-20250910023713"
48
48
  },
49
49
  "files": [
50
50
  "dist"