pecunia-root 0.0.9 → 0.1.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/dist/_virtual/rolldown_runtime.mjs +8 -0
- package/dist/adapters/drizzle-adapter/index.mjs +4 -1
- package/dist/adapters/drizzle-adapter/index.mjs.map +1 -1
- package/dist/adapters/mongodb-adapter/index.mjs +12 -11
- package/dist/adapters/mongodb-adapter/index.mjs.map +1 -1
- package/dist/db/migrations/index.mjs +0 -6
- package/dist/db/migrations/index.mjs.map +1 -1
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/code-points-data.mjs +14 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/code-points-data.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/index.mjs +54 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/memory-code-points.mjs +36 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/memory-code-points.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/node.mjs +27 -0
- package/dist/node_modules/.pnpm/@mongodb-js_saslprep@1.4.4/node_modules/@mongodb-js/saslprep/dist/node.mjs.map +1 -0
- package/dist/node_modules/.pnpm/bson@6.10.4/node_modules/bson/lib/bson.mjs +3728 -0
- package/dist/node_modules/.pnpm/bson@6.10.4/node_modules/bson/lib/bson.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column-builder.mjs +108 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column-builder.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column.mjs +55 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/column.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/entity.mjs +18 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/entity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/common.mjs +183 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/enum.mjs +35 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/columns/enum.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/foreign-keys.mjs +68 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/foreign-keys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/unique-constraint.mjs +56 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/unique-constraint.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/utils/array.mjs +65 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/pg-core/utils/array.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/conditions.mjs +69 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/conditions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/select.mjs +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/expressions/select.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/functions/aggregate.mjs +10 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/functions/aggregate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/sql.mjs +366 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/sql/sql.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/subquery.mjs +22 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/subquery.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.mjs +62 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.utils.mjs +6 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/table.utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing-utils.mjs +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing-utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing.mjs +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/tracing.mjs.map +1 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/view-common.mjs +6 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.41.0_@prisma_client@5.22.0_prisma@5.22.0__@types_better-sqlite3@7.6.13_@t_b8c798d02fdf3681c336f03696200539/node_modules/drizzle-orm/view-common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager/index.mjs +137 -0
- package/dist/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/index.mjs +211 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/redact.mjs +95 -0
- package/dist/node_modules/.pnpm/mongodb-connection-string-url@3.0.2/node_modules/mongodb-connection-string-url/lib/redact.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/admin.mjs +158 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/admin.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bson.mjs +195 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bson.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/common.mjs +710 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/ordered.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/ordered.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/unordered.mjs +63 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/bulk/unordered.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/change_stream.mjs +368 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/change_stream.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/auto_encrypter.mjs +234 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/auto_encrypter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.mjs +545 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/crypto_callbacks.mjs +83 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/crypto_callbacks.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/errors.mjs +146 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/errors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/mongocryptd_manager.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/mongocryptd_manager.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/aws.mjs +30 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/aws.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/azure.mjs +135 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/azure.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/gcp.mjs +25 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/gcp.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/index.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/providers/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/state_machine.mjs +362 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/client-side-encryption/state_machine.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/auth_provider.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/auth_provider.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/aws_temporary_credentials.mjs +123 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/aws_temporary_credentials.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/gssapi.mjs +128 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/gssapi.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongo_credentials.mjs +133 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongo_credentials.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_aws.mjs +126 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_aws.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.mjs +79 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.mjs +65 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.mjs +127 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.mjs +44 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.mjs +101 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.mjs +33 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.mjs +29 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc.mjs +83 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/mongodb_oidc.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/plain.mjs +36 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/plain.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/providers.mjs +32 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/providers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/scram.mjs +206 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/scram.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/x509.mjs +45 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/auth/x509.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/command_monitoring_events.mjs +213 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/command_monitoring_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/commands.mjs +411 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/commands.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connect.mjs +288 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connect.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection.mjs +423 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool.mjs +483 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool_events.mjs +207 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/connection_pool_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/errors.mjs +116 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/errors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/handshake/client_metadata.mjs +183 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/handshake/client_metadata.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/metrics.mjs +55 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/metrics.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/stream_description.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/stream_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/compression.mjs +139 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/compression.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/constants.mjs +28 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/constants.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_data.mjs +117 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_data.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_demand/document.mjs +182 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/on_demand/document.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/responses.mjs +304 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/responses.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/shared.mjs +34 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cmap/wire_protocol/shared.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/collection.mjs +739 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/connection_string.mjs +805 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/connection_string.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/constants.mjs +174 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/constants.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/abstract_cursor.mjs +726 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/abstract_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/aggregation_cursor.mjs +172 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/aggregation_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/change_stream_cursor.mjs +103 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/change_stream_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/client_bulk_write_cursor.mjs +66 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/client_bulk_write_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/explainable_cursor.mjs +41 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/explainable_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/find_cursor.mjs +365 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/find_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_collections_cursor.mjs +50 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_collections_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_indexes_cursor.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_indexes_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_search_indexes_cursor.mjs +23 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/list_search_indexes_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/run_command_cursor.mjs +106 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/cursor/run_command_cursor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/db.mjs +428 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/db.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/deps.mjs +124 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/deps.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/encrypter.mjs +95 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/encrypter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/error.mjs +1305 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/error.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/explain.mjs +59 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/explain.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/download.mjs +250 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/download.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/index.mjs +170 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/upload.mjs +315 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/gridfs/upload.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/index.mjs +925 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client.mjs +520 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client_auth_providers.mjs +90 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_client_auth_providers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_logger.mjs +582 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_logger.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_types.mjs +64 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/mongo_types.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/aggregate.mjs +86 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/aggregate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/client_bulk_write.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/client_bulk_write.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/command_builder.mjs +264 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/command_builder.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/executor.mjs +109 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/executor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/results_merger.mjs +172 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/client_bulk_write/results_merger.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/command.mjs +68 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/command.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/count.mjs +53 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/count.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/create_collection.mjs +123 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/create_collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/delete.mjs +119 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/delete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/distinct.mjs +65 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/distinct.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/drop.mjs +97 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/drop.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/estimated_document_count.mjs +47 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/estimated_document_count.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/execute_operation.mjs +188 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/execute_operation.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find.mjs +103 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find_and_modify.mjs +136 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/find_and_modify.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/get_more.mjs +61 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/get_more.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/indexes.mjs +179 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/indexes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/insert.mjs +77 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/insert.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/kill_cursors.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/kill_cursors.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_collections.mjs +60 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_collections.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_databases.mjs +43 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/list_databases.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/operation.mjs +105 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/operation.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/profiling_level.mjs +50 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/profiling_level.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/remove_user.mjs +39 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/remove_user.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/rename.mjs +49 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/rename.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/run_command.mjs +58 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/run_command.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/create.mjs +46 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/create.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/drop.mjs +48 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/drop.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/update.mjs +46 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/search_indexes/update.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/set_profiling_level.mjs +67 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/set_profiling_level.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/stats.mjs +37 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/stats.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/update.mjs +171 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/update.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/validate_collection.mjs +45 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/operations/validate_collection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_concern.mjs +71 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_concern.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_preference.mjs +165 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/read_preference.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/resource_management.mjs +62 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/resource_management.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/common.mjs +51 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/common.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/events.mjs +156 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/monitor.mjs +477 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/monitor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server.mjs +315 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_description.mjs +157 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection.mjs +184 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection_events.mjs +96 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/server_selection_events.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/srv_polling.mjs +107 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/srv_polling.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology.mjs +540 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.mjs +298 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sessions.mjs +623 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sessions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sort.mjs +91 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sort.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/timeout.mjs +254 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/timeout.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/transactions.mjs +138 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/transactions.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/utils.mjs +993 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/write_concern.mjs +81 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/write_concern.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/package.mjs +171 -0
- package/dist/node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/package.mjs.map +1 -0
- package/dist/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.mjs +295 -0
- package/dist/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield/index.mjs +81 -0
- package/dist/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/index.mjs +206 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/mappingTable.mjs +33590 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/mappingTable.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/regexes.mjs +37 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/regexes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/statusMapping.mjs +18 -0
- package/dist/node_modules/.pnpm/tr46@5.1.1/node_modules/tr46/lib/statusMapping.mjs.map +1 -0
- package/dist/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions/lib/index.mjs +252 -0
- package/dist/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/index.mjs +41 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/Function.mjs +41 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/Function.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL-impl.mjs +173 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL-impl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL.mjs +334 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URL.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams-impl.mjs +90 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams-impl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams.mjs +356 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/URLSearchParams.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/encoding.mjs +23 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/encoding.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/infra.mjs +29 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/infra.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/percent-encoding.mjs +140 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/percent-encoding.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/url-state-machine.mjs +831 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/url-state-machine.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.mjs +77 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/urlencoded.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.mjs +147 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/lib/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs +17 -0
- package/dist/node_modules/.pnpm/whatwg-url@14.2.0/node_modules/whatwg-url/webidl2js-wrapper.mjs.map +1 -0
- package/package.json +2 -40
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../../../../../_virtual/rolldown_runtime.mjs";
|
|
2
|
+
import { require_bson } from "../bson.mjs";
|
|
3
|
+
import { require_error } from "../error.mjs";
|
|
4
|
+
import { require_common } from "./common.mjs";
|
|
5
|
+
import { require_constants } from "../cmap/wire_protocol/constants.mjs";
|
|
6
|
+
import { require_utils } from "../utils.mjs";
|
|
7
|
+
import { require_server_description } from "./server_description.mjs";
|
|
8
|
+
|
|
9
|
+
//#region ../../node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.js
|
|
10
|
+
var require_topology_description = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TopologyDescription = void 0;
|
|
13
|
+
const bson_1 = require_bson();
|
|
14
|
+
const WIRE_CONSTANTS = require_constants();
|
|
15
|
+
const error_1 = require_error();
|
|
16
|
+
const utils_1 = require_utils();
|
|
17
|
+
const common_1 = require_common();
|
|
18
|
+
const server_description_1 = require_server_description();
|
|
19
|
+
const MIN_SUPPORTED_SERVER_VERSION = WIRE_CONSTANTS.MIN_SUPPORTED_SERVER_VERSION;
|
|
20
|
+
const MAX_SUPPORTED_SERVER_VERSION = WIRE_CONSTANTS.MAX_SUPPORTED_SERVER_VERSION;
|
|
21
|
+
const MIN_SUPPORTED_WIRE_VERSION = WIRE_CONSTANTS.MIN_SUPPORTED_WIRE_VERSION;
|
|
22
|
+
const MAX_SUPPORTED_WIRE_VERSION = WIRE_CONSTANTS.MAX_SUPPORTED_WIRE_VERSION;
|
|
23
|
+
const MONGOS_OR_UNKNOWN = new Set([common_1.ServerType.Mongos, common_1.ServerType.Unknown]);
|
|
24
|
+
const MONGOS_OR_STANDALONE = new Set([common_1.ServerType.Mongos, common_1.ServerType.Standalone]);
|
|
25
|
+
const NON_PRIMARY_RS_MEMBERS = new Set([
|
|
26
|
+
common_1.ServerType.RSSecondary,
|
|
27
|
+
common_1.ServerType.RSArbiter,
|
|
28
|
+
common_1.ServerType.RSOther
|
|
29
|
+
]);
|
|
30
|
+
/**
|
|
31
|
+
* Representation of a deployment of servers
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
var TopologyDescription = class TopologyDescription {
|
|
35
|
+
/**
|
|
36
|
+
* Create a TopologyDescription
|
|
37
|
+
*/
|
|
38
|
+
constructor(topologyType, serverDescriptions = null, setName = null, maxSetVersion = null, maxElectionId = null, commonWireVersion = null, options = null) {
|
|
39
|
+
options = options ?? {};
|
|
40
|
+
this.type = topologyType ?? common_1.TopologyType.Unknown;
|
|
41
|
+
this.servers = serverDescriptions ?? /* @__PURE__ */ new Map();
|
|
42
|
+
this.stale = false;
|
|
43
|
+
this.compatible = true;
|
|
44
|
+
this.heartbeatFrequencyMS = options.heartbeatFrequencyMS ?? 0;
|
|
45
|
+
this.localThresholdMS = options.localThresholdMS ?? 15;
|
|
46
|
+
this.setName = setName ?? null;
|
|
47
|
+
this.maxElectionId = maxElectionId ?? null;
|
|
48
|
+
this.maxSetVersion = maxSetVersion ?? null;
|
|
49
|
+
this.commonWireVersion = commonWireVersion ?? 0;
|
|
50
|
+
for (const serverDescription of this.servers.values()) {
|
|
51
|
+
if (serverDescription.type === common_1.ServerType.Unknown || serverDescription.type === common_1.ServerType.LoadBalancer) continue;
|
|
52
|
+
if (serverDescription.minWireVersion > MAX_SUPPORTED_WIRE_VERSION) {
|
|
53
|
+
this.compatible = false;
|
|
54
|
+
this.compatibilityError = `Server at ${serverDescription.address} requires wire version ${serverDescription.minWireVersion}, but this version of the driver only supports up to ${MAX_SUPPORTED_WIRE_VERSION} (MongoDB ${MAX_SUPPORTED_SERVER_VERSION})`;
|
|
55
|
+
}
|
|
56
|
+
if (serverDescription.maxWireVersion < MIN_SUPPORTED_WIRE_VERSION) {
|
|
57
|
+
this.compatible = false;
|
|
58
|
+
this.compatibilityError = `Server at ${serverDescription.address} reports wire version ${serverDescription.maxWireVersion}, but this version of the driver requires at least ${MIN_SUPPORTED_WIRE_VERSION} (MongoDB ${MIN_SUPPORTED_SERVER_VERSION}).`;
|
|
59
|
+
break;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
this.logicalSessionTimeoutMinutes = null;
|
|
63
|
+
for (const [, server] of this.servers) if (server.isReadable) {
|
|
64
|
+
if (server.logicalSessionTimeoutMinutes == null) {
|
|
65
|
+
this.logicalSessionTimeoutMinutes = null;
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
if (this.logicalSessionTimeoutMinutes == null) {
|
|
69
|
+
this.logicalSessionTimeoutMinutes = server.logicalSessionTimeoutMinutes;
|
|
70
|
+
continue;
|
|
71
|
+
}
|
|
72
|
+
this.logicalSessionTimeoutMinutes = Math.min(this.logicalSessionTimeoutMinutes, server.logicalSessionTimeoutMinutes);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Returns a new TopologyDescription based on the SrvPollingEvent
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
updateFromSrvPollingEvent(ev, srvMaxHosts = 0) {
|
|
80
|
+
/** The SRV addresses defines the set of addresses we should be using */
|
|
81
|
+
const incomingHostnames = ev.hostnames();
|
|
82
|
+
const currentHostnames = new Set(this.servers.keys());
|
|
83
|
+
const hostnamesToAdd = new Set(incomingHostnames);
|
|
84
|
+
const hostnamesToRemove = /* @__PURE__ */ new Set();
|
|
85
|
+
for (const hostname of currentHostnames) {
|
|
86
|
+
hostnamesToAdd.delete(hostname);
|
|
87
|
+
if (!incomingHostnames.has(hostname)) hostnamesToRemove.add(hostname);
|
|
88
|
+
}
|
|
89
|
+
if (hostnamesToAdd.size === 0 && hostnamesToRemove.size === 0) return this;
|
|
90
|
+
const serverDescriptions = new Map(this.servers);
|
|
91
|
+
for (const removedHost of hostnamesToRemove) serverDescriptions.delete(removedHost);
|
|
92
|
+
if (hostnamesToAdd.size > 0) {
|
|
93
|
+
if (srvMaxHosts === 0) for (const hostToAdd of hostnamesToAdd) serverDescriptions.set(hostToAdd, new server_description_1.ServerDescription(hostToAdd));
|
|
94
|
+
else if (serverDescriptions.size < srvMaxHosts) {
|
|
95
|
+
const selectedHosts = (0, utils_1.shuffle)(hostnamesToAdd, srvMaxHosts - serverDescriptions.size);
|
|
96
|
+
for (const selectedHostToAdd of selectedHosts) serverDescriptions.set(selectedHostToAdd, new server_description_1.ServerDescription(selectedHostToAdd));
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
return new TopologyDescription(this.type, serverDescriptions, this.setName, this.maxSetVersion, this.maxElectionId, this.commonWireVersion, {
|
|
100
|
+
heartbeatFrequencyMS: this.heartbeatFrequencyMS,
|
|
101
|
+
localThresholdMS: this.localThresholdMS
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Returns a copy of this description updated with a given ServerDescription
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
update(serverDescription) {
|
|
109
|
+
const address = serverDescription.address;
|
|
110
|
+
let { type: topologyType, setName, maxSetVersion, maxElectionId, commonWireVersion } = this;
|
|
111
|
+
const serverType = serverDescription.type;
|
|
112
|
+
const serverDescriptions = new Map(this.servers);
|
|
113
|
+
if (serverDescription.maxWireVersion !== 0) if (commonWireVersion == null) commonWireVersion = serverDescription.maxWireVersion;
|
|
114
|
+
else commonWireVersion = Math.min(commonWireVersion, serverDescription.maxWireVersion);
|
|
115
|
+
if (typeof serverDescription.setName === "string" && typeof setName === "string" && serverDescription.setName !== setName) if (topologyType === common_1.TopologyType.Single) serverDescription = new server_description_1.ServerDescription(address);
|
|
116
|
+
else serverDescriptions.delete(address);
|
|
117
|
+
serverDescriptions.set(address, serverDescription);
|
|
118
|
+
if (topologyType === common_1.TopologyType.Single) return new TopologyDescription(common_1.TopologyType.Single, serverDescriptions, setName, maxSetVersion, maxElectionId, commonWireVersion, {
|
|
119
|
+
heartbeatFrequencyMS: this.heartbeatFrequencyMS,
|
|
120
|
+
localThresholdMS: this.localThresholdMS
|
|
121
|
+
});
|
|
122
|
+
if (topologyType === common_1.TopologyType.Unknown) if (serverType === common_1.ServerType.Standalone && this.servers.size !== 1) serverDescriptions.delete(address);
|
|
123
|
+
else topologyType = topologyTypeForServerType(serverType);
|
|
124
|
+
if (topologyType === common_1.TopologyType.Sharded) {
|
|
125
|
+
if (!MONGOS_OR_UNKNOWN.has(serverType)) serverDescriptions.delete(address);
|
|
126
|
+
}
|
|
127
|
+
if (topologyType === common_1.TopologyType.ReplicaSetNoPrimary) {
|
|
128
|
+
if (MONGOS_OR_STANDALONE.has(serverType)) serverDescriptions.delete(address);
|
|
129
|
+
if (serverType === common_1.ServerType.RSPrimary) {
|
|
130
|
+
const result = updateRsFromPrimary(serverDescriptions, serverDescription, setName, maxSetVersion, maxElectionId);
|
|
131
|
+
topologyType = result[0];
|
|
132
|
+
setName = result[1];
|
|
133
|
+
maxSetVersion = result[2];
|
|
134
|
+
maxElectionId = result[3];
|
|
135
|
+
} else if (NON_PRIMARY_RS_MEMBERS.has(serverType)) {
|
|
136
|
+
const result = updateRsNoPrimaryFromMember(serverDescriptions, serverDescription, setName);
|
|
137
|
+
topologyType = result[0];
|
|
138
|
+
setName = result[1];
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
if (topologyType === common_1.TopologyType.ReplicaSetWithPrimary) if (MONGOS_OR_STANDALONE.has(serverType)) {
|
|
142
|
+
serverDescriptions.delete(address);
|
|
143
|
+
topologyType = checkHasPrimary(serverDescriptions);
|
|
144
|
+
} else if (serverType === common_1.ServerType.RSPrimary) {
|
|
145
|
+
const result = updateRsFromPrimary(serverDescriptions, serverDescription, setName, maxSetVersion, maxElectionId);
|
|
146
|
+
topologyType = result[0];
|
|
147
|
+
setName = result[1];
|
|
148
|
+
maxSetVersion = result[2];
|
|
149
|
+
maxElectionId = result[3];
|
|
150
|
+
} else if (NON_PRIMARY_RS_MEMBERS.has(serverType)) topologyType = updateRsWithPrimaryFromMember(serverDescriptions, serverDescription, setName);
|
|
151
|
+
else topologyType = checkHasPrimary(serverDescriptions);
|
|
152
|
+
return new TopologyDescription(topologyType, serverDescriptions, setName, maxSetVersion, maxElectionId, commonWireVersion, {
|
|
153
|
+
heartbeatFrequencyMS: this.heartbeatFrequencyMS,
|
|
154
|
+
localThresholdMS: this.localThresholdMS
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
get error() {
|
|
158
|
+
const descriptionsWithError = Array.from(this.servers.values()).filter((sd) => sd.error);
|
|
159
|
+
if (descriptionsWithError.length > 0) return descriptionsWithError[0].error;
|
|
160
|
+
return null;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Determines if the topology description has any known servers
|
|
164
|
+
*/
|
|
165
|
+
get hasKnownServers() {
|
|
166
|
+
return Array.from(this.servers.values()).some((sd) => sd.type !== common_1.ServerType.Unknown);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Determines if this topology description has a data-bearing server available.
|
|
170
|
+
*/
|
|
171
|
+
get hasDataBearingServers() {
|
|
172
|
+
return Array.from(this.servers.values()).some((sd) => sd.isDataBearing);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Determines if the topology has a definition for the provided address
|
|
176
|
+
* @internal
|
|
177
|
+
*/
|
|
178
|
+
hasServer(address) {
|
|
179
|
+
return this.servers.has(address);
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Returns a JSON-serializable representation of the TopologyDescription. This is primarily
|
|
183
|
+
* intended for use with JSON.stringify().
|
|
184
|
+
*
|
|
185
|
+
* This method will not throw.
|
|
186
|
+
*/
|
|
187
|
+
toJSON() {
|
|
188
|
+
return bson_1.EJSON.serialize(this);
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
exports.TopologyDescription = TopologyDescription;
|
|
192
|
+
function topologyTypeForServerType(serverType) {
|
|
193
|
+
switch (serverType) {
|
|
194
|
+
case common_1.ServerType.Standalone: return common_1.TopologyType.Single;
|
|
195
|
+
case common_1.ServerType.Mongos: return common_1.TopologyType.Sharded;
|
|
196
|
+
case common_1.ServerType.RSPrimary: return common_1.TopologyType.ReplicaSetWithPrimary;
|
|
197
|
+
case common_1.ServerType.RSOther:
|
|
198
|
+
case common_1.ServerType.RSSecondary: return common_1.TopologyType.ReplicaSetNoPrimary;
|
|
199
|
+
default: return common_1.TopologyType.Unknown;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
function updateRsFromPrimary(serverDescriptions, serverDescription, setName = null, maxSetVersion = null, maxElectionId = null) {
|
|
203
|
+
const setVersionElectionIdMismatch = (serverDescription$1, maxSetVersion$1, maxElectionId$1) => {
|
|
204
|
+
return `primary marked stale due to electionId/setVersion mismatch: server setVersion: ${serverDescription$1.setVersion}, server electionId: ${serverDescription$1.electionId}, topology setVersion: ${maxSetVersion$1}, topology electionId: ${maxElectionId$1}`;
|
|
205
|
+
};
|
|
206
|
+
setName = setName || serverDescription.setName;
|
|
207
|
+
if (setName !== serverDescription.setName) {
|
|
208
|
+
serverDescriptions.delete(serverDescription.address);
|
|
209
|
+
return [
|
|
210
|
+
checkHasPrimary(serverDescriptions),
|
|
211
|
+
setName,
|
|
212
|
+
maxSetVersion,
|
|
213
|
+
maxElectionId
|
|
214
|
+
];
|
|
215
|
+
}
|
|
216
|
+
if (serverDescription.maxWireVersion >= 17) {
|
|
217
|
+
const electionIdComparison = (0, utils_1.compareObjectId)(maxElectionId, serverDescription.electionId);
|
|
218
|
+
const maxElectionIdIsEqual = electionIdComparison === 0;
|
|
219
|
+
const maxElectionIdIsLess = electionIdComparison === -1;
|
|
220
|
+
const maxSetVersionIsLessOrEqual = (maxSetVersion ?? -1) <= (serverDescription.setVersion ?? -1);
|
|
221
|
+
if (maxElectionIdIsLess || maxElectionIdIsEqual && maxSetVersionIsLessOrEqual) {
|
|
222
|
+
maxElectionId = serverDescription.electionId;
|
|
223
|
+
maxSetVersion = serverDescription.setVersion;
|
|
224
|
+
} else {
|
|
225
|
+
serverDescriptions.set(serverDescription.address, new server_description_1.ServerDescription(serverDescription.address, void 0, { error: new error_1.MongoStalePrimaryError(setVersionElectionIdMismatch(serverDescription, maxSetVersion, maxElectionId)) }));
|
|
226
|
+
return [
|
|
227
|
+
checkHasPrimary(serverDescriptions),
|
|
228
|
+
setName,
|
|
229
|
+
maxSetVersion,
|
|
230
|
+
maxElectionId
|
|
231
|
+
];
|
|
232
|
+
}
|
|
233
|
+
} else {
|
|
234
|
+
const electionId = serverDescription.electionId ? serverDescription.electionId : null;
|
|
235
|
+
if (serverDescription.setVersion && electionId) {
|
|
236
|
+
if (maxSetVersion && maxElectionId) {
|
|
237
|
+
if (maxSetVersion > serverDescription.setVersion || (0, utils_1.compareObjectId)(maxElectionId, electionId) > 0) {
|
|
238
|
+
serverDescriptions.set(serverDescription.address, new server_description_1.ServerDescription(serverDescription.address, void 0, { error: new error_1.MongoStalePrimaryError(setVersionElectionIdMismatch(serverDescription, maxSetVersion, maxElectionId)) }));
|
|
239
|
+
return [
|
|
240
|
+
checkHasPrimary(serverDescriptions),
|
|
241
|
+
setName,
|
|
242
|
+
maxSetVersion,
|
|
243
|
+
maxElectionId
|
|
244
|
+
];
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
maxElectionId = serverDescription.electionId;
|
|
248
|
+
}
|
|
249
|
+
if (serverDescription.setVersion != null && (maxSetVersion == null || serverDescription.setVersion > maxSetVersion)) maxSetVersion = serverDescription.setVersion;
|
|
250
|
+
}
|
|
251
|
+
for (const [address, server] of serverDescriptions) if (server.type === common_1.ServerType.RSPrimary && server.address !== serverDescription.address) {
|
|
252
|
+
serverDescriptions.set(address, new server_description_1.ServerDescription(server.address, void 0, { error: new error_1.MongoStalePrimaryError("primary marked stale due to discovery of newer primary") }));
|
|
253
|
+
break;
|
|
254
|
+
}
|
|
255
|
+
serverDescription.allHosts.forEach((address) => {
|
|
256
|
+
if (!serverDescriptions.has(address)) serverDescriptions.set(address, new server_description_1.ServerDescription(address));
|
|
257
|
+
});
|
|
258
|
+
const currentAddresses = Array.from(serverDescriptions.keys());
|
|
259
|
+
const responseAddresses = serverDescription.allHosts;
|
|
260
|
+
currentAddresses.filter((addr) => responseAddresses.indexOf(addr) === -1).forEach((address) => {
|
|
261
|
+
serverDescriptions.delete(address);
|
|
262
|
+
});
|
|
263
|
+
return [
|
|
264
|
+
checkHasPrimary(serverDescriptions),
|
|
265
|
+
setName,
|
|
266
|
+
maxSetVersion,
|
|
267
|
+
maxElectionId
|
|
268
|
+
];
|
|
269
|
+
}
|
|
270
|
+
function updateRsWithPrimaryFromMember(serverDescriptions, serverDescription, setName = null) {
|
|
271
|
+
if (setName == null) throw new error_1.MongoRuntimeError("Argument \"setName\" is required if connected to a replica set");
|
|
272
|
+
if (setName !== serverDescription.setName || serverDescription.me && serverDescription.address !== serverDescription.me) serverDescriptions.delete(serverDescription.address);
|
|
273
|
+
return checkHasPrimary(serverDescriptions);
|
|
274
|
+
}
|
|
275
|
+
function updateRsNoPrimaryFromMember(serverDescriptions, serverDescription, setName = null) {
|
|
276
|
+
const topologyType = common_1.TopologyType.ReplicaSetNoPrimary;
|
|
277
|
+
setName = setName ?? serverDescription.setName;
|
|
278
|
+
if (setName !== serverDescription.setName) {
|
|
279
|
+
serverDescriptions.delete(serverDescription.address);
|
|
280
|
+
return [topologyType, setName];
|
|
281
|
+
}
|
|
282
|
+
serverDescription.allHosts.forEach((address) => {
|
|
283
|
+
if (!serverDescriptions.has(address)) serverDescriptions.set(address, new server_description_1.ServerDescription(address));
|
|
284
|
+
});
|
|
285
|
+
if (serverDescription.me && serverDescription.address !== serverDescription.me) serverDescriptions.delete(serverDescription.address);
|
|
286
|
+
return [topologyType, setName];
|
|
287
|
+
}
|
|
288
|
+
function checkHasPrimary(serverDescriptions) {
|
|
289
|
+
for (const serverDescription of serverDescriptions.values()) if (serverDescription.type === common_1.ServerType.RSPrimary) return common_1.TopologyType.ReplicaSetWithPrimary;
|
|
290
|
+
return common_1.TopologyType.ReplicaSetNoPrimary;
|
|
291
|
+
}
|
|
292
|
+
}));
|
|
293
|
+
|
|
294
|
+
//#endregion
|
|
295
|
+
export default require_topology_description();
|
|
296
|
+
|
|
297
|
+
export { require_topology_description };
|
|
298
|
+
//# sourceMappingURL=topology_description.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"topology_description.mjs","names":["serverDescription","maxSetVersion","maxElectionId"],"sources":["../../../../../../../../../../node_modules/.pnpm/mongodb@6.21.0/node_modules/mongodb/lib/sdam/topology_description.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.TopologyDescription = void 0;\nconst bson_1 = require(\"../bson\");\nconst WIRE_CONSTANTS = require(\"../cmap/wire_protocol/constants\");\nconst error_1 = require(\"../error\");\nconst utils_1 = require(\"../utils\");\nconst common_1 = require(\"./common\");\nconst server_description_1 = require(\"./server_description\");\n// constants related to compatibility checks\nconst MIN_SUPPORTED_SERVER_VERSION = WIRE_CONSTANTS.MIN_SUPPORTED_SERVER_VERSION;\nconst MAX_SUPPORTED_SERVER_VERSION = WIRE_CONSTANTS.MAX_SUPPORTED_SERVER_VERSION;\nconst MIN_SUPPORTED_WIRE_VERSION = WIRE_CONSTANTS.MIN_SUPPORTED_WIRE_VERSION;\nconst MAX_SUPPORTED_WIRE_VERSION = WIRE_CONSTANTS.MAX_SUPPORTED_WIRE_VERSION;\nconst MONGOS_OR_UNKNOWN = new Set([common_1.ServerType.Mongos, common_1.ServerType.Unknown]);\nconst MONGOS_OR_STANDALONE = new Set([common_1.ServerType.Mongos, common_1.ServerType.Standalone]);\nconst NON_PRIMARY_RS_MEMBERS = new Set([\n common_1.ServerType.RSSecondary,\n common_1.ServerType.RSArbiter,\n common_1.ServerType.RSOther\n]);\n/**\n * Representation of a deployment of servers\n * @public\n */\nclass TopologyDescription {\n /**\n * Create a TopologyDescription\n */\n constructor(topologyType, serverDescriptions = null, setName = null, maxSetVersion = null, maxElectionId = null, commonWireVersion = null, options = null) {\n options = options ?? {};\n this.type = topologyType ?? common_1.TopologyType.Unknown;\n this.servers = serverDescriptions ?? new Map();\n this.stale = false;\n this.compatible = true;\n this.heartbeatFrequencyMS = options.heartbeatFrequencyMS ?? 0;\n this.localThresholdMS = options.localThresholdMS ?? 15;\n this.setName = setName ?? null;\n this.maxElectionId = maxElectionId ?? null;\n this.maxSetVersion = maxSetVersion ?? null;\n this.commonWireVersion = commonWireVersion ?? 0;\n // determine server compatibility\n for (const serverDescription of this.servers.values()) {\n // Load balancer mode is always compatible.\n if (serverDescription.type === common_1.ServerType.Unknown ||\n serverDescription.type === common_1.ServerType.LoadBalancer) {\n continue;\n }\n if (serverDescription.minWireVersion > MAX_SUPPORTED_WIRE_VERSION) {\n this.compatible = false;\n this.compatibilityError = `Server at ${serverDescription.address} requires wire version ${serverDescription.minWireVersion}, but this version of the driver only supports up to ${MAX_SUPPORTED_WIRE_VERSION} (MongoDB ${MAX_SUPPORTED_SERVER_VERSION})`;\n }\n if (serverDescription.maxWireVersion < MIN_SUPPORTED_WIRE_VERSION) {\n this.compatible = false;\n this.compatibilityError = `Server at ${serverDescription.address} reports wire version ${serverDescription.maxWireVersion}, but this version of the driver requires at least ${MIN_SUPPORTED_WIRE_VERSION} (MongoDB ${MIN_SUPPORTED_SERVER_VERSION}).`;\n break;\n }\n }\n // Whenever a client updates the TopologyDescription from a hello response, it MUST set\n // TopologyDescription.logicalSessionTimeoutMinutes to the smallest logicalSessionTimeoutMinutes\n // value among ServerDescriptions of all data-bearing server types. If any have a null\n // logicalSessionTimeoutMinutes, then TopologyDescription.logicalSessionTimeoutMinutes MUST be\n // set to null.\n this.logicalSessionTimeoutMinutes = null;\n for (const [, server] of this.servers) {\n if (server.isReadable) {\n if (server.logicalSessionTimeoutMinutes == null) {\n // If any of the servers have a null logicalSessionsTimeout, then the whole topology does\n this.logicalSessionTimeoutMinutes = null;\n break;\n }\n if (this.logicalSessionTimeoutMinutes == null) {\n // First server with a non null logicalSessionsTimeout\n this.logicalSessionTimeoutMinutes = server.logicalSessionTimeoutMinutes;\n continue;\n }\n // Always select the smaller of the:\n // current server logicalSessionsTimeout and the topologies logicalSessionsTimeout\n this.logicalSessionTimeoutMinutes = Math.min(this.logicalSessionTimeoutMinutes, server.logicalSessionTimeoutMinutes);\n }\n }\n }\n /**\n * Returns a new TopologyDescription based on the SrvPollingEvent\n * @internal\n */\n updateFromSrvPollingEvent(ev, srvMaxHosts = 0) {\n /** The SRV addresses defines the set of addresses we should be using */\n const incomingHostnames = ev.hostnames();\n const currentHostnames = new Set(this.servers.keys());\n const hostnamesToAdd = new Set(incomingHostnames);\n const hostnamesToRemove = new Set();\n for (const hostname of currentHostnames) {\n // filter hostnamesToAdd (made from incomingHostnames) down to what is *not* present in currentHostnames\n hostnamesToAdd.delete(hostname);\n if (!incomingHostnames.has(hostname)) {\n // If the SRV Records no longer include this hostname\n // we have to stop using it\n hostnamesToRemove.add(hostname);\n }\n }\n if (hostnamesToAdd.size === 0 && hostnamesToRemove.size === 0) {\n // No new hosts to add and none to remove\n return this;\n }\n const serverDescriptions = new Map(this.servers);\n for (const removedHost of hostnamesToRemove) {\n serverDescriptions.delete(removedHost);\n }\n if (hostnamesToAdd.size > 0) {\n if (srvMaxHosts === 0) {\n // Add all!\n for (const hostToAdd of hostnamesToAdd) {\n serverDescriptions.set(hostToAdd, new server_description_1.ServerDescription(hostToAdd));\n }\n }\n else if (serverDescriptions.size < srvMaxHosts) {\n // Add only the amount needed to get us back to srvMaxHosts\n const selectedHosts = (0, utils_1.shuffle)(hostnamesToAdd, srvMaxHosts - serverDescriptions.size);\n for (const selectedHostToAdd of selectedHosts) {\n serverDescriptions.set(selectedHostToAdd, new server_description_1.ServerDescription(selectedHostToAdd));\n }\n }\n }\n return new TopologyDescription(this.type, serverDescriptions, this.setName, this.maxSetVersion, this.maxElectionId, this.commonWireVersion, { heartbeatFrequencyMS: this.heartbeatFrequencyMS, localThresholdMS: this.localThresholdMS });\n }\n /**\n * Returns a copy of this description updated with a given ServerDescription\n * @internal\n */\n update(serverDescription) {\n const address = serverDescription.address;\n // potentially mutated values\n let { type: topologyType, setName, maxSetVersion, maxElectionId, commonWireVersion } = this;\n const serverType = serverDescription.type;\n const serverDescriptions = new Map(this.servers);\n // update common wire version\n if (serverDescription.maxWireVersion !== 0) {\n if (commonWireVersion == null) {\n commonWireVersion = serverDescription.maxWireVersion;\n }\n else {\n commonWireVersion = Math.min(commonWireVersion, serverDescription.maxWireVersion);\n }\n }\n if (typeof serverDescription.setName === 'string' &&\n typeof setName === 'string' &&\n serverDescription.setName !== setName) {\n if (topologyType === common_1.TopologyType.Single) {\n // \"Single\" Topology with setName mismatch is direct connection usage, mark unknown do not remove\n serverDescription = new server_description_1.ServerDescription(address);\n }\n else {\n serverDescriptions.delete(address);\n }\n }\n // update the actual server description\n serverDescriptions.set(address, serverDescription);\n if (topologyType === common_1.TopologyType.Single) {\n // once we are defined as single, that never changes\n return new TopologyDescription(common_1.TopologyType.Single, serverDescriptions, setName, maxSetVersion, maxElectionId, commonWireVersion, { heartbeatFrequencyMS: this.heartbeatFrequencyMS, localThresholdMS: this.localThresholdMS });\n }\n if (topologyType === common_1.TopologyType.Unknown) {\n if (serverType === common_1.ServerType.Standalone && this.servers.size !== 1) {\n serverDescriptions.delete(address);\n }\n else {\n topologyType = topologyTypeForServerType(serverType);\n }\n }\n if (topologyType === common_1.TopologyType.Sharded) {\n if (!MONGOS_OR_UNKNOWN.has(serverType)) {\n serverDescriptions.delete(address);\n }\n }\n if (topologyType === common_1.TopologyType.ReplicaSetNoPrimary) {\n if (MONGOS_OR_STANDALONE.has(serverType)) {\n serverDescriptions.delete(address);\n }\n if (serverType === common_1.ServerType.RSPrimary) {\n const result = updateRsFromPrimary(serverDescriptions, serverDescription, setName, maxSetVersion, maxElectionId);\n topologyType = result[0];\n setName = result[1];\n maxSetVersion = result[2];\n maxElectionId = result[3];\n }\n else if (NON_PRIMARY_RS_MEMBERS.has(serverType)) {\n const result = updateRsNoPrimaryFromMember(serverDescriptions, serverDescription, setName);\n topologyType = result[0];\n setName = result[1];\n }\n }\n if (topologyType === common_1.TopologyType.ReplicaSetWithPrimary) {\n if (MONGOS_OR_STANDALONE.has(serverType)) {\n serverDescriptions.delete(address);\n topologyType = checkHasPrimary(serverDescriptions);\n }\n else if (serverType === common_1.ServerType.RSPrimary) {\n const result = updateRsFromPrimary(serverDescriptions, serverDescription, setName, maxSetVersion, maxElectionId);\n topologyType = result[0];\n setName = result[1];\n maxSetVersion = result[2];\n maxElectionId = result[3];\n }\n else if (NON_PRIMARY_RS_MEMBERS.has(serverType)) {\n topologyType = updateRsWithPrimaryFromMember(serverDescriptions, serverDescription, setName);\n }\n else {\n topologyType = checkHasPrimary(serverDescriptions);\n }\n }\n return new TopologyDescription(topologyType, serverDescriptions, setName, maxSetVersion, maxElectionId, commonWireVersion, { heartbeatFrequencyMS: this.heartbeatFrequencyMS, localThresholdMS: this.localThresholdMS });\n }\n get error() {\n const descriptionsWithError = Array.from(this.servers.values()).filter((sd) => sd.error);\n if (descriptionsWithError.length > 0) {\n return descriptionsWithError[0].error;\n }\n return null;\n }\n /**\n * Determines if the topology description has any known servers\n */\n get hasKnownServers() {\n return Array.from(this.servers.values()).some((sd) => sd.type !== common_1.ServerType.Unknown);\n }\n /**\n * Determines if this topology description has a data-bearing server available.\n */\n get hasDataBearingServers() {\n return Array.from(this.servers.values()).some((sd) => sd.isDataBearing);\n }\n /**\n * Determines if the topology has a definition for the provided address\n * @internal\n */\n hasServer(address) {\n return this.servers.has(address);\n }\n /**\n * Returns a JSON-serializable representation of the TopologyDescription. This is primarily\n * intended for use with JSON.stringify().\n *\n * This method will not throw.\n */\n toJSON() {\n return bson_1.EJSON.serialize(this);\n }\n}\nexports.TopologyDescription = TopologyDescription;\nfunction topologyTypeForServerType(serverType) {\n switch (serverType) {\n case common_1.ServerType.Standalone:\n return common_1.TopologyType.Single;\n case common_1.ServerType.Mongos:\n return common_1.TopologyType.Sharded;\n case common_1.ServerType.RSPrimary:\n return common_1.TopologyType.ReplicaSetWithPrimary;\n case common_1.ServerType.RSOther:\n case common_1.ServerType.RSSecondary:\n return common_1.TopologyType.ReplicaSetNoPrimary;\n default:\n return common_1.TopologyType.Unknown;\n }\n}\nfunction updateRsFromPrimary(serverDescriptions, serverDescription, setName = null, maxSetVersion = null, maxElectionId = null) {\n const setVersionElectionIdMismatch = (serverDescription, maxSetVersion, maxElectionId) => {\n return (`primary marked stale due to electionId/setVersion mismatch:` +\n ` server setVersion: ${serverDescription.setVersion},` +\n ` server electionId: ${serverDescription.electionId},` +\n ` topology setVersion: ${maxSetVersion},` +\n ` topology electionId: ${maxElectionId}`);\n };\n setName = setName || serverDescription.setName;\n if (setName !== serverDescription.setName) {\n serverDescriptions.delete(serverDescription.address);\n return [checkHasPrimary(serverDescriptions), setName, maxSetVersion, maxElectionId];\n }\n if (serverDescription.maxWireVersion >= 17) {\n const electionIdComparison = (0, utils_1.compareObjectId)(maxElectionId, serverDescription.electionId);\n const maxElectionIdIsEqual = electionIdComparison === 0;\n const maxElectionIdIsLess = electionIdComparison === -1;\n const maxSetVersionIsLessOrEqual = (maxSetVersion ?? -1) <= (serverDescription.setVersion ?? -1);\n if (maxElectionIdIsLess || (maxElectionIdIsEqual && maxSetVersionIsLessOrEqual)) {\n // The reported electionId was greater\n // or the electionId was equal and reported setVersion was greater\n // Always update both values, they are a tuple\n maxElectionId = serverDescription.electionId;\n maxSetVersion = serverDescription.setVersion;\n }\n else {\n // Stale primary\n // replace serverDescription with a default ServerDescription of type \"Unknown\"\n serverDescriptions.set(serverDescription.address, new server_description_1.ServerDescription(serverDescription.address, undefined, {\n error: new error_1.MongoStalePrimaryError(setVersionElectionIdMismatch(serverDescription, maxSetVersion, maxElectionId))\n }));\n return [checkHasPrimary(serverDescriptions), setName, maxSetVersion, maxElectionId];\n }\n }\n else {\n const electionId = serverDescription.electionId ? serverDescription.electionId : null;\n if (serverDescription.setVersion && electionId) {\n if (maxSetVersion && maxElectionId) {\n if (maxSetVersion > serverDescription.setVersion ||\n (0, utils_1.compareObjectId)(maxElectionId, electionId) > 0) {\n // this primary is stale, we must remove it\n serverDescriptions.set(serverDescription.address, new server_description_1.ServerDescription(serverDescription.address, undefined, {\n error: new error_1.MongoStalePrimaryError(setVersionElectionIdMismatch(serverDescription, maxSetVersion, maxElectionId))\n }));\n return [checkHasPrimary(serverDescriptions), setName, maxSetVersion, maxElectionId];\n }\n }\n maxElectionId = serverDescription.electionId;\n }\n if (serverDescription.setVersion != null &&\n (maxSetVersion == null || serverDescription.setVersion > maxSetVersion)) {\n maxSetVersion = serverDescription.setVersion;\n }\n }\n // We've heard from the primary. Is it the same primary as before?\n for (const [address, server] of serverDescriptions) {\n if (server.type === common_1.ServerType.RSPrimary && server.address !== serverDescription.address) {\n // Reset old primary's type to Unknown.\n serverDescriptions.set(address, new server_description_1.ServerDescription(server.address, undefined, {\n error: new error_1.MongoStalePrimaryError('primary marked stale due to discovery of newer primary')\n }));\n // There can only be one primary\n break;\n }\n }\n // Discover new hosts from this primary's response.\n serverDescription.allHosts.forEach((address) => {\n if (!serverDescriptions.has(address)) {\n serverDescriptions.set(address, new server_description_1.ServerDescription(address));\n }\n });\n // Remove hosts not in the response.\n const currentAddresses = Array.from(serverDescriptions.keys());\n const responseAddresses = serverDescription.allHosts;\n currentAddresses\n .filter((addr) => responseAddresses.indexOf(addr) === -1)\n .forEach((address) => {\n serverDescriptions.delete(address);\n });\n return [checkHasPrimary(serverDescriptions), setName, maxSetVersion, maxElectionId];\n}\nfunction updateRsWithPrimaryFromMember(serverDescriptions, serverDescription, setName = null) {\n if (setName == null) {\n // TODO(NODE-3483): should be an appropriate runtime error\n throw new error_1.MongoRuntimeError('Argument \"setName\" is required if connected to a replica set');\n }\n if (setName !== serverDescription.setName ||\n (serverDescription.me && serverDescription.address !== serverDescription.me)) {\n serverDescriptions.delete(serverDescription.address);\n }\n return checkHasPrimary(serverDescriptions);\n}\nfunction updateRsNoPrimaryFromMember(serverDescriptions, serverDescription, setName = null) {\n const topologyType = common_1.TopologyType.ReplicaSetNoPrimary;\n setName = setName ?? serverDescription.setName;\n if (setName !== serverDescription.setName) {\n serverDescriptions.delete(serverDescription.address);\n return [topologyType, setName];\n }\n serverDescription.allHosts.forEach((address) => {\n if (!serverDescriptions.has(address)) {\n serverDescriptions.set(address, new server_description_1.ServerDescription(address));\n }\n });\n if (serverDescription.me && serverDescription.address !== serverDescription.me) {\n serverDescriptions.delete(serverDescription.address);\n }\n return [topologyType, setName];\n}\nfunction checkHasPrimary(serverDescriptions) {\n for (const serverDescription of serverDescriptions.values()) {\n if (serverDescription.type === common_1.ServerType.RSPrimary) {\n return common_1.TopologyType.ReplicaSetWithPrimary;\n }\n }\n return common_1.TopologyType.ReplicaSetNoPrimary;\n}\n//# sourceMappingURL=topology_description.js.map"],"x_google_ignoreList":[0],"mappings":"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"}
|