-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4235077
commit d43de66
Showing
6 changed files
with
210 additions
and
213 deletions.
There are no files selected for viewing
122 changes: 61 additions & 61 deletions
122
...at-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
{ | ||
"name": "red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
"types": "src/index.ts", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts" | ||
}, | ||
"backstage": { | ||
"role": "backend-plugin-module", | ||
"supported-versions": "1.32.6", | ||
"pluginId": "catalog", | ||
"pluginPackage": "@backstage/plugin-catalog-backend" | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "backstage-cli package build", | ||
"lint:check": "backstage-cli package lint", | ||
"test": "backstage-cli package test --passWithNoTests --coverage", | ||
"clean": "backstage-cli package clean", | ||
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules", | ||
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace", | ||
"export-dynamic:clean": "run export-dynamic --clean" | ||
}, | ||
"dependencies": { | ||
"@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.28.2", | ||
"@janus-idp/cli": "1.18.5", | ||
"typescript": "5.6.3" | ||
}, | ||
"files": [ | ||
"app-config.dynamic.yaml", | ||
"dist", | ||
"dist-scalprum" | ||
], | ||
"scalprum": { | ||
"name": "red-hat-developer-hub.backstage-plugin-catalog-backend-module-marketplace-dynamic", | ||
"exposedModules": { | ||
"PluginRoot": "./src/index.ts" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/janus-idp/backstage-showcase", | ||
"directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic" | ||
}, | ||
"maintainers": [ | ||
"@janus-idp/maintainers-showcase" | ||
], | ||
"author": "Red Hat", | ||
"homepage": "https://red.ht/rhdh", | ||
"bugs": "https://issues.redhat.com/browse/RHIDP", | ||
"keywords": [ | ||
"support:tech-preview", | ||
"lifecycle:active" | ||
] | ||
"name": "red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
"types": "src/index.ts", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts" | ||
}, | ||
"backstage": { | ||
"role": "backend-plugin-module", | ||
"supported-versions": "1.32.6", | ||
"pluginId": "catalog", | ||
"pluginPackage": "@backstage/plugin-catalog-backend" | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "backstage-cli package build", | ||
"lint:check": "backstage-cli package lint", | ||
"test": "backstage-cli package test --passWithNoTests --coverage", | ||
"clean": "backstage-cli package clean", | ||
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules", | ||
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace", | ||
"export-dynamic:clean": "run export-dynamic --clean" | ||
}, | ||
"dependencies": { | ||
"@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.28.2", | ||
"@janus-idp/cli": "1.18.5", | ||
"typescript": "5.6.3" | ||
}, | ||
"files": [ | ||
"app-config.dynamic.yaml", | ||
"dist", | ||
"dist-scalprum" | ||
], | ||
"scalprum": { | ||
"name": "red-hat-developer-hub.backstage-plugin-catalog-backend-module-marketplace-dynamic", | ||
"exposedModules": { | ||
"PluginRoot": "./src/index.ts" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/janus-idp/backstage-showcase", | ||
"directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic" | ||
}, | ||
"maintainers": [ | ||
"@janus-idp/maintainers-showcase" | ||
], | ||
"author": "Red Hat", | ||
"homepage": "https://red.ht/rhdh", | ||
"bugs": "https://issues.redhat.com/browse/RHIDP", | ||
"keywords": [ | ||
"support:tech-preview", | ||
"lifecycle:active" | ||
] | ||
} |
15 changes: 7 additions & 8 deletions
15
...-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic/turbo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
{ | ||
"extends": ["//"], | ||
"tasks": { | ||
"tsc": { | ||
"outputs": [ | ||
"../../../dist-types/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic/**" | ||
] | ||
} | ||
"extends": ["//"], | ||
"tasks": { | ||
"tsc": { | ||
"outputs": [ | ||
"../../../dist-types/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic/**" | ||
] | ||
} | ||
} | ||
} |
132 changes: 66 additions & 66 deletions
132
.../wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
{ | ||
"name": "red-hat-developer-hub-backstage-plugin-marketplace-backend", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
"types": "src/index.ts", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"backstage": { | ||
"role": "backend-plugin", | ||
"supported-versions": "1.32.6", | ||
"pluginId": "red-hat-developer-hub-backstage-plugin-marketplace-backend", | ||
"pluginPackages": [ | ||
"red-hat-developer-hub-backstage-plugin-marketplace", | ||
"red-hat-developer-hub-backstage-plugin-marketplace-backend" | ||
] | ||
}, | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"package.json": [ | ||
"package.json" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "backstage-cli package build", | ||
"lint:check": "backstage-cli package lint", | ||
"test": "backstage-cli package test --passWithNoTests --coverage", | ||
"clean": "backstage-cli package clean", | ||
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules", | ||
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-marketplace-backend", | ||
"export-dynamic:clean": "run export-dynamic --clean" | ||
}, | ||
"dependencies": { | ||
"@red-hat-developer-hub/backstage-plugin-marketplace-backend": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.28.2", | ||
"@janus-idp/cli": "1.18.5", | ||
"typescript": "5.6.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
"dist-dynamic/*.*", | ||
"dist-dynamic/dist/**" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/janus-idp/backstage-showcase", | ||
"directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic" | ||
}, | ||
"maintainers": [ | ||
"@janus-idp/maintainers-showcase" | ||
], | ||
"author": "Red Hat", | ||
"homepage": "https://red.ht/rhdh", | ||
"bugs": "https://issues.redhat.com/browse/RHIDP", | ||
"keywords": [ | ||
"support:tech-preview", | ||
"lifecycle:active" | ||
"name": "red-hat-developer-hub-backstage-plugin-marketplace-backend", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
"types": "src/index.ts", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"backstage": { | ||
"role": "backend-plugin", | ||
"supported-versions": "1.32.6", | ||
"pluginId": "red-hat-developer-hub-backstage-plugin-marketplace-backend", | ||
"pluginPackages": [ | ||
"red-hat-developer-hub-backstage-plugin-marketplace", | ||
"red-hat-developer-hub-backstage-plugin-marketplace-backend" | ||
] | ||
}, | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"package.json": [ | ||
"package.json" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "backstage-cli package build", | ||
"lint:check": "backstage-cli package lint", | ||
"test": "backstage-cli package test --passWithNoTests --coverage", | ||
"clean": "backstage-cli package clean", | ||
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules", | ||
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @red-hat-developer-hub/backstage-plugin-marketplace-backend", | ||
"export-dynamic:clean": "run export-dynamic --clean" | ||
}, | ||
"dependencies": { | ||
"@red-hat-developer-hub/backstage-plugin-marketplace-backend": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.28.2", | ||
"@janus-idp/cli": "1.18.5", | ||
"typescript": "5.6.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
"dist-dynamic/*.*", | ||
"dist-dynamic/dist/**" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/janus-idp/backstage-showcase", | ||
"directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic" | ||
}, | ||
"maintainers": [ | ||
"@janus-idp/maintainers-showcase" | ||
], | ||
"author": "Red Hat", | ||
"homepage": "https://red.ht/rhdh", | ||
"bugs": "https://issues.redhat.com/browse/RHIDP", | ||
"keywords": [ | ||
"support:tech-preview", | ||
"lifecycle:active" | ||
] | ||
} |
15 changes: 7 additions & 8 deletions
15
...ns/wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic/turbo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
{ | ||
"extends": ["//"], | ||
"tasks": { | ||
"tsc": { | ||
"outputs": [ | ||
"../../../dist-types/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic/**" | ||
] | ||
} | ||
"extends": ["//"], | ||
"tasks": { | ||
"tsc": { | ||
"outputs": [ | ||
"../../../dist-types/dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic/**" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.