sharedb-mongo 3.0.1 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sharedb-mongo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "MongoDB database adapter for ShareDB",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"mongodb": "^3.1.13 || ^4.0.0 || ^5.0.0",
|
|
8
|
-
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0"
|
|
7
|
+
"mongodb": "^3.1.13 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
|
8
|
+
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0 || ^4.0.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"async": "^3.2.4",
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
"mongodb3": "npm:mongodb@^3.0.0",
|
|
18
18
|
"mongodb4": "npm:mongodb@^4.0.0",
|
|
19
19
|
"mongodb5": "npm:mongodb@^5.0.0",
|
|
20
|
+
"mongodb6": "npm:mongodb@^6.0.0",
|
|
20
21
|
"nyc": "^14.1.1",
|
|
21
22
|
"ot-json1": "^1.0.1",
|
|
22
|
-
"sharedb-mingo-memory": "^1.
|
|
23
|
-
"sinon": "^
|
|
23
|
+
"sharedb-mingo-memory": "^1.0.0 || ^2.0.0 || ^3.0.0",
|
|
24
|
+
"sinon": "^9.2.4",
|
|
24
25
|
"sinon-chai": "^3.7.0"
|
|
25
26
|
},
|
|
26
27
|
"scripts": {
|
|
@@ -30,7 +31,8 @@
|
|
|
30
31
|
"test:mongodb3": "_SHAREDB_MONGODB_DRIVER=mongodb3 npm test",
|
|
31
32
|
"test:mongodb4": "_SHAREDB_MONGODB_DRIVER=mongodb4 npm test",
|
|
32
33
|
"test:mongodb5": "_SHAREDB_MONGODB_DRIVER=mongodb5 npm test",
|
|
33
|
-
"test:
|
|
34
|
+
"test:mongodb6": "_SHAREDB_MONGODB_DRIVER=mongodb6 npm test",
|
|
35
|
+
"test:all": "npm run test:mongodb3 && npm run test:mongodb4 && npm run test:mongodb5 && npm run test:mongodb6",
|
|
34
36
|
"test-cover": "nyc --temp-dir=coverage -r text -r lcov npm run test:all"
|
|
35
37
|
},
|
|
36
38
|
"repository": "git://github.com/share/sharedb-mongo.git",
|