apostrophe 2.227.6 → 2.227.7
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/CHANGELOG.md +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.227.7 (2024-07-10)
|
|
4
|
+
|
|
5
|
+
### Changes
|
|
6
|
+
|
|
7
|
+
* Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
8
|
+
|
|
3
9
|
## 2.227.6 (2024-04-29)
|
|
4
10
|
|
|
5
11
|
### Changes
|
|
@@ -13,7 +19,7 @@ it. Browser autocomplete is quite aggressive in 2024.
|
|
|
13
19
|
|
|
14
20
|
### Changes
|
|
15
21
|
|
|
16
|
-
* Update `emulate-mongo-2-driver`dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
22
|
+
* Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
17
23
|
|
|
18
24
|
## 2.227.4 2023-09-27
|
|
19
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apostrophe",
|
|
3
|
-
"version": "2.227.
|
|
3
|
+
"version": "2.227.7",
|
|
4
4
|
"description": "The Apostrophe Content Management System.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"credentials": "^3.0.2",
|
|
40
40
|
"cuid": "^1.3.8",
|
|
41
41
|
"diff": "^4.0.1",
|
|
42
|
-
"emulate-mongo-2-driver": "^1.3.
|
|
42
|
+
"emulate-mongo-2-driver": "^1.3.5",
|
|
43
43
|
"express": "^4.17.1",
|
|
44
44
|
"express-session": "^1.17.0",
|
|
45
45
|
"glob": "^5.0.15",
|