bajo-extra 2.2.0 → 2.2.1

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/index.js CHANGED
@@ -283,6 +283,7 @@ async function factory (pkgName) {
283
283
  for (const q in query) {
284
284
  if (!isSet(query[q])) delete query[q]
285
285
  }
286
+ opts.query = opts.query ?? {}
286
287
  if (!isEmpty(query)) opts.query = query
287
288
  delete opts.params
288
289
  if (!has(extra, 'cacheBuster')) extra.cacheBuster = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo-extra",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Extra package for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-01-16
4
+
5
+ - [2.2.1] Bug fix on ```fetchUrl()``` for url with query string
6
+
3
7
  ## 2025-12-28
4
8
 
5
- - [2.1.0] Ported to ```bajo@2.2.x``` specs
9
+ - [2.2.0] Ported to ```bajo@2.2.x``` specs