@serverless-devs/s 2.2.2 → 3.0.0-85afd68d

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 (56) hide show
  1. package/lib/daemon/lib.js +327 -0
  2. package/lib/daemon/report.js +50 -0
  3. package/lib/daemon/update-cli.js +20 -0
  4. package/lib/daemon/update-component.js +21 -0
  5. package/lib/daemon/update-templates.js +19 -0
  6. package/lib/index.js +1677 -246
  7. package/package.json +62 -48
  8. package/readme.md +2 -2
  9. package/lib/check-node-version/index.js +0 -15
  10. package/lib/clean/index.js +0 -166
  11. package/lib/cli/index.js +0 -223
  12. package/lib/component/index.js +0 -286
  13. package/lib/config/add/index.js +0 -190
  14. package/lib/config/common/common.js +0 -194
  15. package/lib/config/delete/index.js +0 -121
  16. package/lib/config/get/index.js +0 -130
  17. package/lib/config/index.js +0 -39
  18. package/lib/config/rename/index.js +0 -132
  19. package/lib/constant.js +0 -8
  20. package/lib/daemon/template.js +0 -20
  21. package/lib/daemon/update.js +0 -9
  22. package/lib/edit/index.js +0 -104
  23. package/lib/error/command-error.js +0 -29
  24. package/lib/error/config-delete-error.js +0 -29
  25. package/lib/error/config-error.js +0 -29
  26. package/lib/error/config-get-error.js +0 -29
  27. package/lib/error/human-error.js +0 -76
  28. package/lib/error/human-warning.js +0 -20
  29. package/lib/error/index.js +0 -147
  30. package/lib/error/init-error.js +0 -29
  31. package/lib/error/serverless-error.js +0 -19
  32. package/lib/execDaemon.js +0 -35
  33. package/lib/global-agent/index.js +0 -22
  34. package/lib/help/index.js +0 -158
  35. package/lib/init/index.js +0 -106
  36. package/lib/init/init-config.js +0 -606
  37. package/lib/init/init-manager.js +0 -223
  38. package/lib/onboarding/index.js +0 -111
  39. package/lib/set/analysis/index.js +0 -118
  40. package/lib/set/index.js +0 -40
  41. package/lib/set/locale/index.js +0 -118
  42. package/lib/set/log/index.js +0 -118
  43. package/lib/set/proxy/index.js +0 -123
  44. package/lib/set/registry/index.js +0 -146
  45. package/lib/set/workspace/index.js +0 -119
  46. package/lib/special-commad/index.js +0 -156
  47. package/lib/update-notifier/index.js +0 -137
  48. package/lib/utils/common.js +0 -347
  49. package/lib/utils/core.js +0 -49
  50. package/lib/utils/handler-set-config.js +0 -130
  51. package/lib/utils/i18n/en.js +0 -46
  52. package/lib/utils/i18n/index.js +0 -16
  53. package/lib/utils/i18n/zh.js +0 -46
  54. package/lib/utils/index.js +0 -39
  55. package/lib/utils/logger.js +0 -12
  56. package/lib/verify/index.js +0 -224

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.