dirsql 0.3.20 → 0.3.21
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/package.json +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dirsql",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "Ephemeral SQL index over a local directory",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/thekevinscott/dirsql",
|
|
@@ -108,7 +108,8 @@
|
|
|
108
108
|
"test": {
|
|
109
109
|
"command": "vitest run",
|
|
110
110
|
"dependencies": [
|
|
111
|
-
"napi:build"
|
|
111
|
+
"napi:build",
|
|
112
|
+
"tsc"
|
|
112
113
|
],
|
|
113
114
|
"files": [
|
|
114
115
|
"src/**/*.ts",
|
|
@@ -132,7 +133,8 @@
|
|
|
132
133
|
"test:integration": {
|
|
133
134
|
"command": "vitest run --dir test --passWithNoTests",
|
|
134
135
|
"dependencies": [
|
|
135
|
-
"napi:build"
|
|
136
|
+
"napi:build",
|
|
137
|
+
"tsc"
|
|
136
138
|
],
|
|
137
139
|
"files": [
|
|
138
140
|
"src/**/*.ts",
|
|
@@ -193,15 +195,15 @@
|
|
|
193
195
|
"smol-toml": "^1.6.1"
|
|
194
196
|
},
|
|
195
197
|
"optionalDependencies": {
|
|
196
|
-
"@dirsql/lib-linux-x64-gnu": "0.3.
|
|
197
|
-
"@dirsql/lib-linux-arm64-gnu": "0.3.
|
|
198
|
-
"@dirsql/lib-darwin-x64": "0.3.
|
|
199
|
-
"@dirsql/lib-darwin-arm64": "0.3.
|
|
200
|
-
"@dirsql/lib-win32-x64-msvc": "0.3.
|
|
201
|
-
"@dirsql/cli-linux-x64-gnu": "0.3.
|
|
202
|
-
"@dirsql/cli-linux-arm64-gnu": "0.3.
|
|
203
|
-
"@dirsql/cli-darwin-x64": "0.3.
|
|
204
|
-
"@dirsql/cli-darwin-arm64": "0.3.
|
|
205
|
-
"@dirsql/cli-win32-x64-msvc": "0.3.
|
|
198
|
+
"@dirsql/lib-linux-x64-gnu": "0.3.21",
|
|
199
|
+
"@dirsql/lib-linux-arm64-gnu": "0.3.21",
|
|
200
|
+
"@dirsql/lib-darwin-x64": "0.3.21",
|
|
201
|
+
"@dirsql/lib-darwin-arm64": "0.3.21",
|
|
202
|
+
"@dirsql/lib-win32-x64-msvc": "0.3.21",
|
|
203
|
+
"@dirsql/cli-linux-x64-gnu": "0.3.21",
|
|
204
|
+
"@dirsql/cli-linux-arm64-gnu": "0.3.21",
|
|
205
|
+
"@dirsql/cli-darwin-x64": "0.3.21",
|
|
206
|
+
"@dirsql/cli-darwin-arm64": "0.3.21",
|
|
207
|
+
"@dirsql/cli-win32-x64-msvc": "0.3.21"
|
|
206
208
|
}
|
|
207
209
|
}
|