-
Notifications
You must be signed in to change notification settings - Fork 5
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
MongoCamp CI
committed
Oct 22, 2024
1 parent
dde85f7
commit f8b85fe
Showing
18 changed files
with
170 additions
and
161 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "mongodb-driver", | ||
"organization": "dev.mongocamp", | ||
"version": "2.8.0", | ||
"author": "info@mongocamp.dev", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MongoCamp/mongodb-driver.git" | ||
"name" : "mongodb-driver", | ||
"organization" : "dev.mongocamp", | ||
"version" : "2.8.1.snapshot", | ||
"author" : "info@mongocamp.dev", | ||
"license" : "Apache-2.0", | ||
"type" : "module", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git+https://github.com/MongoCamp/mongodb-driver.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/MongoCamp/mongodb-driver/issues" | ||
"bugs" : { | ||
"url" : "https://github.com/MongoCamp/mongodb-driver/issues" | ||
}, | ||
"homepage": "https://mongodb-driver.mongocamp.dev/", | ||
"scripts": { | ||
"docs:serve": "vitepress serve docs --port 5555", | ||
"docs:build": "pnpm docs:external; vitepress build docs", | ||
"docs:external": "sh docs/external/fileloader.sh", | ||
"docs:dev": "pnpm docs:external; vitepress dev docs" | ||
"homepage" : "https://mongodb-driver.mongocamp.dev/", | ||
"scripts" : { | ||
"docs:serve" : "vitepress serve docs --port 5555", | ||
"docs:build" : "pnpm docs:external; vitepress build docs", | ||
"docs:external" : "sh docs/external/fileloader.sh", | ||
"docs:dev" : "pnpm docs:external; vitepress dev docs" | ||
}, | ||
"devDependencies": { | ||
"@iconify-json/fluent-emoji": "^1.2.1", | ||
"@unocss/preset-icons": "^0.63.4", | ||
"unocss": "^0.63.4", | ||
"vitepress": "1.4.1" | ||
"devDependencies" : { | ||
"@iconify-json/fluent-emoji" : "^1.2.1", | ||
"@unocss/preset-icons" : "^0.63.4", | ||
"unocss" : "^0.63.4", | ||
"vitepress" : "1.4.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ trait CirceProductSchema { | |
internalProduct.productElementNames | ||
} | ||
|
||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
src/main/scala/dev/mongocamp/driver/mongodb/jdbc/MongoJdbcCloseable.scala
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
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
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
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
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
Oops, something went wrong.