@node-red/runtime 3.1.0-beta.3 → 3.1.0-beta.4

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.
@@ -205,7 +205,6 @@ module.exports = {
205
205
  getNode: flows.get,
206
206
  eachNode: flows.eachNode,
207
207
  getContext: context.get,
208
- getGlobalConfig: flows.getGlobalConfig,
209
208
 
210
209
  clearContext: context.clear,
211
210
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/runtime",
3
- "version": "3.1.0-beta.3",
3
+ "version": "3.1.0-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  }
17
17
  ],
18
18
  "dependencies": {
19
- "@node-red/registry": "3.1.0-beta.3",
20
- "@node-red/util": "3.1.0-beta.3",
19
+ "@node-red/registry": "3.1.0-beta.4",
20
+ "@node-red/util": "3.1.0-beta.4",
21
21
  "async-mutex": "0.4.0",
22
22
  "clone": "2.1.2",
23
23
  "express": "4.18.2",