@bonsae/nrg-runtime 0.39.0 → 0.40.0

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.
package/index.cjs CHANGED
@@ -366,7 +366,7 @@ function packageChannel(nodeClass) {
366
366
  var import_node_path = __toESM(require("node:path"), 1);
367
367
  var import_node_fs = __toESM(require("node:fs"), 1);
368
368
  var import_node_module = require("node:module");
369
- var CLIENT_ASSET = true ? "nrg.8ad0ea04.js" : "nrg.js";
369
+ var CLIENT_ASSET = true ? "nrg.57aa5aa9.js" : "nrg.js";
370
370
  function serveFile(filePath) {
371
371
  return (_req, res, next) => {
372
372
  if (!import_node_fs.default.existsSync(filePath)) return next();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonsae/nrg-runtime",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "The runtime for Node-RED nodes built with @bonsae/nrg — node base classes, schemas, AJV validator, and the editor client. Carries no build tooling.",
5
5
  "author": "Allan Oricil <allanoricil@duck.com>",
6
6
  "license": "MIT",