Skip to content

Commit 4e2899e

Browse files
authored
ui: Added repo url to package.json files (#6116)
* touch ui packages * OIdc trusted publishing potential fix * Touch packages * Lerna and publishing related packages upgrade * Touch packages * Added repo url to package.json files
1 parent 6fc7f86 commit 4e2899e

File tree

10 files changed

+3000
-11805
lines changed

10 files changed

+3000
-11805
lines changed

ui/packages/shared/client/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"keywords": [],
2222
"author": "",
2323
"license": "ISC",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/parca-dev/parca",
27+
"directory": "ui/packages/shared/client"
28+
},
2429
"publishConfig": {
2530
"access": "public",
2631
"registry": "https://registry.npmjs.org/"

ui/packages/shared/components/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
"keywords": [],
5858
"author": "",
5959
"license": "ISC",
60+
"repository": {
61+
"type": "git",
62+
"url": "https://github.com/parca-dev/parca",
63+
"directory": "ui/packages/shared/components"
64+
},
6065
"publishConfig": {
6166
"access": "public",
6267
"registry": "https://registry.npmjs.org/"

ui/packages/shared/dynamicsize/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"keywords": [],
1010
"author": "",
1111
"license": "ISC",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/parca-dev/parca",
15+
"directory": "ui/packages/shared/dynamicsize"
16+
},
1217
"publishConfig": {
1318
"access": "public",
1419
"registry": "https://registry.npmjs.org/"

ui/packages/shared/hooks/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"keywords": [],
2525
"author": "",
2626
"license": "ISC",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/parca-dev/parca",
30+
"directory": "ui/packages/shared/hooks"
31+
},
2732
"publishConfig": {
2833
"access": "public",
2934
"registry": "https://registry.npmjs.org/"

ui/packages/shared/icons/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"keywords": [],
1414
"author": "",
1515
"license": "ISC",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/parca-dev/parca",
19+
"directory": "ui/packages/shared/icons"
20+
},
1621
"publishConfig": {
1722
"access": "public",
1823
"registry": "https://registry.npmjs.org/"

ui/packages/shared/parser/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/parca-dev/parca",
18+
"directory": "ui/packages/shared/parser"
19+
},
1520
"dependencies": {
1621
"moo": "^0.5.2",
1722
"nearley": "2.20.1",

ui/packages/shared/profile/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
"keywords": [],
7676
"author": "",
7777
"license": "ISC",
78+
"repository": {
79+
"type": "git",
80+
"url": "https://github.com/parca-dev/parca",
81+
"directory": "ui/packages/shared/profile"
82+
},
7883
"publishConfig": {
7984
"access": "public",
8085
"registry": "https://registry.npmjs.org/"

ui/packages/shared/store/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"keywords": [],
1414
"author": "",
1515
"license": "ISC",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/parca-dev/parca",
19+
"directory": "ui/packages/shared/store"
20+
},
1621
"dependencies": {
1722
"@parca/client": "workspace:*",
1823
"@parca/utilities": "workspace:*",

ui/packages/shared/utilities/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"keywords": [],
2222
"author": "",
2323
"license": "ISC",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/parca-dev/parca",
27+
"directory": "ui/packages/shared/utilities"
28+
},
2429
"publishConfig": {
2530
"access": "public",
2631
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)