apostrophe 2.227.6 → 2.227.8
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 +17 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.227.8 (2024-08-08)
|
|
4
|
+
|
|
5
|
+
### Changes
|
|
6
|
+
|
|
7
|
+
* Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
* Minimum version of `oembetter` bumped to ensure support for all YouTube and Vimeo videos that permit embedding.
|
|
12
|
+
|
|
13
|
+
## 2.227.7 (2024-07-10)
|
|
14
|
+
|
|
15
|
+
### Changes
|
|
16
|
+
|
|
17
|
+
* Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
18
|
+
|
|
3
19
|
## 2.227.6 (2024-04-29)
|
|
4
20
|
|
|
5
21
|
### Changes
|
|
@@ -13,7 +29,7 @@ it. Browser autocomplete is quite aggressive in 2024.
|
|
|
13
29
|
|
|
14
30
|
### Changes
|
|
15
31
|
|
|
16
|
-
* Update `emulate-mongo-2-driver`dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
32
|
+
* Update `emulate-mongo-2-driver` dependency to keep supporting `mongodb@2.x` queries while using `mongodb@6.x`.
|
|
17
33
|
|
|
18
34
|
## 2.227.4 2023-09-27
|
|
19
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apostrophe",
|
|
3
|
-
"version": "2.227.
|
|
3
|
+
"version": "2.227.8",
|
|
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.6",
|
|
43
43
|
"express": "^4.17.1",
|
|
44
44
|
"express-session": "^1.17.0",
|
|
45
45
|
"glob": "^5.0.15",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"moment": "^2.29.1",
|
|
60
60
|
"moog-require": "^1.1.0",
|
|
61
61
|
"nodemailer": "^6.6.2",
|
|
62
|
-
"oembetter": "^1.1.
|
|
62
|
+
"oembetter": "^1.1.3",
|
|
63
63
|
"passport": "^0.6.0",
|
|
64
64
|
"passport-local": "^1.0.0",
|
|
65
65
|
"passport-totp": "0.0.2",
|