Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NORSUB-eMRU: v1.0.4 #16

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/norsub-emru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: 📥 Install Dependencies
run: npm install

- name: 🛠️ Build monorepo deps
run: "npm run nmea-parser:build"

- name: 🧑‍🔬 Tests
run: "npm run norsub-emru:test"

Expand All @@ -49,6 +52,9 @@ jobs:

- name: 📥 Install Dependencies
run: npm install

- name: 🛠️ Build monorepo deps
run: "npm run nmea-parser:build"

- name: 🛠️ Build
run: "npm run norsub-emru:build"
Expand Down
47 changes: 7 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/norsub-emru/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coremarine/norsub-emru",
"version": "1.0.3",
"version": "1.0.4",
"description": "Library to work with eMRU devices of NorSub company",
"author": "Core Marine",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@coremarine/nmea-parser": "1.6.9",
"@coremarine/nmea-parser": ">=1.6.11",
"@schemasjs/valibot-numbers": "^1.0.8"
},
"peerDependencies": {
Expand Down