esoftplay 0.0.128-d → 0.0.128-e

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/router.js +0 -1
  2. package/package.json +1 -1
package/bin/router.js CHANGED
@@ -656,7 +656,6 @@ function createRouter() {
656
656
  }
657
657
 
658
658
  if (!nav.includes('.')) {
659
- console.log(nav)
660
659
  if (!fs.existsSync(tmpDir + module))
661
660
  fs.mkdirSync(tmpDir + module);
662
661
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.128-d",
3
+ "version": "0.0.128-e",
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",