Skip to content

Commit

Permalink
chore(build): regenerate plugin yarn.lock (#2224)
Browse files Browse the repository at this point in the history
Update the checked in yarn.lock to accomadate dependency updates.  This
change also updates a couple other committed package.json files.

Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
  • Loading branch information
gashcrumb authored Sep 20, 2024
1 parent 474247d commit 0f3272c
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 921 deletions.
1 change: 1 addition & 0 deletions plugins/3scale-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-3scale-backend-dynamic",
"version": "1.8.1",
"private": true,
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
Expand Down
17 changes: 10 additions & 7 deletions plugins/lightspeed-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "@janus-idp/backstage-plugin-lightspeed-backend-dynamic",
"version": "0.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "backend-plugin"
"role": "backend-plugin",
"pluginId": "lightspeed",
"pluginPackages": [
"@janus-idp/backstage-plugin-lightspeed",
"@janus-idp/backstage-plugin-lightspeed-backend"
]
},
"exports": {
".": {
Expand Down Expand Up @@ -44,7 +47,7 @@
"configSchema": "config.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"url": "git+https://github.com/janus-idp/backstage-plugins.git",
"directory": "plugins/lightspeed-backend"
},
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions plugins/rbac-backend-module-test/dist-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@janus-idp/backstage-plugin-rbac-backend-module-test-dynamic",
"description": "The test backend module for the rbac plugin.",
"version": "0.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "backend-plugin-module"
"role": "backend-plugin-module",
"pluginId": "rbac",
"pluginPackage": "@janus-idp/backstage-plugin-rbac-backend"
},
"exports": {
".": {
Expand All @@ -27,7 +27,7 @@
},
"scripts": {},
"dependencies": {
"@janus-idp/backstage-plugin-rbac-node": "^1.5.0",
"@janus-idp/backstage-plugin-rbac-node": "^1.6.0",
"csv-parse": "^5.5.6"
},
"devDependencies": {},
Expand Down
Loading

0 comments on commit 0f3272c

Please sign in to comment.