@postmcp/presets 0.1.5 → 0.1.6

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/dist/index.mjs CHANGED
@@ -596,7 +596,7 @@ var CLOUD_DATABASES_PRESETS = [
596
596
  specUrl: "https://neon.tech/api_spec/release/v2.json",
597
597
  tags: ["postgres", "serverless", "branching", "sql"],
598
598
  fieldMasks: [
599
- { path: "/projects", fields: ["projects.id", "projects.name", "projects.region_id", "projects.created_at"] }
599
+ { path: "/projects", fields: ["projects[*].id", "projects[*].name", "projects[*].region_id", "projects[*].created_at"] }
600
600
  ],
601
601
  bundledSpec: buildOpenAPISpec({
602
602
  title: "Neon Serverless Postgres API",