esoftplay 0.0.129-k → 0.0.129-m

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/bin/cli.js +1 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -265,6 +265,7 @@ function update() {
265
265
  }
266
266
  })
267
267
  }
268
+ command("node ./node_modules/esoftplay/bin/locale.js")
268
269
  consoleSucces("esoftplay framework sudah diupdate!")
269
270
  }
270
271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.129-k",
3
+ "version": "0.0.129-m",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",