bajo-extra 1.2.2 → 2.0.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.
- package/extend/bajoCli/applet/hash.js +9 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/{bajo → extend/bajo}/intl/en-US.json +0 -0
- /package/{bajo → extend/bajo}/intl/id.json +0 -0
- /package/{bajoCli → extend/bajoCli}/applet/download.js +0 -0
- /package/{bajoCli → extend/bajoCli}/applet.js +0 -0
package/index.js
CHANGED
|
@@ -111,7 +111,7 @@ async function handler (rec, bulk) {
|
|
|
111
111
|
async function factory (pkgName) {
|
|
112
112
|
const me = this
|
|
113
113
|
|
|
114
|
-
return class BajoExtra extends this.lib.
|
|
114
|
+
return class BajoExtra extends this.lib.Plugin {
|
|
115
115
|
constructor () {
|
|
116
116
|
super(pkgName, me.app)
|
|
117
117
|
this.alias = 'extra'
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|