Skip to content

Commit ba8f9d4

Browse files
authored
chore(monorepo): mark some currently published packages as private (#7385)
1 parent e5ad752 commit ba8f9d4

File tree

31 files changed

+47
-69
lines changed

31 files changed

+47
-69
lines changed

configs/eslint-config-compass/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,5 @@
4040
"url": "https://github.com/mongodb-js/compass.git"
4141
},
4242
"homepage": "https://github.com/mongodb-js/compass",
43-
"publishConfig": {
44-
"access": "public"
45-
}
43+
"private": true
4644
}

configs/eslint-plugin-compass/package.json

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

configs/mocha-config-compass/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"url": "https://github.com/mongodb-js/compass.git"
2020
},
2121
"homepage": "https://github.com/mongodb-js/compass",
22-
"publishConfig": {
23-
"access": "public"
24-
},
22+
"private": true,
2523
"dependencies": {
2624
"@electron/remote": "^2.1.3",
2725
"@mongodb-js/mocha-config-devtools": "^1.0.4",

configs/prettier-config-compass/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@
2424
"url": "https://github.com/mongodb-js/compass.git"
2525
},
2626
"homepage": "https://github.com/mongodb-js/compass",
27-
"publishConfig": {
28-
"access": "public"
29-
}
27+
"private": true
3028
}

configs/tsconfig-compass/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@
2626
"url": "https://github.com/mongodb-js/compass.git"
2727
},
2828
"homepage": "https://github.com/mongodb-js/compass",
29-
"publishConfig": {
30-
"access": "public"
31-
}
29+
"private": true
3230
}

configs/webpack-config-compass/package.json

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

packages/atlas-service/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "@mongodb-js/atlas-service",
3-
"description": "Service to handle Atlas sign in and API requests",
3+
"description": "Service to handle Atlas API requests",
44
"author": {
55
"name": "MongoDB Inc",
66
"email": "[email protected]"
77
},
8-
"publishConfig": {
9-
"access": "public"
10-
},
8+
"private": true,
119
"bugs": {
1210
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1311
"email": "[email protected]"

packages/bson-transpilers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"bugs": {
4646
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
4747
"email": "[email protected]"
48+
},
49+
"publishConfig": {
50+
"access": "public"
4851
}
4952
}

packages/collection-model/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"electron-mocha": "^12.2.0",
4242
"mocha": "^10.2.0",
4343
"xvfb-maybe": "^0.2.1"
44-
}
44+
},
45+
"private": true
4546
}

packages/compass-app-registry/package.json

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

0 commit comments

Comments
 (0)