@bonsae/nrg 0.26.0 → 0.26.1
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
CHANGED
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({
|
|
@@ -1070,7 +1070,7 @@ var TYPED_INPUT_TYPES = [
|
|
|
1070
1070
|
|
|
1071
1071
|
// src/core/server/schemas/type.ts
|
|
1072
1072
|
import { Type as BaseType, Kind as Kind2 } from "@sinclair/typebox";
|
|
1073
|
-
import { isJSONType } from "ajv/dist/compile/rules";
|
|
1073
|
+
import { isJSONType } from "ajv/dist/compile/rules.js";
|
|
1074
1074
|
function NodeRef(nodeClass, options) {
|
|
1075
1075
|
return {
|
|
1076
1076
|
...BaseType.String({
|