diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 743d6a5..3d3b2b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,8 @@ jobs: test: runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v6 @@ -60,6 +62,7 @@ jobs: - name: Report coverage uses: codecov/codecov-action@v5 with: + use_oidc: true fail_ci_if_error: true files: ./coverage/coverage-final.json diff --git a/README.md b/README.md index c6ca114..25ce7ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![example workflow](https://github.com/neaps/neaps/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/neaps/neaps/branch/main/graph/badge.svg?token=KEJK5NQR5H)](https://codecov.io/gh/neaps/neaps) +![example workflow](https://github.com/openwatersio/neaps/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/openwatersio/neaps/branch/main/graph/badge.svg?token=KEJK5NQR5H)](https://codecov.io/gh/openwatersio/neaps) # Neaps @@ -119,7 +119,7 @@ console.log(prediction); ### Finding stations -Neaps uses [@neaps/tide-database](https://github.com/neaps/tide-database) to find station data. You can find stations by location or ID. +Neaps uses [@neaps/tide-database](https://github.com/openwatersio/tide-database) to find station data. You can find stations by location or ID. #### Nearest Station diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index a205ed3..8de47af 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -4,13 +4,13 @@ ### Minor Changes -- [#199](https://github.com/neaps/neaps/pull/199) [`8f2aee6`](https://github.com/neaps/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - /tides/stations without coordinates will now return all stations +- [#199](https://github.com/openwatersio/neaps/pull/199) [`8f2aee6`](https://github.com/openwatersio/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - /tides/stations without coordinates will now return all stations -- [`29a4cb0`](https://github.com/neaps/neaps/commit/29a4cb01fd31aefe7d42f1b0f24fea9bc6d6d0d4) Thanks [@bkeepers](https://github.com/bkeepers)! - Added `query` parameter to /tides/stations endpoint to search stations +- [`29a4cb0`](https://github.com/openwatersio/neaps/commit/29a4cb01fd31aefe7d42f1b0f24fea9bc6d6d0d4) Thanks [@bkeepers](https://github.com/bkeepers)! - Added `query` parameter to /tides/stations endpoint to search stations -- [#199](https://github.com/neaps/neaps/pull/199) [`8f2aee6`](https://github.com/neaps/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - Added caching, compression, and CORS +- [#199](https://github.com/openwatersio/neaps/pull/199) [`8f2aee6`](https://github.com/openwatersio/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - Added caching, compression, and CORS ### Patch Changes -- Updated dependencies [[`c885cce`](https://github.com/neaps/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e)]: +- Updated dependencies [[`c885cce`](https://github.com/openwatersio/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e)]: - neaps@0.3.1 diff --git a/packages/api/README.md b/packages/api/README.md index 5bd7c39..560a8c0 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -1,6 +1,6 @@ # @neaps/api -HTTP JSON API for tide predictions using [neaps](https://github.com/neaps/neaps). +HTTP JSON API for tide predictions using [neaps](https://github.com/openwatersio/neaps). ## Installation diff --git a/packages/api/package.json b/packages/api/package.json index cfeb328..4349cde 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -4,9 +4,10 @@ "description": "HTTP JSON API for tide predictions", "repository": { "type": "git", - "url": "git+https://github.com/neaps/neaps.git", + "url": "git+https://github.com/openwatersio/neaps.git", "directory": "packages/api" }, + "homepage": "https://openwaters.io/api", "author": "Brandon Keepers ", "license": "MIT", "type": "module", diff --git a/packages/neaps/CHANGELOG.md b/packages/neaps/CHANGELOG.md index 919dd01..d88b606 100644 --- a/packages/neaps/CHANGELOG.md +++ b/packages/neaps/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [`c885cce`](https://github.com/neaps/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e) Thanks [@bkeepers](https://github.com/bkeepers)! - Bump @neaps/tide-database to 0.4 for search support +- [`c885cce`](https://github.com/openwatersio/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e) Thanks [@bkeepers](https://github.com/bkeepers)! - Bump @neaps/tide-database to 0.4 for search support ## 0.3.0 diff --git a/packages/neaps/package.json b/packages/neaps/package.json index 7cf48c0..3c36e57 100644 --- a/packages/neaps/package.json +++ b/packages/neaps/package.json @@ -6,13 +6,13 @@ "tides", "harmonics" ], - "homepage": "https://github.com/neaps/neaps#readme", + "homepage": "https://openwaters.io/tides/neaps", "bugs": { - "url": "https://github.com/neaps/neaps/issues" + "url": "https://github.com/openwatersio/neaps/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/neaps/neaps.git", + "url": "git+https://github.com/openwatersio/neaps.git", "directory": "packages/neaps" }, "license": "MIT", diff --git a/packages/tide-predictor/README.md b/packages/tide-predictor/README.md index dcc7e6b..c76a492 100644 --- a/packages/tide-predictor/README.md +++ b/packages/tide-predictor/README.md @@ -17,7 +17,7 @@ npm install @neaps/tide-predictor # Usage -`@neaps/tide-predictor` requires that you [provide your own tidal harmonics information](#constituent-object) to generate a prediction. For a complete tide prediction solution, including finding nearby stations and their harmonics, check out the [`neaps` package](https://github.com/neaps/neaps). +`@neaps/tide-predictor` requires that you [provide your own tidal harmonics information](#constituent-object) to generate a prediction. For a complete tide prediction solution, including finding nearby stations and their harmonics, check out the [`neaps` package](https://github.com/openwatersio/neaps). ```typescript import TidePredictor from "@neaps/tide-predictor"; diff --git a/packages/tide-predictor/package.json b/packages/tide-predictor/package.json index e110b0b..1534283 100644 --- a/packages/tide-predictor/package.json +++ b/packages/tide-predictor/package.json @@ -4,7 +4,7 @@ "description": "Tide predictor", "repository": { "type": "git", - "url": "git+https://github.com/neaps/neaps.git", + "url": "git+https://github.com/openwatersio/neaps.git", "directory": "packages/tide-predictor" }, "author": "Kevin Miller ",