@neaps/tide-predictor 0.1.1 → 0.2.1

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 (43) hide show
  1. package/README.md +27 -50
  2. package/dist/index.cjs +931 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +150 -0
  5. package/dist/index.d.ts +150 -0
  6. package/dist/index.js +930 -0
  7. package/dist/index.js.map +1 -0
  8. package/package.json +16 -23
  9. package/.eslintrc.cjs +0 -18
  10. package/.github/workflows/test.yml +0 -21
  11. package/.prettierrc +0 -5
  12. package/LICENSE +0 -21
  13. package/dist/commonjs/index.js +0 -1005
  14. package/dist/commonjs/package.json +0 -1
  15. package/dist/web/tide-predictor.js +0 -1011
  16. package/dist/web/tide-predictor.min.js +0 -1
  17. package/examples/browser/index.html +0 -51
  18. package/jest.config.js +0 -14
  19. package/rollup.config.js +0 -21
  20. package/src/astronomy/coefficients.js +0 -72
  21. package/src/astronomy/constants.js +0 -4
  22. package/src/astronomy/index.js +0 -201
  23. package/src/constituents/compound-constituent.js +0 -54
  24. package/src/constituents/constituent.js +0 -73
  25. package/src/constituents/index.js +0 -119
  26. package/src/harmonics/index.js +0 -87
  27. package/src/harmonics/prediction.js +0 -175
  28. package/src/index.js +0 -45
  29. package/src/node-corrections/index.js +0 -208
  30. package/test/_mocks/constituents.js +0 -335
  31. package/test/_mocks/secondary-station.js +0 -11
  32. package/test/_mocks/water-levels.js +0 -0
  33. package/test/astronomy/coefficients.js +0 -15
  34. package/test/astronomy/index.js +0 -98
  35. package/test/constituents/compound-constituent.js +0 -46
  36. package/test/constituents/constituent.js +0 -67
  37. package/test/constituents/index.js +0 -35
  38. package/test/harmonics/index.js +0 -125
  39. package/test/harmonics/prediction.js +0 -154
  40. package/test/index.js +0 -83
  41. package/test/lib/close-to.js +0 -7
  42. package/test/noaa.js +0 -110
  43. package/test/node-corrections/index.js +0 -116
@@ -1 +0,0 @@
1
- {"type":"commonjs"}