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

Update homepage urls to point to monorepo package #32

Merged
merged 7 commits into from
May 21, 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
4 changes: 2 additions & 2 deletions packages/nmea-parser-nodered/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/nmea-parser-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "Node-Red component to read NMEA 0183 sentences",
"homepage": "https://github.com/core-marine-dev/devices/packages/nmea-parser-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/nmea-parser-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/nmea-parser-nodered/src/parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@

: payload (string) : NMEA ASCII content (important, it is an *ASCII* string, not other encoding).

: *protocols* (object) : Object to get or set the protocols supported and their sentences (look details below).

: *memory* (object): Object to check or enabled / disabled parser memory state (look details below).

: *protocols* (object) : Object to get or set the protocols supported and their sentences (look details below).

: *sentence* (string): Sentence ID to get if it is supported and its info (look details below).

: *fake* (string): Sentence ID to get, if it is supported, a fake nmea sentence (look details below).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/nmea-parser-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "Node-Red component to read NMEA 0183 sentences",
"homepage": "https://github.com/core-marine-dev/devices/packages/nmea-parser-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/nmea-parser-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/nmea-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.6.14",
"description": "Library to parse NMEA 0183 sentences",
"author": "CoreMarine",
"license": "ISC",
"homepage": "https://github.com/core-marine-dev/devices/packages/nmea-parser#readme",
"license": "MIT",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/nmea-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
1 change: 0 additions & 1 deletion packages/norsub-emru-nodered/manual-tests.sh

This file was deleted.

4 changes: 2 additions & 2 deletions packages/norsub-emru-nodered/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/norsub-emru-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "Node-Red component to work with NorSub eMRU devices",
"homepage": "https://github.com/core-marine-dev/packages/norsub-emru-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/norsub-emru-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/norsub-emru-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "Node-Red component to work with NorSub eMRU devices",
"homepage": "https://github.com/core-marine-dev/packages/norsub-emru-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/norsub-emru-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/norsub-emru/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/norsub-emru",
"version": "1.0.8",
"version": "1.0.9",
"description": "Library to work with eMRU devices of NorSub company",
"author": "Core Marine",
"license": "MIT",
"homepage": "https://github.com/core-marine-dev/devices/packages/norsub-emru#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/norsub-emru",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand All @@ -22,8 +22,8 @@
"nmea-0183"
],
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
Expand Down
2 changes: 1 addition & 1 deletion packages/septentrio-sbf-nodered/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version: '3'
name: nmea-parser
name: septentrio-sbf

services:
nodered:
Expand Down
4 changes: 2 additions & 2 deletions packages/septentrio-sbf-nodered/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/septentrio-sbf-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "A group of Node-Red components to work with Septentrio SBF protocol",
"homepage": "https://github.com/core-marine-dev/devices/packages/septentrio-sbf-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/septentrio-sbf-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/septentrio-sbf-nodered/src/parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
icon: "cma-logo-blue.png",
label: function() {
const { name, firmware } = this;
return name || firmware
return (firmware) ? `SBF ${firmware}`: name;
},
paletteLabel: 'SBF parser',
labelStyle: function() { return (this.name) ? "node_label_italic" : "" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/septentrio-sbf-nodered",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"license": "MIT",
"description": "A group of Node-Red components to work with Septentrio SBF protocol",
"homepage": "https://github.com/core-marine-dev/devices/packages/septentrio-sbf-nodered#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/septentrio-sbf-nodered",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
icon: "cma-logo-blue.png",
label: function() {
const { name, firmware } = this;
return name || firmware
return (firmware) ? `SBF ${firmware}`: name;
},
paletteLabel: 'SBF parser',
labelStyle: function() { return (this.name) ? "node_label_italic" : "" },
Expand Down
4 changes: 2 additions & 2 deletions packages/septentrio-sbf/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/septentrio-sbf",
"version": "1.0.0",
"version": "1.0.1",
"author": "CoreMarine",
"description": "It is a library to parse SBF data. SBF is a private binary protocol of Septentrio trademark which uses in its GNSS devices",
"license": "MIT",
"homepage": "https://github.com/core-marine-dev/devices/packages/septentrio-sbf#readme",
"homepage": "https://github.com/core-marine-dev/devices/tree/main/packages/septentrio-sbf",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/thelmabiotel-tblive/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@coremarine/thelmabiotel-tblive",
"version": "0.0.4",
"version": "0.0.5",
"description": "Library to work with TB-Lives devices (hydrophones and acoustic sensors of Thelma Biotel)",
"author": "CoreMarine",
"license": "MIT",
"homepage": "https://github.com/core-marine-dev/packages/thelmabiotel-tblive#readme",
"homepage": "https://github.com/core-marine-dev/tree/main/packages/thelmabiotel-tblive",
"repository": {
"type": "git",
"url": "git+https://github.com/core-marine-dev/devices.git"
Expand Down