Skip to content

Commit

Permalink
ci: publish config and ovh-at-internet packages
Browse files Browse the repository at this point in the history
 Core-api package has a dependency on Config and At Internet packages

Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Dec 18, 2024
1 parent ebe8188 commit b38c8e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 7 additions & 3 deletions packages/components/ovh-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ovh-ux/ovh-at-internet",
"version": "0.18.0",
"private": true,
"description": "ATInternet tracking library for OVHcloud.",
"keywords": [
"at-internet",
Expand Down Expand Up @@ -35,8 +34,13 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-config' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@types/lodash-es": "^4.17.5",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@types/lodash-es": "^4.17.5"
},
"peerDependencies": {
"@ovh-ux/manager-config": "^8.0.1"
}
}
9 changes: 7 additions & 2 deletions packages/manager/modules/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ovh-ux/manager-config",
"version": "8.0.1",
"private": true,
"description": "Retrieve configuration based on the environment.",
"homepage": "https://github.com/ovh/manager/tree/master/packages/manager/modules/config#readme",
"bugs": {
Expand All @@ -13,6 +12,7 @@
"directory": "packages/manager/modules/config"
},
"license": "BSD-3-Clause",
"author": "OVH SAS",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -31,7 +31,12 @@
},
"dependencies": {
"@ovh-ux/ovh-reket": "^2.1.7",
"@ovh-ux/request-tagger": "^0.4.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ovh-ux/request-tagger": "^0.4.0"
},
"peerDependencies": {
"@ovh-ux/request-tagger": "^0.4.0"
}
}
1 change: 1 addition & 0 deletions packages/manager/modules/config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"allowJs": true,
"declaration": true,
"skipLibCheck": true,
"emitDeclarationOnly": true,
"declarationDir": "dist/types"
},
"include": ["src/**/*"],
Expand Down

0 comments on commit b38c8e5

Please sign in to comment.