@backstage/plugin-catalog-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 +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-20251009023727
3
+ ## 0.0.0-nightly-20251023023850
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20251009023727
9
- - @backstage/config@0.0.0-nightly-20251009023727
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20251009023727
8
+ - @backstage/config@0.0.0-nightly-20251023023850
9
+ - @backstage/integration@0.0.0-nightly-20251023023850
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251023023850
11
11
  - @backstage/errors@1.2.7
12
- - @backstage/plugin-catalog-common@0.0.0-nightly-20251009023727
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251009023727
12
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20251023023850
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251023023850
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-20251009023727",
3
+ "version": "0.0.0-nightly-20251023023850",
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-20251009023727",
37
- "@backstage/config": "0.0.0-nightly-20251009023727",
36
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251023023850",
37
+ "@backstage/config": "0.0.0-nightly-20251023023850",
38
38
  "@backstage/errors": "1.2.7",
39
- "@backstage/integration": "0.0.0-nightly-20251009023727",
40
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20251009023727",
41
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251009023727",
39
+ "@backstage/integration": "0.0.0-nightly-20251023023850",
40
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20251023023850",
41
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251023023850",
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-20251009023727",
47
- "@backstage/cli": "0.0.0-nightly-20251009023727"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251023023850",
47
+ "@backstage/cli": "0.0.0-nightly-20251023023850"
48
48
  },
49
49
  "files": [
50
50
  "dist"