node-red-zenbus 1.0.3 → 1.0.5

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.
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 60" width="40" height="60">
2
+ <path d="M20 0C9 0 0 9 0 20c0 15 20 40 20 40s20-25 20-40C40 9 31 0 20 0z" fill="#8e6538"/>
3
+ <rect x="10" y="10" width="20" height="18" rx="3" fill="#fff"/>
4
+ <rect x="12" y="13" width="7" height="6" rx="1" fill="#8e6538"/>
5
+ <rect x="21" y="13" width="7" height="6" rx="1" fill="#8e6538"/>
6
+ <rect x="10" y="22" width="20" height="4" fill="#fff"/>
7
+ <circle cx="14" cy="29" r="2" fill="#fff"/>
8
+ <circle cx="26" cy="29" r="2" fill="#fff"/>
9
+ </svg>
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "node-red-zenbus",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Real-time next bus ETA from Zenbus networks via direct API (protobuf)",
5
- "type": "module",
5
+ "type": "commonjs",
6
6
  "bin": {
7
7
  "zenbus-next-bus": "./zenbus-next-bus.mjs"
8
8
  },
@@ -11,7 +11,7 @@
11
11
  },
12
12
  inputs: 0,
13
13
  outputs: 1,
14
- icon: 'zenbus.png',
14
+ icon: 'zenbus.svg',
15
15
  label: function () {
16
16
  return this.name || 'zenbus ' + (this.alias || '');
17
17
  },