generated from hyper63/adapter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
789ee21
commit ccdbe98
Showing
2 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
export { default as crocks } from 'https://cdn.skypack.dev/[email protected]' | ||
export * as R from 'https://cdn.skypack.dev/ramda@^0.29.0?dts' | ||
|
||
export { EJSON } from 'npm:bson@5.3.0' | ||
export { type Collection, MongoClient } from 'npm:mongodb@5.6.0' | ||
export { EJSON } from 'npm:bson@5.4.0' | ||
export { type Collection, MongoClient } from 'npm:mongodb@5.7.0' | ||
export { default as cuid } from 'npm:[email protected]' | ||
|
||
export { | ||
|