bajo-extra 1.1.10 → 1.2.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.
@@ -254,7 +254,7 @@ async function factory (pkgName) {
254
254
  }
255
255
 
256
256
  fetchUrl = async (url, opts = {}, extra = {}) => {
257
- const { isSet } = this.lib.aneka
257
+ const { isSet } = this.app.bajo
258
258
  const { fs } = this.lib
259
259
  const { isEmpty, has, isArray, isPlainObject, isString, cloneDeep, merge } = this.lib._
260
260
  if (isPlainObject(url)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo-extra",
3
- "version": "1.1.10",
3
+ "version": "1.2.0",
4
4
  "description": "Extra package for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,6 +28,7 @@
28
28
  "dependencies": {
29
29
  "async": "^3.2.6",
30
30
  "bcrypt": "^5.1.1",
31
+ "cheerio": "^1.1.0",
31
32
  "fast-jwt": "^5.0.2",
32
33
  "fast-xml-parser": "^4.5.1",
33
34
  "numbro": "^2.5.0",