git-history-ui 1.0.2 → 1.0.4

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

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.