Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #29

Merged
merged 7 commits into from
Oct 18, 2024
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2023 Contentstack LLC <https://www.contentstack.com/>
Copyright (c) 2024 Contentstack LLC <https://www.contentstack.com/>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
@@ -138,7 +138,7 @@ <h3>Config Overview</h3>
},
limit: 100,
locale: 'en-us',
// http://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
// https://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
options: {
autoReconnect: true,
connectTimeoutMS: 15000,
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
2 changes: 1 addition & 1 deletion docs/stack.js.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
12,406 changes: 3,249 additions & 9,157 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -18,22 +18,22 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"mongodb": "^6.0.0",
"sift": "^8.5.0"
"mongodb": "^6.9.0",
"sift": "^8.5.1"
},
"devDependencies": {
"@types/jest": "24.0.15",
"@types/lodash": "4.14.135",
"@types/node": "10.12.18",
"@types/rimraf": "2.0.2",
"debug": "^4.3.4",
"jest": "^29.0.3",
"jsdoc": "^4.0.0",
"@types/jest": "24.9.1",
"@types/lodash": "4.14.202",
"@types/node": "10.17.60",
"@types/rimraf": "2.0.5",
"debug": "^4.3.7",
"jest": "^29.7.0",
"jsdoc": "^4.0.3",
"node-notifier": "^10.0.1",
"rimraf": "^2.6.3",
"ts-jest": "^29.0.2",
"tslint": "^5.18.0",
"typescript": "^4.2.0"
"rimraf": "^2.7.1",
"ts-jest": "^29.2.5",
"tslint": "^5.20.1",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=8"