bajo-extra 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +4 -1
package/index.js CHANGED
@@ -254,7 +254,7 @@ async function factory (pkgName) {
254
254
  }
255
255
 
256
256
  fetchUrl = async (url, opts = {}, extra = {}) => {
257
- const { isSet } = this.app.bajo
257
+ const { isSet } = this.lib.aneka
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,12 +1,15 @@
1
1
  {
2
2
  "name": "bajo-extra",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Extra package for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "type": "module",
10
+ "bajo": {
11
+ "type": "plugin"
12
+ },
10
13
  "repository": {
11
14
  "type": "git",
12
15
  "url": "git+https://github.com/ardhi/bajo-extra.git"