File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/mongodb-log-writer Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb-log-writer" ,
3
3
"description" : " A library for writing MongoDB logv2 messages" ,
4
- "version" : " 2.3.1 " ,
4
+ "version" : " 2.2.0 " ,
5
5
"author" : {
6
6
"name" : " MongoDB Inc" ,
7
7
55
55
"scripts" : {
56
56
"lint" : " eslint src/**/*.ts" ,
57
57
"test-only" : " nyc mocha --colors -r ts-node/register src/**.spec.ts" ,
58
- "test" : " npm run lint && npm run build && npm run test-only" ,
59
- "build" : " npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs" ,
58
+ "test" : " npm run lint && npm run compile && npm run test-only" ,
59
+ "test-ci" : " npm run test" ,
60
+ "compile" : " tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs" ,
60
61
"prepack" : " npm run build" ,
61
- "compile-ts " : " tsc -p tsconfig.json "
62
+ "bootstrap " : " npm run compile "
62
63
},
63
64
"license" : " Apache-2.0" ,
64
65
"dependencies" : {
You can’t perform that action at this time.
0 commit comments