@flowblade/sqlduck 0.19.0 → 0.19.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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -411,6 +411,9 @@ var DuckDatabaseAttachCommand = class {
411
411
  case "encryptionKey":
412
412
  options.push(`ENCRYPTION_KEY '${value}'`);
413
413
  break;
414
+ case "recoveryMode":
415
+ options.push(`RECOVERY_MODE '${value}'`);
416
+ break;
414
417
  default:
415
418
  }
416
419
  if (options.length > 0) parts.push(`(${options.join(", ")})`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowblade/sqlduck",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -92,7 +92,7 @@
92
92
  "@types/node": "25.9.0",
93
93
  "@typescript-eslint/eslint-plugin": "8.59.4",
94
94
  "@typescript-eslint/parser": "8.59.4",
95
- "@typescript/native-preview": "7.0.0-dev.20260518.1",
95
+ "@typescript/native-preview": "7.0.0-dev.20260519.1",
96
96
  "@vitest/coverage-v8": "4.1.7",
97
97
  "@vitest/ui": "4.1.7",
98
98
  "ansis": "4.3.0",
@@ -118,7 +118,7 @@
118
118
  "tedious": "19.2.1",
119
119
  "testcontainers": "11.14.0",
120
120
  "tsdown": "0.22.0",
121
- "tsx": "4.22.2",
121
+ "tsx": "4.22.3",
122
122
  "typedoc": "0.28.19",
123
123
  "typedoc-plugin-markdown": "4.11.0",
124
124
  "typescript": "6.0.3",