baja-lite 1.1.4 → 1.1.8

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 (76) hide show
  1. package/boot-remote.d.ts +2 -0
  2. package/{src/boot-remote.ts → boot-remote.js} +6 -7
  3. package/boot.d.ts +2 -0
  4. package/{src/boot.ts → boot.js} +32 -39
  5. package/code.d.ts +2 -0
  6. package/{src/code.ts → code.js} +69 -69
  7. package/convert-xml.d.ts +10 -0
  8. package/{src/convert-xml.ts → convert-xml.js} +105 -155
  9. package/enum.d.ts +18 -0
  10. package/enum.js +59 -0
  11. package/error.d.ts +5 -0
  12. package/error.js +13 -0
  13. package/fn.d.ts +128 -0
  14. package/fn.js +172 -0
  15. package/{src/index.ts → index.d.ts} +11 -11
  16. package/index.js +11 -0
  17. package/list.d.ts +10 -0
  18. package/{src/list.ts → list.js} +8 -9
  19. package/math.d.ts +83 -0
  20. package/math.js +451 -0
  21. package/object.d.ts +83 -0
  22. package/object.js +221 -0
  23. package/package.json +2 -1
  24. package/set-ex.d.ts +198 -0
  25. package/set-ex.js +338 -0
  26. package/sql.d.ts +1858 -0
  27. package/sql.js +5025 -0
  28. package/sqlite.d.ts +32 -0
  29. package/{src/sqlite.ts → sqlite.js} +53 -52
  30. package/string.d.ts +17 -0
  31. package/string.js +105 -0
  32. package/test-mysql.d.ts +2 -0
  33. package/{src/test-mysql.ts → test-mysql.js} +135 -126
  34. package/test-postgresql.d.ts +2 -0
  35. package/test-postgresql.js +90 -0
  36. package/test-sqlite.d.ts +1 -0
  37. package/{src/test-sqlite.ts → test-sqlite.js} +89 -80
  38. package/test-xml.d.ts +1 -0
  39. package/{src/test-xml.ts → test-xml.js} +1 -1
  40. package/test.d.ts +1 -0
  41. package/test.js +2 -0
  42. package/wx/base.d.ts +11 -0
  43. package/wx/base.js +78 -0
  44. package/wx/mini.d.ts +45 -0
  45. package/wx/mini.js +102 -0
  46. package/wx/organ.d.ts +65 -0
  47. package/wx/organ.js +171 -0
  48. package/{src/wx/types.ts → wx/types.d.ts} +21 -10
  49. package/wx/types.js +1 -0
  50. package/wx.js +3 -0
  51. package/.eslintignore +0 -7
  52. package/.eslintrc.cjs +0 -89
  53. package/.prettierrc +0 -4
  54. package/ci.js +0 -29
  55. package/package-cjs.json +0 -17
  56. package/src/enum.ts +0 -71
  57. package/src/error.ts +0 -11
  58. package/src/fn.ts +0 -295
  59. package/src/math.ts +0 -405
  60. package/src/object.ts +0 -247
  61. package/src/set-ex.ts +0 -374
  62. package/src/sql.ts +0 -5281
  63. package/src/string.ts +0 -111
  64. package/src/test-postgresql.ts +0 -79
  65. package/src/test.ts +0 -2
  66. package/src/wx/base.ts +0 -76
  67. package/src/wx/mini.ts +0 -133
  68. package/src/wx/organ.ts +0 -290
  69. package/test.json +0 -0
  70. package/tsconfig.base.json +0 -80
  71. package/tsconfig.cjs.json +0 -42
  72. package/tsconfig.json +0 -44
  73. package/xml/event-report.xml +0 -13
  74. package/yarn.lock +0 -1493
  75. /package/{Readme.md → README.md} +0 -0
  76. /package/{src/wx.ts → wx.d.ts} +0 -0
File without changes
File without changes