@rhizomatics/signalk-esl-plugin 0.3.0 → 0.3.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.
- package/CHANGELOG.md +5 -0
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhizomatics/signalk-esl-plugin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "SignalK plugin that renders selected SignalK data to eInk Electronic Shelf Labels",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"templates"
|
|
12
|
+
"templates",
|
|
13
|
+
"CHANGELOG.md"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"build": "tsc",
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
"cli": "ts-node src/cli/index.ts"
|
|
18
19
|
},
|
|
19
20
|
"signalk":{
|
|
20
|
-
"displayName":"ESL
|
|
21
|
+
"displayName":"eInk ESL Instruments",
|
|
21
22
|
"appIcon": "/docs/assets/icons/icon_tmp.png",
|
|
22
23
|
"screenshots": [
|
|
23
24
|
"docs/assets/screenshots/example_tidal_clock.png"
|