ultimate-jekyll-manager 1.0.10 → 1.0.12
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 +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
17
|
---
|
|
18
|
+
## [1.0.11] - 2026-03-24
|
|
19
|
+
### Added
|
|
20
|
+
- Firestore version + transport test page at `/test/libraries/firestore` for diagnosing SDK connectivity across browsers
|
|
21
|
+
|
|
18
22
|
## [1.0.10] - 2026-03-24
|
|
19
23
|
### Fixed
|
|
20
24
|
- `getUJMConfig()` now throws descriptive errors when config file is missing, empty, or malformed instead of crashing silently
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"cheerio": "^1.2.0",
|
|
80
80
|
"chrome-launcher": "^1.2.1",
|
|
81
81
|
"dotenv": "^17.3.1",
|
|
82
|
-
"fast-xml-parser": "^5.5.
|
|
82
|
+
"fast-xml-parser": "^5.5.9",
|
|
83
83
|
"fs-jetpack": "^5.1.0",
|
|
84
84
|
"glob": "^13.0.6",
|
|
85
85
|
"gulp-clean-css": "^4.3.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"sass": "^1.98.0",
|
|
105
105
|
"spellchecker": "^3.7.1",
|
|
106
106
|
"through2": "^4.0.2",
|
|
107
|
-
"web-manager": "^4.1.
|
|
107
|
+
"web-manager": "^4.1.32",
|
|
108
108
|
"webpack": "^5.105.4",
|
|
109
109
|
"wonderful-fetch": "^2.0.4",
|
|
110
110
|
"wonderful-version": "^1.3.2",
|