@node-red/runtime 4.1.0-beta.1 → 4.1.0-beta.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.
@@ -135,7 +135,7 @@ function getLibraryEntry(type,path) {
135
135
  throw err;
136
136
  });
137
137
  } else {
138
- throw err;
138
+ throw new Error(`Library Entry not found ${path}`, { cause: err});
139
139
  }
140
140
  });
141
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/runtime",
3
- "version": "4.1.0-beta.1",
3
+ "version": "4.1.0-beta.2",
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": "4.1.0-beta.1",
20
- "@node-red/util": "4.1.0-beta.1",
19
+ "@node-red/registry": "4.1.0-beta.2",
20
+ "@node-red/util": "4.1.0-beta.2",
21
21
  "async-mutex": "0.5.0",
22
22
  "clone": "2.1.2",
23
23
  "cronosjs": "1.7.1",