Skip to content

Commit

Permalink
run export-dynamic
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
  • Loading branch information
04kash committed Nov 7, 2024
1 parent dca5637 commit 45340cf
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "backstage-community-scaffolder-backend-module-regex-dynamic",
"version": "2.2.2",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public"
},
"backstage": {
"role": "backend-plugin-module",
"supported-versions": "1.32.5",
"pluginId": "scaffolder",
"pluginPackage": "@backstage/plugin-scaffolder-backend"
},
"exports": {
".": {
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"yaml": "^2.3.3",
"zod": "^3.22.4"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-showcase",
"directory": "dynamic-plugins/wrappers/backstage-community-scaffolder-backend-module-regex-dynamic"
},
"maintainers": [
"@janus-idp/maintainers-showcase"
],
"author": "Red Hat",
"homepage": "https://red.ht/rhdh",
"bugs": "https://issues.redhat.com/browse/RHIDP",
"keywords": [
"support:production",
"lifecycle:active"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/plugin-scaffolder-node": "^0.5.0"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
"@smithy/util-utf8": "^2.0.0"
}
},
"resolutions": {
"@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 6
cacheKey: 8

"backstage-community-scaffolder-backend-module-regex-dynamic@workspace:.":
version: 0.0.0-use.local
resolution: "backstage-community-scaffolder-backend-module-regex-dynamic@workspace:."
dependencies:
yaml: ^2.3.3
zod: ^3.22.4
peerDependencies:
"@backstage/backend-plugin-api": ^1.0.1
"@backstage/plugin-scaffolder-node": ^0.5.0
languageName: unknown
linkType: soft

"yaml@npm:^2.3.3":
version: 2.6.0
resolution: "yaml@npm:2.6.0"
bin:
yaml: bin.mjs
checksum: e5e74fd75e01bde2c09333d529af9fbb5928c5f7f01bfdefdcb2bf753d4ef489a45cab4deac01c9448f55ca27e691612b81fe3c3a59bb8cb5b0069da0f92cf0b
languageName: node
linkType: hard

"zod@npm:^3.22.4":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 15949ff82118f59c893dacd9d3c766d02b6fa2e71cf474d5aa888570c469dbf5446ac5ad562bb035bf7ac9650da94f290655c194f4a6de3e766f43febd432c5c
languageName: node
linkType: hard

0 comments on commit 45340cf

Please sign in to comment.