@backstage/plugin-catalog-backend-module-scaffolder-entity-model 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +6 -13
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-catalog-backend-module-scaffolder-entity-model
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-common@0.0.0-nightly-20250310022211
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250310022211
8
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20250311023550
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
10
10
  - @backstage/catalog-model@1.7.3
11
11
  - @backstage/plugin-catalog-common@1.1.3
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250310022211
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250311023550
13
13
 
14
14
  ## 0.2.6-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
3
- "version": "0.0.0-nightly-20250310022211",
3
+ "version": "0.0.0-nightly-20250311023550",
4
4
  "description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
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,14 +43,14 @@
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/catalog-model": "1.7.3",
55
48
  "@backstage/plugin-catalog-common": "1.1.3",
56
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250310022211",
57
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20250310022211"
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250311023550",
50
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20250311023550"
58
51
  },
59
52
  "devDependencies": {
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250310022211",
61
- "@backstage/cli": "0.0.0-nightly-20250310022211"
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
54
+ "@backstage/cli": "0.0.0-nightly-20250311023550"
62
55
  }
63
56
  }