Skip to content

Commit 47d2f40

Browse files
authored
chore: make private deps of data-service public (#7593)
make private deps of data-service public
1 parent 599a933 commit 47d2f40

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/compass-app-registry/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1010
"email": "[email protected]"
1111
},
12-
"private": true,
12+
"publishConfig": {
13+
"access": "public"
14+
},
1315
"homepage": "https://github.com/mongodb-js/compass",
1416
"version": "9.4.28",
1517
"repository": {

packages/compass-logging/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"name": "MongoDB Inc",
66
"email": "[email protected]"
77
},
8-
"private": true,
8+
"publishConfig": {
9+
"access": "public"
10+
},
911
"bugs": {
1012
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1113
"email": "[email protected]"

packages/compass-utils/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"name": "MongoDB Inc",
66
"email": "[email protected]"
77
},
8-
"private": true,
8+
"publishConfig": {
9+
"access": "public"
10+
},
911
"bugs": {
1012
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1113
"email": "[email protected]"

0 commit comments

Comments
 (0)