node-red-contrib-power-saver 3.5.0 → 3.5.2

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.
@@ -65,5 +65,6 @@ module.exports = {
65
65
  componentsDir: path.resolve(__dirname, "./components"),
66
66
  },
67
67
  ],
68
+ ["@vuepress/plugin-search"],
68
69
  ],
69
70
  };
@@ -6,6 +6,14 @@ sidebar: "auto"
6
6
 
7
7
  List the most significant changes, starting in version 1.0.9.
8
8
 
9
+ ## 3.5.2
10
+
11
+ - Re-introduce the search bar, after Vuepress upgrade.
12
+
13
+ ## 3.5.1
14
+
15
+ - Update github actions to deploy automatically to the npm library.
16
+
9
17
  ## 3.5.0
10
18
 
11
19
  - Select what context storage to store data in the node configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-power-saver",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
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": {
@@ -47,13 +47,14 @@
47
47
  "devDependencies": {
48
48
  "@vuepress/bundler-vite": "^2.0.0-beta.36",
49
49
  "@vuepress/plugin-register-components": "^2.0.0-beta.36",
50
+ "@vuepress/plugin-search": "^2.0.0-beta.38",
50
51
  "@vuepress/utils": "^2.0.0-beta.35",
51
- "sass-loader": "^12.6.0",
52
- "vuepress": "^2.0.0-beta.36",
53
52
  "expect": "^27.5.1",
54
53
  "mocha": "^9.2.0",
55
54
  "node-red": "^2.2.2",
56
- "node-red-node-test-helper": "^0.2.7"
55
+ "node-red-node-test-helper": "^0.2.7",
56
+ "sass-loader": "^12.6.0",
57
+ "vuepress": "^2.0.0-beta.36"
57
58
  },
58
59
  "dependencies": {
59
60
  "floating-vue": "^2.0.0-beta.6",