Skip to content

Commit

Permalink
chore(ci): migrate to Garasign from notary MONGOSH-1655
Browse files Browse the repository at this point in the history
  • Loading branch information
dylrich authored Mar 15, 2024
1 parent ce286e2 commit b3359a1
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 217 deletions.
155 changes: 147 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/monorepo-tools": "^1.1.10",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/monorepo-tools": "^1.1.10",
"@types/command-exists": "^1.2.0",
"@types/cross-spawn": "^6.0.2",
"@types/download": "^8.0.1",
Expand All @@ -61,8 +61,9 @@
},
"dependencies": {
"@mongodb-js/devtools-github-repo": "^1.0.1",
"@mongodb-js/mongodb-downloader": "^0.2.7",
"@mongodb-js/dl-center": "^1.1.1",
"@mongodb-js/mongodb-downloader": "^0.2.7",
"@mongodb-js/signing-utils": "^0.3.3",
"@octokit/rest": "^17.9.0",
"aws-sdk": "^2.674.0",
"boxednode": "^2.4.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/build/src/packaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export {
PackageInformation,
PackageInformationProvider,
} from './package';

export { notarizeArtifact } from './notary-service';
Loading

0 comments on commit b3359a1

Please sign in to comment.