git-history-ui 1.0.2 → 1.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 (50) hide show
  1. package/README.md +7 -7
  2. package/dist/backend/server.d.ts.map +1 -1
  3. package/dist/backend/server.js +19 -5
  4. package/dist/backend/server.js.map +1 -1
  5. package/package.json +6 -1
  6. package/.dockerignore +0 -19
  7. package/.eslintrc.js +0 -21
  8. package/Dockerfile +0 -29
  9. package/demo.js +0 -45
  10. package/frontend/.editorconfig +0 -17
  11. package/frontend/.vscode/extensions.json +0 -4
  12. package/frontend/.vscode/launch.json +0 -20
  13. package/frontend/.vscode/tasks.json +0 -42
  14. package/frontend/README.md +0 -59
  15. package/frontend/angular.json +0 -99
  16. package/frontend/package-lock.json +0 -11272
  17. package/frontend/package.json +0 -58
  18. package/frontend/postcss.config.js +0 -6
  19. package/frontend/proxy.conf.json +0 -7
  20. package/frontend/public/favicon.ico +0 -0
  21. package/frontend/src/app/app.component.ts +0 -598
  22. package/frontend/src/app/app.config.ts +0 -12
  23. package/frontend/src/app/app.css +0 -0
  24. package/frontend/src/app/app.html +0 -342
  25. package/frontend/src/app/app.routes.ts +0 -3
  26. package/frontend/src/app/app.spec.ts +0 -23
  27. package/frontend/src/app/app.ts +0 -12
  28. package/frontend/src/app/components/color-palette-selector/color-palette-selector.component.ts +0 -137
  29. package/frontend/src/app/components/commit-detail/commit-detail.component.ts +0 -327
  30. package/frontend/src/app/components/commit-graph/commit-graph.component.ts +0 -294
  31. package/frontend/src/app/components/commit-list/commit-list.component.ts +0 -199
  32. package/frontend/src/app/components/diff-viewer/diff-viewer.component.ts +0 -311
  33. package/frontend/src/app/models/color-palette.models.ts +0 -229
  34. package/frontend/src/app/models/git.models.ts +0 -39
  35. package/frontend/src/app/services/git.service.ts +0 -43
  36. package/frontend/src/index.html +0 -13
  37. package/frontend/src/main.ts +0 -6
  38. package/frontend/src/styles.css +0 -401
  39. package/frontend/tailwind.config.js +0 -11
  40. package/frontend/tsconfig.app.json +0 -15
  41. package/frontend/tsconfig.json +0 -34
  42. package/frontend/tsconfig.spec.json +0 -14
  43. package/jest.config.js +0 -26
  44. package/src/__tests__/gitService.test.ts +0 -533
  45. package/src/__tests__/setup.ts +0 -25
  46. package/src/backend/dev-server.ts +0 -14
  47. package/src/backend/gitService.ts +0 -277
  48. package/src/backend/server.ts +0 -140
  49. package/src/cli.ts +0 -56
  50. package/tsconfig.json +0 -25

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.