@bonsae/nrg-runtime 0.26.0 → 0.26.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.
- package/package.json +1 -1
- package/server/index.cjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonsae/nrg-runtime",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.2",
|
|
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",
|
package/server/index.cjs
CHANGED
|
@@ -1207,7 +1207,7 @@ var TYPED_INPUT_TYPES = [
|
|
|
1207
1207
|
|
|
1208
1208
|
// src/core/server/schemas/type.ts
|
|
1209
1209
|
var import_typebox2 = require("@sinclair/typebox");
|
|
1210
|
-
var import_rules = require("ajv/dist/compile/rules");
|
|
1210
|
+
var import_rules = require("ajv/dist/compile/rules.js");
|
|
1211
1211
|
function NodeRef(nodeClass, options) {
|
|
1212
1212
|
return {
|
|
1213
1213
|
...import_typebox2.Type.String({
|