esoftplay 0.0.115-n → 0.0.115-o

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 +3 -3
  2. package/package.json +1 -1
package/bin/router.js CHANGED
@@ -601,11 +601,11 @@ function createRouter() {
601
601
  if (module == 'lib' && task == 'component') {
602
602
  staticImport.splice(0, 0, item)
603
603
  } else if (module == 'lib' && task == 'style') {
604
- staticImport.splice(0, 0, item)
604
+ staticImport.splice(4, 0, item)
605
605
  } else if (module == 'lib' && task == 'worker') {
606
- staticImport.splice(2, 0, item)
606
+ staticImport.splice(4, 0, item)
607
607
  } else if (module == 'lib' && task == 'navigation') {
608
- staticImport.splice(2, 0, item)
608
+ staticImport.splice(4, 0, item)
609
609
  } else if (task == 'style') {
610
610
  staticImport.splice(9, 0, item)
611
611
  } else if (task == 'scrollpicker') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.115-n",
3
+ "version": "0.0.115-o",
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",