@backstage/plugin-catalog-backend-module-gitea 0.0.0-nightly-20251008023601 → 0.0.0-nightly-20251022024054

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 +29 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,39 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20251008023601
3
+ ## 0.0.0-nightly-20251022024054
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20251008023601
9
- - @backstage/config@0.0.0-nightly-20251008023601
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20251008023601
8
+ - @backstage/config@0.0.0-nightly-20251022024054
9
+ - @backstage/integration@0.0.0-nightly-20251022024054
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251022024054
11
11
  - @backstage/errors@1.2.7
12
- - @backstage/plugin-catalog-common@0.0.0-nightly-20251008023601
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251008023601
12
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20251022024054
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251022024054
14
+
15
+ ## 0.1.6-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/config@1.3.6-next.0
21
+ - @backstage/integration@1.18.2-next.0
22
+ - @backstage/backend-plugin-api@1.4.5-next.0
23
+ - @backstage/errors@1.2.7
24
+ - @backstage/plugin-catalog-common@1.1.7-next.0
25
+ - @backstage/plugin-catalog-node@1.19.2-next.0
26
+
27
+ ## 0.1.5
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/integration@1.18.1
33
+ - @backstage/config@1.3.5
34
+ - @backstage/backend-plugin-api@1.4.4
35
+ - @backstage/plugin-catalog-common@1.1.6
36
+ - @backstage/plugin-catalog-node@1.19.1
14
37
 
15
38
  ## 0.1.5-next.1
16
39
 
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-20251008023601",
3
+ "version": "0.0.0-nightly-20251022024054",
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-20251008023601",
37
- "@backstage/config": "0.0.0-nightly-20251008023601",
36
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251022024054",
37
+ "@backstage/config": "0.0.0-nightly-20251022024054",
38
38
  "@backstage/errors": "1.2.7",
39
- "@backstage/integration": "0.0.0-nightly-20251008023601",
40
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20251008023601",
41
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251008023601",
39
+ "@backstage/integration": "0.0.0-nightly-20251022024054",
40
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20251022024054",
41
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251022024054",
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-20251008023601",
47
- "@backstage/cli": "0.0.0-nightly-20251008023601"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251022024054",
47
+ "@backstage/cli": "0.0.0-nightly-20251022024054"
48
48
  },
49
49
  "files": [
50
50
  "dist"