@jwn-js/common 1.3.21 → 1.3.25

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-e49753f6.js +57 -0
  2. package/Jwt.d.ts +5 -25
  3. package/Jwt.js +3 -43
  4. package/{Server-77093d28.js → Server-dadc1f87.js} +5 -5
  5. package/Server.js +1 -1
  6. package/docs/.nojekyll +1 -0
  7. package/docs/assets/highlight.css +36 -0
  8. package/docs/assets/icons.css +1043 -0
  9. package/docs/assets/{images/icons.png → icons.png} +0 -0
  10. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  11. package/docs/assets/main.js +52 -0
  12. package/docs/assets/search.js +1 -0
  13. package/docs/assets/style.css +1388 -0
  14. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  15. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  16. package/docs/classes/ApiError.html +18 -560
  17. package/docs/classes/AsyncJwt.html +17 -0
  18. package/docs/classes/Controller.html +27 -1008
  19. package/docs/classes/Jwt.html +17 -374
  20. package/docs/classes/Memcached.html +20 -387
  21. package/docs/classes/Model.html +7 -667
  22. package/docs/classes/Server.html +25 -464
  23. package/docs/classes/Ssr.html +11 -310
  24. package/docs/classes/Web.html +11 -440
  25. package/docs/index.html +18 -258
  26. package/docs/interfaces/ApiErrorMessage.html +1 -222
  27. package/docs/interfaces/ContextSsr.html +23 -327
  28. package/docs/interfaces/ContextWeb.html +1 -291
  29. package/docs/interfaces/OptionsSsr.html +1 -184
  30. package/docs/interfaces/OptionsWeb.html +1 -212
  31. package/docs/interfaces/Route.html +1 -194
  32. package/docs/interfaces/Schema.html +1 -180
  33. package/docs/interfaces/ServerHandler.html +1 -221
  34. package/docs/interfaces/ServerOptions.html +1 -236
  35. package/docs/interfaces/ServerWebsocket.html +1 -194
  36. package/docs/modules.html +70 -2004
  37. package/index.d.ts +50 -1
  38. package/index.js +67 -14
  39. package/multipartBody.js +1 -1
  40. package/package.json +4 -4
  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