Skip to content

Commit d652813

Browse files
author
Teamcity
committed
Release: 0.2.2
1 parent a57f0ae commit d652813

File tree

3 files changed

+61
-32
lines changed

3 files changed

+61
-32
lines changed

forward_engineering/api.js

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CosmosDB-with-Mongo-API",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "hackolade",
55
"engines": {
66
"hackolade": "5.1.3",
@@ -55,11 +55,11 @@
5555
},
5656
"description": "Hackolade plugin for Azure Cosmos DB with MongoDB API",
5757
"dependencies": {
58-
"axios": "0.26.0",
58+
"axios": "1.7.2",
5959
"bson": "1.1.5",
6060
"lodash": "4.17.21",
61-
"mongodb": "3.6.1",
62-
"qs": "6.9.6"
61+
"mongodb": "3.7.4",
62+
"qs": "6.12.1"
6363
},
6464
"lint-staged": {
6565
"*.{js,json}": "prettier --write"

0 commit comments

Comments
 (0)