File tree Expand file tree Collapse file tree
packages/shell-bson-parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 "acorn" : " ^8.14.1"
3535 },
3636 "peerDependencies" : {
37- "bson-esm " : " ^7.0.0"
37+ "bson" : " ^7.0.0"
3838 },
3939 "devDependencies" : {
40- "bson-esm " : " ^7.2.1 " ,
40+ "bson" : " ^7.2.0 " ,
4141 "tsdown" : " ^0.21.7" ,
4242 "typescript" : " ^6.0.2"
4343 }
Original file line number Diff line number Diff line change 1- import * as bson from 'bson-esm ' ;
1+ import * as bson from 'bson' ;
22
33// Returns the same object but frozen and with a null prototype.
44function lookupMap < T extends object > ( input : T ) : Readonly < T > {
Original file line number Diff line number Diff line change @@ -287,10 +287,10 @@ __metadata:
287287 languageName : node
288288 linkType : hard
289289
290- " bson-esm @npm:^7.2.1 " :
291- version : 7.2.1
292- resolution : " bson-esm @npm:7.2.1 "
293- checksum : 10c0/e299e91c7cd6e76ab5e82307e6d9b0a997ba7e244228398e62b0dcefa7ffc372ca6a514a9eb70abca080bcdee8c89d2aeead98f6a1d97273dd12c1a725a801f7
290+ " bson@npm:^7.2.0 " :
291+ version : 7.2.0
292+ resolution : " bson@npm:7.2.0 "
293+ checksum : 10c0/f6d074d910a23e9fe2d6b6c2d1095ceab11f99e2b2e351062b396d5ea5c31ae276544582374e3c0c25e579d62c9187797c75460e48e8813306dc1d23ca1b0107
294294 languageName : node
295295 linkType : hard
296296
@@ -520,11 +520,11 @@ __metadata:
520520 resolution : " shell-bson-parser-esm@workspace:."
521521 dependencies :
522522 acorn : " npm:^8.14.1"
523- bson-esm : " npm:^7.2.1 "
523+ bson : " npm:^7.2.0 "
524524 tsdown : " npm:^0.21.7"
525525 typescript : " npm:^6.0.2"
526526 peerDependencies :
527- bson-esm : ^7.0.0
527+ bson : ^7.0.0
528528 languageName : unknown
529529 linkType : soft
530530
You can’t perform that action at this time.
0 commit comments