Skip to content

Commit

Permalink
feat: add changes to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
  • Loading branch information
elaine-mattos committed Mar 20, 2024
1 parent 821e0e2 commit 24b2bbb
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 83 deletions.
146 changes: 68 additions & 78 deletions plugins/catalog-backend-module-gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,82 +12,72 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"version": "0.3.11-next.2",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"keywords": [
"backstage"
],
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/catalog-backend-module-gitlab"
},
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
}
},
"files": [
"config.d.ts",
"dist"
],
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"start": "backstage-cli package start",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@gitbeaker/rest": "^39.34.3",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^9.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/plugin-events-backend-test-utils": "workspace:^",
"@types/lodash": "^4.14.151",
"@types/uuid": "^9.0.0",
"luxon": "^3.0.0",
"msw": "^1.0.0"
},
"configSchema": "config.d.ts"
*/{
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^9.0.0",
"winston": "^3.2.1"
},
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/lodash": "^4.14.151",
"@types/uuid": "^9.0.0",
"luxon": "^3.0.0",
"msw": "^1.0.0"
},
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"files": [
"config.d.ts",
"dist"
],
"homepage": "https://backstage.io",
"keywords": [
"backstage"
],
"license": "Apache-2.0",
"main": "src/index.ts",
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "plugins/catalog-backend-module-gitlab",
"type": "git",
"url": "https://github.com/backstage/backstage"
},
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"postpack": "backstage-cli package postpack",
"prepack": "backstage-cli package prepack",
"start": "backstage-cli package start",
"test": "backstage-cli package test"
},
"types": "src/index.ts",
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
}
},
"version": "0.3.11"
}
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5489,11 +5489,7 @@ __metadata:
"@backstage/cli": "workspace:^"
"@backstage/config": "workspace:^"
"@backstage/integration": "workspace:^"
"@backstage/plugin-catalog-common": "workspace:^"
"@backstage/plugin-catalog-node": "workspace:^"
"@backstage/plugin-events-backend-test-utils": "workspace:^"
"@backstage/plugin-events-node": "workspace:^"
"@gitbeaker/rest": ^39.34.3
"@types/lodash": ^4.14.151
"@types/uuid": ^9.0.0
lodash: ^4.17.21
Expand Down Expand Up @@ -11259,7 +11255,7 @@ __metadata:
languageName: node
linkType: hard

"@gitbeaker/rest@npm:^39.25.0, @gitbeaker/rest@npm:^39.34.3":
"@gitbeaker/rest@npm:^39.25.0":
version: 39.34.3
resolution: "@gitbeaker/rest@npm:39.34.3"
dependencies:
Expand Down

0 comments on commit 24b2bbb

Please sign in to comment.