@soliantconsulting/fm-mock-server
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -5,2 +5,3 @@ import type { RouterContext } from "koa-tree-router"; | ||
export type ScriptDefinition = { | ||
tags?: string[]; | ||
description: string; | ||
@@ -7,0 +8,0 @@ requestSchema: SchemaObject; |
@@ -31,2 +31,3 @@ import { z } from "zod"; | ||
post: { | ||
tags: definition.tags, | ||
description: definition.description, | ||
@@ -33,0 +34,0 @@ requestBody: { |
{ | ||
"name": "@soliantconsulting/fm-mock-server", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Mock server for FileMaker OData script calls", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16673
241