Skip to content

Commit b3359a1

Browse files
authored
chore(ci): migrate to Garasign from notary MONGOSH-1655
1 parent ce286e2 commit b3359a1

File tree

8 files changed

+180
-217
lines changed

8 files changed

+180
-217
lines changed

package-lock.json

Lines changed: 147 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"devDependencies": {
4242
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
43+
"@mongodb-js/monorepo-tools": "^1.1.10",
4344
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4445
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
45-
"@mongodb-js/monorepo-tools": "^1.1.10",
4646
"@types/command-exists": "^1.2.0",
4747
"@types/cross-spawn": "^6.0.2",
4848
"@types/download": "^8.0.1",
@@ -61,8 +61,9 @@
6161
},
6262
"dependencies": {
6363
"@mongodb-js/devtools-github-repo": "^1.0.1",
64-
"@mongodb-js/mongodb-downloader": "^0.2.7",
6564
"@mongodb-js/dl-center": "^1.1.1",
65+
"@mongodb-js/mongodb-downloader": "^0.2.7",
66+
"@mongodb-js/signing-utils": "^0.3.3",
6667
"@octokit/rest": "^17.9.0",
6768
"aws-sdk": "^2.674.0",
6869
"boxednode": "^2.4.0",

packages/build/src/packaging/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ export {
66
PackageInformation,
77
PackageInformationProvider,
88
} from './package';
9-
10-
export { notarizeArtifact } from './notary-service';

0 commit comments

Comments
 (0)