baja-lite 1.3.27 → 1.3.29

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 (74) 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} +31 -38
  5. package/code.d.ts +2 -0
  6. package/{src/code.ts → code.js} +71 -66
  7. package/convert-xml.d.ts +10 -0
  8. package/{src/convert-xml.ts → convert-xml.js} +105 -155
  9. package/enum.d.ts +2 -0
  10. package/enum.js +31 -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 -12
  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 -2
  24. package/snowflake.d.ts +12 -0
  25. package/{src/snowflake.ts → snowflake.js} +33 -52
  26. package/sql.d.ts +1797 -0
  27. package/sql.js +4802 -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/test-mysql.js +109 -0
  34. package/test-postgresql.d.ts +2 -0
  35. package/{src/test-postgresql.ts → test-postgresql.js} +91 -80
  36. package/test-sqlite.d.ts +1 -0
  37. package/{src/test-sqlite.ts → test-sqlite.js} +90 -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/{src/test.ts → test.js} +2 -3
  42. package/wx/base.d.ts +11 -0
  43. package/wx/base.js +78 -0
  44. package/wx/mini.d.ts +52 -0
  45. package/wx/mini.js +112 -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/.vscode/settings.json +0 -8
  55. package/ci.js +0 -29
  56. package/package-cjs.json +0 -17
  57. package/src/enum.ts +0 -71
  58. package/src/error.ts +0 -11
  59. package/src/fn.ts +0 -295
  60. package/src/math.ts +0 -405
  61. package/src/object.ts +0 -247
  62. package/src/sql.ts +0 -5023
  63. package/src/string.ts +0 -111
  64. package/src/test-mysql.ts +0 -144
  65. package/src/wx/base.ts +0 -76
  66. package/src/wx/mini.ts +0 -147
  67. package/src/wx/organ.ts +0 -290
  68. package/tsconfig.cjs.json +0 -42
  69. package/tsconfig.json +0 -44
  70. package/tsconfig.tsbuildinfo +0 -1
  71. package/xml/event-report.xml +0 -13
  72. package/yarn.lock +0 -1757
  73. /package/{Readme.md → README.md} +0 -0
  74. /package/{src/wx.ts → wx.d.ts} +0 -0
File without changes
File without changes