@backstage/plugin-catalog-backend-module-gitea 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251204024637

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20251203024610
3
+ ## 0.0.0-nightly-20251204024637
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20251203024610
9
- - @backstage/integration@0.0.0-nightly-20251203024610
8
+ - @backstage/integration@0.0.0-nightly-20251204024637
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251204024637
10
10
  - @backstage/config@1.3.6
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/plugin-catalog-common@1.1.7
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251203024610
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251204024637
14
14
 
15
15
  ## 0.1.7-next.0
16
16
 
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-20251203024610",
3
+ "version": "0.0.0-nightly-20251204024637",
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-20251203024610",
36
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251204024637",
37
37
  "@backstage/config": "1.3.6",
38
38
  "@backstage/errors": "1.2.7",
39
- "@backstage/integration": "0.0.0-nightly-20251203024610",
39
+ "@backstage/integration": "0.0.0-nightly-20251204024637",
40
40
  "@backstage/plugin-catalog-common": "1.1.7",
41
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251203024610",
41
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251204024637",
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-20251203024610",
47
- "@backstage/cli": "0.0.0-nightly-20251203024610"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251204024637",
47
+ "@backstage/cli": "0.0.0-nightly-20251204024637"
48
48
  },
49
49
  "files": [
50
50
  "dist"