grid search
This commit is contained in:
parent
0b1f1e3e23
commit
8b951ddf5c
1
packages/media/cpp/.gitignore
vendored
1
packages/media/cpp/.gitignore
vendored
@ -7,3 +7,4 @@ CMakeUserPresets.json
|
||||
# Windows libvips SDK (see scripts/fetch-vips-windows.ps1)
|
||||
third_party/vips-dev-*/
|
||||
third_party/vips-dev-x64-all*.zip
|
||||
.env
|
||||
|
||||
20
packages/media/package-lock.json
generated
20
packages/media/package-lock.json
generated
@ -91,11 +91,11 @@
|
||||
"p-throttle": "^4.1.1",
|
||||
"regedit": "^5.1.4",
|
||||
"tslog": "^3.3.3",
|
||||
"tsup": "^2.0.3",
|
||||
"tsup": "^8.5.1",
|
||||
"yargs": "^17.7.2",
|
||||
"zod": "^3.24.3",
|
||||
"zod-to-json-schema": "^3.24.5",
|
||||
"zod-to-ts": "^1.2.0"
|
||||
"zod": "^4.3.6",
|
||||
"zod-to-json-schema": "^3.25.1",
|
||||
"zod-to-ts": "^2.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"pm-cli": "dist/main.js"
|
||||
@ -164,7 +164,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@types/node": "^22.10.9",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"ts-node": "^10.9.1",
|
||||
@ -10367,12 +10367,12 @@
|
||||
"p-throttle": "^4.1.1",
|
||||
"regedit": "^5.1.4",
|
||||
"tslog": "^3.3.3",
|
||||
"tsup": "^2.0.3",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.7.3",
|
||||
"yargs": "^17.7.2",
|
||||
"zod": "^3.24.3",
|
||||
"zod-to-json-schema": "^3.24.5",
|
||||
"zod-to-ts": "^1.2.0"
|
||||
"zod": "^4.3.6",
|
||||
"zod-to-json-schema": "^3.25.1",
|
||||
"zod-to-ts": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"@polymech/core": {
|
||||
@ -10416,7 +10416,7 @@
|
||||
"@polymech/core": "file:../core",
|
||||
"@repo/typescript-config": "file:../typescript-config",
|
||||
"@types/node": "^22.10.9",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user