Skip to content

Commit 7a85a65

Browse files
authored
RHDHPAI-1019: make ai-integrations/model catalog plugins public (#1527)
1 parent 1e6b861 commit 7a85a65

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

workspaces/ai-integrations/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@internal/ai-integrations",
33
"version": "1.0.0",
4-
"private": true,
54
"engines": {
65
"node": "18 || 20"
76
},

workspaces/ai-integrations/plugins/catalog-backend-module-model-catalog/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-model-catalog",
33
"version": "0.6.0",
44
"license": "Apache-2.0",
5-
"private": true,
65
"description": "The model-catalog backend module for the catalog plugin.",
76
"main": "src/index.ts",
87
"types": "src/index.ts",

workspaces/ai-integrations/plugins/catalog-techdoc-url-reader-backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@red-hat-developer-hub/backstage-plugin-catalog-techdoc-url-reader-backend",
33
"version": "0.3.0",
44
"license": "Apache-2.0",
5-
"private": true,
65
"main": "src/index.ts",
76
"types": "src/index.ts",
87
"publishConfig": {

0 commit comments

Comments
 (0)