node-red-contrib-power-saver 3.0.5 → 3.0.6

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.
@@ -6,6 +6,10 @@ sidebar: "auto"
6
6
 
7
7
  List the most significant changes, starting in version 1.0.9.
8
8
 
9
+ ## 3.0.6
10
+
11
+ Remove non-existant node from package.json.
12
+
9
13
  ## 3.0.5
10
14
 
11
15
  - Move dependencies to correct section (node_fetch and lodash.cloneDeep).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-power-saver",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "A module for Node-RED that you can use to turn on and off a switch based on power prices",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,8 +28,7 @@
28
28
  "ps-elvia-config": "src/elvia/elvia-config.js",
29
29
  "ps-elvia-tariff-types": "src/elvia/elvia-tariff-types.js",
30
30
  "ps-elvia-tariff": "src/elvia/elvia-tariff.js",
31
- "ps-elvia-add-tariff": "src/elvia/elvia-add-tariff.js",
32
- "ps-general-add-tariff": "src/general-add-tariff.js"
31
+ "ps-elvia-add-tariff": "src/elvia/elvia-add-tariff.js"
33
32
  }
34
33
  },
35
34
  "prettier": {