@jwn-js/common 1.3.24 → 2.0.3

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 (47) hide show
  1. package/{Jwt-f1da5291.js → Jwt-e49753f6.js} +2 -2
  2. package/Jwt.js +1 -1
  3. package/{Server-77093d28.js → Server-dadc1f87.js} +5 -5
  4. package/Server.js +1 -1
  5. package/docs/.nojekyll +1 -0
  6. package/docs/assets/highlight.css +36 -0
  7. package/docs/assets/icons.css +1043 -0
  8. package/docs/assets/{images/icons.png → icons.png} +0 -0
  9. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  10. package/docs/assets/main.js +52 -0
  11. package/docs/assets/search.js +1 -0
  12. package/docs/assets/style.css +1388 -0
  13. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  14. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  15. package/docs/classes/ApiError.html +18 -560
  16. package/docs/classes/AsyncJwt.html +17 -312
  17. package/docs/classes/Controller.html +27 -1005
  18. package/docs/classes/Jwt.html +17 -312
  19. package/docs/classes/Memcached.html +20 -384
  20. package/docs/classes/Model.html +7 -664
  21. package/docs/classes/Server.html +25 -461
  22. package/docs/classes/Ssr.html +11 -307
  23. package/docs/classes/Web.html +11 -437
  24. package/docs/index.html +18 -258
  25. package/docs/interfaces/ApiErrorMessage.html +1 -219
  26. package/docs/interfaces/ContextSsr.html +23 -324
  27. package/docs/interfaces/ContextWeb.html +1 -288
  28. package/docs/interfaces/OptionsSsr.html +1 -181
  29. package/docs/interfaces/OptionsWeb.html +1 -209
  30. package/docs/interfaces/Route.html +1 -191
  31. package/docs/interfaces/Schema.html +1 -177
  32. package/docs/interfaces/ServerHandler.html +1 -218
  33. package/docs/interfaces/ServerOptions.html +1 -233
  34. package/docs/interfaces/ServerWebsocket.html +1 -191
  35. package/docs/modules.html +87 -2005
  36. package/index.d.ts +8 -0
  37. package/index.js +38 -14
  38. package/multipartBody.d.ts +22 -0
  39. package/multipartBody.js +14 -2
  40. package/package.json +13 -13
  41. package/readConfig.js +1 -1
  42. package/readConfigSync.js +2 -2
  43. package/staticBody.js +1 -1
  44. package/urlencodedBody.js +1 -1
  45. package/docs/assets/css/main.css +0 -2660
  46. package/docs/assets/js/main.js +0 -248
  47. package/docs/assets/js/search.js +0 -1
File without changes