@gudhub/core 1.2.4-beta.38 → 1.2.4-beta.42

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 (37) hide show
  1. package/.parcel-cache/61134f48017c9cc1-AssetGraph +0 -0
  2. package/.parcel-cache/72a0445d2e7372b4-BundleGraph +0 -0
  3. package/.parcel-cache/83e7562660f7cc15-BundleGraph +0 -0
  4. package/.parcel-cache/9a0d07555444f4da-AssetGraph +0 -0
  5. package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
  6. package/.parcel-cache/d647b2950bce7da7-RequestGraph +0 -0
  7. package/.parcel-cache/data.mdb +0 -0
  8. package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
  9. package/.parcel-cache/lock.mdb +0 -0
  10. package/.parcel-cache/snapshot-d647b2950bce7da7.txt +28892 -0
  11. package/.parcel-cache/snapshot-dc1da35000e13623.txt +28882 -0
  12. package/.parcelrc.appRequestWorker +4 -0
  13. package/.vscode/launch.json +31 -0
  14. package/GUDHUB/DataService/IndexedDB/IndexedDBAppService.js +30 -1
  15. package/GUDHUB/DataService/IndexedDB/appRequestWorker.js +2 -2
  16. package/GUDHUB/Storage/ModulesList.js +0 -9
  17. package/GUDHUB/Utils/AppsTemplateService/AppsTemplateService.js +4 -11
  18. package/GUDHUB/Utils/get_date/get_date.test.js +12 -3
  19. package/GUDHUB/Utils/nested_list/nested_list.js +50 -53
  20. package/GUDHUB/Utils/nested_list/nested_list.test.js +2 -140
  21. package/GUDHUB/gudhub.js +16 -10
  22. package/GUDHUB/gudhubAppRequestWorker.js +18 -0
  23. package/build.sh +55 -0
  24. package/dist/gudhub.es.js +15880 -0
  25. package/dist/gudhub.umd.js +195 -0
  26. package/index.js +3 -1
  27. package/indexUMD.js +0 -2
  28. package/indextest.html +35 -0
  29. package/package.json +37 -25
  30. package/vite.config.esm.js +67 -0
  31. package/vite.config.umd.js +66 -0
  32. package/appRequestWorker.js +0 -1
  33. package/appRequestWorker.js.LICENSE.txt +0 -13
  34. package/appRequestWorker.js.map +0 -1
  35. package/umd/appRequestWorker.js +0 -1
  36. package/umd/library.min.js +0 -1
  37. package/webpack.config.js +0 -154
@@ -1,13 +0,0 @@
1
- /*! jsonpath 1.1.1 */
2
-
3
- //!!! temporary check !!!! if app has chanks property then we start getting it
4
-
5
- //!!!!! 1) Change for each to for
6
-
7
- //!!!!! 2) Stop iteration after value has been found
8
-
9
- //!!!!! Shou Be Renamed to getFields() !!!!!!!
10
-
11
- //!!!!! Shou Be added fieldID argument !!!!!!!
12
-
13
- //!!!!!!!!!!!!!!******** All Methods below should be moved to AppProcesor and Auth **********!!!!!!!!!!!!!!!!//