@flowblade/sqlduck 0.18.2 → 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 +13 -13
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.18.2",
3
+ "version": "0.19.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -57,19 +57,19 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@flowblade/core": "^0.2.29",
60
- "@flowblade/source-duckdb": "^0.20.9",
60
+ "@flowblade/source-duckdb": "^0.21.0",
61
61
  "@flowblade/sql-tag": "^0.3.4",
62
62
  "@httpx/assert": "^0.17.1",
63
63
  "@httpx/dsn-parser": "^1.9.11",
64
64
  "@httpx/plain-object": "^2.1.11",
65
- "@logtape/logtape": "^2.1.0",
65
+ "@logtape/logtape": "^2.1.1",
66
66
  "@standard-schema/spec": "^1.1.0",
67
67
  "is-safe-filename": "0.1.1",
68
68
  "p-queue": "^9.3.0",
69
69
  "zod": "^4.4.3"
70
70
  },
71
71
  "peerDependencies": {
72
- "@duckdb/node-api": "^1.5.2-r.2",
72
+ "@duckdb/node-api": "^1.5.3-r.1",
73
73
  "valibot": "^1.3.1"
74
74
  },
75
75
  "peerDependenciesMeta": {
@@ -80,7 +80,7 @@
80
80
  "devDependencies": {
81
81
  "@belgattitude/eslint-config-bases": "8.15.0",
82
82
  "@dotenvx/dotenvx": "1.66.0",
83
- "@duckdb/node-api": "1.5.2-r.2",
83
+ "@duckdb/node-api": "1.5.3-r.1",
84
84
  "@faker-js/faker": "10.4.0",
85
85
  "@flowblade/source-kysely": "^1.4.1",
86
86
  "@httpx/assert": "0.17.1",
@@ -89,12 +89,12 @@
89
89
  "@size-limit/file": "12.1.0",
90
90
  "@testcontainers/mssqlserver": "11.14.0",
91
91
  "@total-typescript/ts-reset": "0.6.1",
92
- "@types/node": "25.8.0",
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.20260517.1",
96
- "@vitest/coverage-v8": "4.1.6",
97
- "@vitest/ui": "4.1.6",
95
+ "@typescript/native-preview": "7.0.0-dev.20260519.1",
96
+ "@vitest/coverage-v8": "4.1.7",
97
+ "@vitest/ui": "4.1.7",
98
98
  "ansis": "4.3.0",
99
99
  "browserslist-to-esbuild": "2.1.1",
100
100
  "core-js": "3.49.0",
@@ -107,23 +107,23 @@
107
107
  "is-in-ci": "2.0.0",
108
108
  "kysely": "0.29.2",
109
109
  "mitata": "1.0.34",
110
- "npm-run-all2": "8.0.4",
110
+ "npm-run-all2": "9.0.0",
111
111
  "prettier": "3.8.3",
112
112
  "publint": "0.3.21",
113
113
  "regexp.escape": "2.0.1",
114
114
  "rimraf": "6.1.3",
115
115
  "size-limit": "12.1.0",
116
- "sql-formatter": "15.7.4",
116
+ "sql-formatter": "15.8.0",
117
117
  "tarn": "3.0.2",
118
118
  "tedious": "19.2.1",
119
119
  "testcontainers": "11.14.0",
120
120
  "tsdown": "0.22.0",
121
- "tsx": "4.22.1",
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",
125
125
  "valibot": "1.4.0",
126
- "vitest": "4.1.6"
126
+ "vitest": "4.1.7"
127
127
  },
128
128
  "files": [
129
129
  "dist"