esoftplay 0.0.268-beta25a48dd → 0.0.268-beta3b45dfa

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/bin/router.js CHANGED
@@ -184,7 +184,7 @@ function createIndex() {
184
184
  AllRoutes.forEach((nav) => {
185
185
  const [module, task] = nav.split('/')
186
186
  const comp = ucword(module) + ucword(task)
187
- if (!task.includes('.debug') && !task.includes('.live')) {
187
+ if (!task.includes('.debug') && !task.includes('.live') && !task.includes('.d.')) {
188
188
  importer.push(`import { ${comp} } from ${'"esoftplay/cache/' + module + '/' + task + '/import"'} `)
189
189
  importer.push(`import * as ${comp}Property from ${'"esoftplay/cache/' + module + '/' + task + '/import"'} `)
190
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.268-beta25a48dd",
3
+ "version": "0.0.268-beta3b45dfa",
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",
Binary file