langgraph-api 0.2.37__tar.gz → 0.2.39__tar.gz
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.
Potentially problematic release.
This version of langgraph-api might be problematic. Click here for more details.
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/PKG-INFO +1 -1
- langgraph_api-0.2.39/langgraph_api/__init__.py +1 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/config.py +2 -1
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/package.json +10 -8
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/yarn.lock +267 -234
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/logging.py +3 -1
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/route.py +3 -0
- langgraph_api-0.2.37/langgraph_api/__init__.py +0 -1
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/.gitignore +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/LICENSE +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/Makefile +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/README.md +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/benchmark/weather.js +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/constraints.txt +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/forbidden.txt +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/healthcheck.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/assistants.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/mcp.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/meta.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/openapi.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/runs.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/store.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/threads.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/api/ui.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/asgi_transport.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/asyncio.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/custom.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/langsmith/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/langsmith/backend.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/langsmith/client.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/middleware.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/noop.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/auth/studio_user.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/cli.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/command.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/cron_scheduler.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/errors.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/graph.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/http.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/.gitignore +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/.prettierrc +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/base.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/build.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/client.http.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/client.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/errors.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/global.d.ts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/remote.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/schema.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/graph.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/load.hooks.mjs +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/preload.mjs +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/utils/files.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/utils/importMap.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/utils/pythonSchemas.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/src/utils/serde.mts +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/sse.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/tsconfig.json +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/js/ui.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/metadata.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/middleware/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/middleware/http_logger.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/middleware/private_network.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/middleware/request_id.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/models/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/models/run.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/patch.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/queue_entrypoint.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/schema.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/serde.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/server.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/sse.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/state.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/store.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/stream.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/thread_ttl.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/tunneling/cloudflare.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/utils.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/validation.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/webhook.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_api/worker.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_license/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_license/validation.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/langgraph_runtime/__init__.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/logging.json +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/openapi.json +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/pyproject.toml +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/scripts/create_license.py +0 -0
- {langgraph_api-0.2.37 → langgraph_api-0.2.39}/uv.lock +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.39"
|
|
@@ -229,7 +229,8 @@ CORS_CONFIG: CorsConfig | None = env("CORS_CONFIG", cast=_parse_json, default=No
|
|
|
229
229
|
}
|
|
230
230
|
"""
|
|
231
231
|
if CORS_CONFIG is not None and CORS_ALLOW_ORIGINS != "*":
|
|
232
|
-
|
|
232
|
+
if CORS_CONFIG.get("allow_origins") is None:
|
|
233
|
+
CORS_CONFIG["allow_origins"] = CORS_ALLOW_ORIGINS
|
|
233
234
|
|
|
234
235
|
# queue
|
|
235
236
|
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"@hono/zod-validator": "^0.2.2",
|
|
12
12
|
"@langchain/core": "^0.3.44",
|
|
13
13
|
"@langchain/langgraph": "^0.2.65",
|
|
14
|
-
"@langchain/langgraph-
|
|
14
|
+
"@langchain/langgraph-api": "~0.0.38",
|
|
15
|
+
"@langchain/langgraph-checkpoint": "~0.0.18",
|
|
16
|
+
"@langchain/langgraph-ui": "~0.0.38",
|
|
15
17
|
"@types/json-schema": "^7.0.15",
|
|
16
18
|
"@typescript/vfs": "^1.6.0",
|
|
17
19
|
"dedent": "^1.5.3",
|
|
@@ -21,25 +23,25 @@
|
|
|
21
23
|
"p-retry": "^6.2.0",
|
|
22
24
|
"tsx": "^4.19.3",
|
|
23
25
|
"typescript": "^5.5.4",
|
|
24
|
-
"undici": "^6.21.
|
|
26
|
+
"undici": "^6.21.2",
|
|
25
27
|
"uuid": "^10.0.0",
|
|
28
|
+
"vite": "^6.1.6",
|
|
26
29
|
"winston": "^3.17.0",
|
|
27
|
-
"@langchain/langgraph-api": "~0.0.37",
|
|
28
|
-
"@langchain/langgraph-ui": "~0.0.37",
|
|
29
30
|
"zod": "^3.23.8"
|
|
30
31
|
},
|
|
31
32
|
"resolutions": {
|
|
32
|
-
"esbuild": "^0.25.0"
|
|
33
|
+
"esbuild": "^0.25.0",
|
|
34
|
+
"vite": "^6.1.6"
|
|
33
35
|
},
|
|
34
36
|
"devDependencies": {
|
|
35
|
-
"jose": "^6.0.10",
|
|
36
37
|
"@langchain/langgraph-sdk": "^0.0.77",
|
|
38
|
+
"@types/node": "^22.2.0",
|
|
37
39
|
"@types/react": "^19.0.8",
|
|
38
40
|
"@types/react-dom": "^19.0.3",
|
|
39
|
-
"
|
|
41
|
+
"jose": "^6.0.10",
|
|
40
42
|
"postgres": "^3.4.4",
|
|
41
43
|
"prettier": "^3.3.3",
|
|
42
|
-
"vitest": "^3.0.
|
|
44
|
+
"vitest": "^3.0.5"
|
|
43
45
|
},
|
|
44
46
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
45
47
|
}
|
|
@@ -203,15 +203,15 @@
|
|
|
203
203
|
zod "^3.22.4"
|
|
204
204
|
zod-to-json-schema "^3.22.3"
|
|
205
205
|
|
|
206
|
-
"@langchain/langgraph-api@~0.0.
|
|
207
|
-
version "0.0.
|
|
208
|
-
resolved "https://registry.yarnpkg.com/@langchain/langgraph-api/-/langgraph-api-0.0.
|
|
209
|
-
integrity sha512-
|
|
206
|
+
"@langchain/langgraph-api@~0.0.38":
|
|
207
|
+
version "0.0.38"
|
|
208
|
+
resolved "https://registry.yarnpkg.com/@langchain/langgraph-api/-/langgraph-api-0.0.38.tgz#dc456473c1538c2204cd1b6aa23308fa4a9b905f"
|
|
209
|
+
integrity sha512-pyWejPoCWbB8oT8yAcodUjzTQPgx1dUBbaDAX4hVBtODNaS9K+xKginQUTv9KAGBOF8DDlBoX9fBrhSNgvoKyA==
|
|
210
210
|
dependencies:
|
|
211
211
|
"@babel/code-frame" "^7.26.2"
|
|
212
212
|
"@hono/node-server" "^1.12.0"
|
|
213
213
|
"@hono/zod-validator" "^0.2.2"
|
|
214
|
-
"@langchain/langgraph-ui" "0.0.
|
|
214
|
+
"@langchain/langgraph-ui" "0.0.38"
|
|
215
215
|
"@types/json-schema" "^7.0.15"
|
|
216
216
|
"@typescript/vfs" "^1.6.0"
|
|
217
217
|
dedent "^1.5.3"
|
|
@@ -229,10 +229,10 @@
|
|
|
229
229
|
winston-console-format "^1.0.8"
|
|
230
230
|
zod "^3.23.8"
|
|
231
231
|
|
|
232
|
-
"@langchain/langgraph-checkpoint
|
|
233
|
-
version "0.0.
|
|
234
|
-
resolved "https://registry.yarnpkg.com/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.
|
|
235
|
-
integrity sha512-
|
|
232
|
+
"@langchain/langgraph-checkpoint@~0.0.17", "@langchain/langgraph-checkpoint@~0.0.18":
|
|
233
|
+
version "0.0.18"
|
|
234
|
+
resolved "https://registry.yarnpkg.com/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-0.0.18.tgz#2f7a9cdeda948ccc8d312ba9463810709d71d0b8"
|
|
235
|
+
integrity sha512-IS7zJj36VgY+4pf8ZjsVuUWef7oTwt1y9ylvwu0aLuOn1d0fg05Om9DLm3v2GZ2Df6bhLV1kfWAM0IAl9O5rQQ==
|
|
236
236
|
dependencies:
|
|
237
237
|
uuid "^10.0.0"
|
|
238
238
|
|
|
@@ -256,10 +256,10 @@
|
|
|
256
256
|
p-retry "4"
|
|
257
257
|
uuid "^9.0.0"
|
|
258
258
|
|
|
259
|
-
"@langchain/langgraph-ui@0.0.
|
|
260
|
-
version "0.0.
|
|
261
|
-
resolved "https://registry.yarnpkg.com/@langchain/langgraph-ui/-/langgraph-ui-0.0.
|
|
262
|
-
integrity sha512-
|
|
259
|
+
"@langchain/langgraph-ui@0.0.38", "@langchain/langgraph-ui@~0.0.38":
|
|
260
|
+
version "0.0.38"
|
|
261
|
+
resolved "https://registry.yarnpkg.com/@langchain/langgraph-ui/-/langgraph-ui-0.0.38.tgz#52ba614af4093614855af84e6b847f32325e852b"
|
|
262
|
+
integrity sha512-0FwkMeoKFIMLaqhIjkDvs31+vDnauD94bgtK2d9hzC0Ze7khC5oar2s2+xwibScu2dFd7udafZ4Cxsk7Q+9mVw==
|
|
263
263
|
dependencies:
|
|
264
264
|
"@commander-js/extra-typings" "^13.0.0"
|
|
265
265
|
commander "^13.0.0"
|
|
@@ -277,100 +277,105 @@
|
|
|
277
277
|
uuid "^10.0.0"
|
|
278
278
|
zod "^3.23.8"
|
|
279
279
|
|
|
280
|
-
"@rollup/rollup-android-arm-eabi@4.
|
|
281
|
-
version "4.
|
|
282
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
283
|
-
integrity sha512
|
|
284
|
-
|
|
285
|
-
"@rollup/rollup-android-arm64@4.
|
|
286
|
-
version "4.
|
|
287
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
288
|
-
integrity sha512-
|
|
289
|
-
|
|
290
|
-
"@rollup/rollup-darwin-arm64@4.
|
|
291
|
-
version "4.
|
|
292
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
293
|
-
integrity sha512-
|
|
294
|
-
|
|
295
|
-
"@rollup/rollup-darwin-x64@4.
|
|
296
|
-
version "4.
|
|
297
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
298
|
-
integrity sha512-
|
|
299
|
-
|
|
300
|
-
"@rollup/rollup-freebsd-arm64@4.
|
|
301
|
-
version "4.
|
|
302
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
303
|
-
integrity sha512-
|
|
304
|
-
|
|
305
|
-
"@rollup/rollup-freebsd-x64@4.
|
|
306
|
-
version "4.
|
|
307
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
308
|
-
integrity sha512-
|
|
309
|
-
|
|
310
|
-
"@rollup/rollup-linux-arm-gnueabihf@4.
|
|
311
|
-
version "4.
|
|
312
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
313
|
-
integrity sha512-
|
|
314
|
-
|
|
315
|
-
"@rollup/rollup-linux-arm-musleabihf@4.
|
|
316
|
-
version "4.
|
|
317
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
318
|
-
integrity sha512-
|
|
319
|
-
|
|
320
|
-
"@rollup/rollup-linux-arm64-gnu@4.
|
|
321
|
-
version "4.
|
|
322
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
323
|
-
integrity sha512-
|
|
324
|
-
|
|
325
|
-
"@rollup/rollup-linux-arm64-musl@4.
|
|
326
|
-
version "4.
|
|
327
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
328
|
-
integrity sha512-
|
|
329
|
-
|
|
330
|
-
"@rollup/rollup-linux-loongarch64-gnu@4.
|
|
331
|
-
version "4.
|
|
332
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.
|
|
333
|
-
integrity sha512-
|
|
334
|
-
|
|
335
|
-
"@rollup/rollup-linux-powerpc64le-gnu@4.
|
|
336
|
-
version "4.
|
|
337
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.
|
|
338
|
-
integrity sha512-
|
|
339
|
-
|
|
340
|
-
"@rollup/rollup-linux-riscv64-gnu@4.
|
|
341
|
-
version "4.
|
|
342
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
343
|
-
integrity sha512-
|
|
344
|
-
|
|
345
|
-
"@rollup/rollup-linux-
|
|
346
|
-
version "4.
|
|
347
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-
|
|
348
|
-
integrity sha512-
|
|
349
|
-
|
|
350
|
-
"@rollup/rollup-linux-
|
|
351
|
-
version "4.
|
|
352
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-
|
|
353
|
-
integrity sha512-
|
|
354
|
-
|
|
355
|
-
"@rollup/rollup-linux-x64-
|
|
356
|
-
version "4.
|
|
357
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-
|
|
358
|
-
integrity sha512-
|
|
359
|
-
|
|
360
|
-
"@rollup/rollup-
|
|
361
|
-
version "4.
|
|
362
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-
|
|
363
|
-
integrity sha512-
|
|
364
|
-
|
|
365
|
-
"@rollup/rollup-win32-
|
|
366
|
-
version "4.
|
|
367
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-
|
|
368
|
-
integrity sha512-
|
|
369
|
-
|
|
370
|
-
"@rollup/rollup-win32-
|
|
371
|
-
version "4.
|
|
372
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-
|
|
373
|
-
integrity sha512
|
|
280
|
+
"@rollup/rollup-android-arm-eabi@4.41.1":
|
|
281
|
+
version "4.41.1"
|
|
282
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.1.tgz#f39f09f60d4a562de727c960d7b202a2cf797424"
|
|
283
|
+
integrity sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==
|
|
284
|
+
|
|
285
|
+
"@rollup/rollup-android-arm64@4.41.1":
|
|
286
|
+
version "4.41.1"
|
|
287
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.1.tgz#d19af7e23760717f1d879d4ca3d2cd247742dff2"
|
|
288
|
+
integrity sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==
|
|
289
|
+
|
|
290
|
+
"@rollup/rollup-darwin-arm64@4.41.1":
|
|
291
|
+
version "4.41.1"
|
|
292
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.1.tgz#1c3a2fbf205d80641728e05f4a56c909e95218b7"
|
|
293
|
+
integrity sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==
|
|
294
|
+
|
|
295
|
+
"@rollup/rollup-darwin-x64@4.41.1":
|
|
296
|
+
version "4.41.1"
|
|
297
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.1.tgz#aa66d2ba1a25e609500e13bef06dc0e71cc0c0d4"
|
|
298
|
+
integrity sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==
|
|
299
|
+
|
|
300
|
+
"@rollup/rollup-freebsd-arm64@4.41.1":
|
|
301
|
+
version "4.41.1"
|
|
302
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.1.tgz#df10a7b6316a0ef1028c6ca71a081124c537e30d"
|
|
303
|
+
integrity sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==
|
|
304
|
+
|
|
305
|
+
"@rollup/rollup-freebsd-x64@4.41.1":
|
|
306
|
+
version "4.41.1"
|
|
307
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.1.tgz#a3fdce8a05e95b068cbcb46e4df5185e407d0c35"
|
|
308
|
+
integrity sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==
|
|
309
|
+
|
|
310
|
+
"@rollup/rollup-linux-arm-gnueabihf@4.41.1":
|
|
311
|
+
version "4.41.1"
|
|
312
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.1.tgz#49f766c55383bd0498014a9d76924348c2f3890c"
|
|
313
|
+
integrity sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==
|
|
314
|
+
|
|
315
|
+
"@rollup/rollup-linux-arm-musleabihf@4.41.1":
|
|
316
|
+
version "4.41.1"
|
|
317
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.1.tgz#1d4d7d32fc557e17d52e1857817381ea365e2959"
|
|
318
|
+
integrity sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==
|
|
319
|
+
|
|
320
|
+
"@rollup/rollup-linux-arm64-gnu@4.41.1":
|
|
321
|
+
version "4.41.1"
|
|
322
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.1.tgz#f4fc317268441e9589edad3be8f62b6c03009bc1"
|
|
323
|
+
integrity sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==
|
|
324
|
+
|
|
325
|
+
"@rollup/rollup-linux-arm64-musl@4.41.1":
|
|
326
|
+
version "4.41.1"
|
|
327
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.1.tgz#63a1f1b0671cb17822dabae827fef0e443aebeb7"
|
|
328
|
+
integrity sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==
|
|
329
|
+
|
|
330
|
+
"@rollup/rollup-linux-loongarch64-gnu@4.41.1":
|
|
331
|
+
version "4.41.1"
|
|
332
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.1.tgz#c659b01cc6c0730b547571fc3973e1e955369f98"
|
|
333
|
+
integrity sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==
|
|
334
|
+
|
|
335
|
+
"@rollup/rollup-linux-powerpc64le-gnu@4.41.1":
|
|
336
|
+
version "4.41.1"
|
|
337
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.1.tgz#612e746f9ad7e58480f964d65e0d6c3f4aae69a8"
|
|
338
|
+
integrity sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==
|
|
339
|
+
|
|
340
|
+
"@rollup/rollup-linux-riscv64-gnu@4.41.1":
|
|
341
|
+
version "4.41.1"
|
|
342
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.1.tgz#4610dbd1dcfbbae32fbc10c20ae7387acb31110c"
|
|
343
|
+
integrity sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==
|
|
344
|
+
|
|
345
|
+
"@rollup/rollup-linux-riscv64-musl@4.41.1":
|
|
346
|
+
version "4.41.1"
|
|
347
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.1.tgz#054911fab40dc83fafc21e470193c058108f19d8"
|
|
348
|
+
integrity sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==
|
|
349
|
+
|
|
350
|
+
"@rollup/rollup-linux-s390x-gnu@4.41.1":
|
|
351
|
+
version "4.41.1"
|
|
352
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.1.tgz#98896eca8012547c7f04bd07eaa6896825f9e1a5"
|
|
353
|
+
integrity sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==
|
|
354
|
+
|
|
355
|
+
"@rollup/rollup-linux-x64-gnu@4.41.1":
|
|
356
|
+
version "4.41.1"
|
|
357
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.1.tgz#01cf56844a1e636ee80dfb364e72c2b7142ad896"
|
|
358
|
+
integrity sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==
|
|
359
|
+
|
|
360
|
+
"@rollup/rollup-linux-x64-musl@4.41.1":
|
|
361
|
+
version "4.41.1"
|
|
362
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.1.tgz#e67c7531df6dff0b4c241101d4096617fbca87c3"
|
|
363
|
+
integrity sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==
|
|
364
|
+
|
|
365
|
+
"@rollup/rollup-win32-arm64-msvc@4.41.1":
|
|
366
|
+
version "4.41.1"
|
|
367
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.1.tgz#7eeada98444e580674de6989284e4baacd48ea65"
|
|
368
|
+
integrity sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==
|
|
369
|
+
|
|
370
|
+
"@rollup/rollup-win32-ia32-msvc@4.41.1":
|
|
371
|
+
version "4.41.1"
|
|
372
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.1.tgz#516c4b54f80587b4a390aaf4940b40870271d35d"
|
|
373
|
+
integrity sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==
|
|
374
|
+
|
|
375
|
+
"@rollup/rollup-win32-x64-msvc@4.41.1":
|
|
376
|
+
version "4.41.1"
|
|
377
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.1.tgz#848f99b0d9936d92221bb6070baeff4db6947a30"
|
|
378
|
+
integrity sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==
|
|
374
379
|
|
|
375
380
|
"@tailwindcss/node@4.0.11":
|
|
376
381
|
version "4.0.11"
|
|
@@ -465,10 +470,10 @@
|
|
|
465
470
|
postcss "^8.4.41"
|
|
466
471
|
tailwindcss "4.0.11"
|
|
467
472
|
|
|
468
|
-
"@types/estree@1.0.
|
|
469
|
-
version "1.0.
|
|
470
|
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.
|
|
471
|
-
integrity sha512-
|
|
473
|
+
"@types/estree@1.0.7":
|
|
474
|
+
version "1.0.7"
|
|
475
|
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
|
|
476
|
+
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
|
|
472
477
|
|
|
473
478
|
"@types/estree@^1.0.0":
|
|
474
479
|
version "1.0.5"
|
|
@@ -526,63 +531,63 @@
|
|
|
526
531
|
dependencies:
|
|
527
532
|
debug "^4.1.1"
|
|
528
533
|
|
|
529
|
-
"@vitest/expect@3.
|
|
530
|
-
version "3.
|
|
531
|
-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.
|
|
532
|
-
integrity sha512-
|
|
534
|
+
"@vitest/expect@3.1.4":
|
|
535
|
+
version "3.1.4"
|
|
536
|
+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.4.tgz#837651a71682e3611c3df7b58b157ba485bd8029"
|
|
537
|
+
integrity sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==
|
|
533
538
|
dependencies:
|
|
534
|
-
"@vitest/spy" "3.
|
|
535
|
-
"@vitest/utils" "3.
|
|
536
|
-
chai "^5.
|
|
539
|
+
"@vitest/spy" "3.1.4"
|
|
540
|
+
"@vitest/utils" "3.1.4"
|
|
541
|
+
chai "^5.2.0"
|
|
537
542
|
tinyrainbow "^2.0.0"
|
|
538
543
|
|
|
539
|
-
"@vitest/mocker@3.
|
|
540
|
-
version "3.
|
|
541
|
-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.
|
|
542
|
-
integrity sha512-
|
|
544
|
+
"@vitest/mocker@3.1.4":
|
|
545
|
+
version "3.1.4"
|
|
546
|
+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.1.4.tgz#73441022b86c7299bfbd11a9fb2e99a7ddc2bb0e"
|
|
547
|
+
integrity sha512-8IJ3CvwtSw/EFXqWFL8aCMu+YyYXG2WUSrQbViOZkWTKTVicVwZ/YiEZDSqD00kX+v/+W+OnxhNWoeVKorHygA==
|
|
543
548
|
dependencies:
|
|
544
|
-
"@vitest/spy" "3.
|
|
549
|
+
"@vitest/spy" "3.1.4"
|
|
545
550
|
estree-walker "^3.0.3"
|
|
546
551
|
magic-string "^0.30.17"
|
|
547
552
|
|
|
548
|
-
"@vitest/pretty-format@3.
|
|
549
|
-
version "3.
|
|
550
|
-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.
|
|
551
|
-
integrity sha512-
|
|
553
|
+
"@vitest/pretty-format@3.1.4", "@vitest/pretty-format@^3.1.4":
|
|
554
|
+
version "3.1.4"
|
|
555
|
+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.1.4.tgz#da3e98c250cde3ce39fe8e709339814607b185e8"
|
|
556
|
+
integrity sha512-cqv9H9GvAEoTaoq+cYqUTCGscUjKqlJZC7PRwY5FMySVj5J+xOm1KQcCiYHJOEzOKRUhLH4R2pTwvFlWCEScsg==
|
|
552
557
|
dependencies:
|
|
553
558
|
tinyrainbow "^2.0.0"
|
|
554
559
|
|
|
555
|
-
"@vitest/runner@3.
|
|
556
|
-
version "3.
|
|
557
|
-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.
|
|
558
|
-
integrity sha512-
|
|
560
|
+
"@vitest/runner@3.1.4":
|
|
561
|
+
version "3.1.4"
|
|
562
|
+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.1.4.tgz#19fa16eb397f5325b99baca48c2bca6cadd098fa"
|
|
563
|
+
integrity sha512-djTeF1/vt985I/wpKVFBMWUlk/I7mb5hmD5oP8K9ACRmVXgKTae3TUOtXAEBfslNKPzUQvnKhNd34nnRSYgLNQ==
|
|
559
564
|
dependencies:
|
|
560
|
-
"@vitest/utils" "3.
|
|
561
|
-
pathe "^2.0.
|
|
565
|
+
"@vitest/utils" "3.1.4"
|
|
566
|
+
pathe "^2.0.3"
|
|
562
567
|
|
|
563
|
-
"@vitest/snapshot@3.
|
|
564
|
-
version "3.
|
|
565
|
-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.
|
|
566
|
-
integrity sha512
|
|
568
|
+
"@vitest/snapshot@3.1.4":
|
|
569
|
+
version "3.1.4"
|
|
570
|
+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.1.4.tgz#7897d4960a3cf617fb0f17e182cc15c7e3e4ed3f"
|
|
571
|
+
integrity sha512-JPHf68DvuO7vilmvwdPr9TS0SuuIzHvxeaCkxYcCD4jTk67XwL45ZhEHFKIuCm8CYstgI6LZ4XbwD6ANrwMpFg==
|
|
567
572
|
dependencies:
|
|
568
|
-
"@vitest/pretty-format" "3.
|
|
573
|
+
"@vitest/pretty-format" "3.1.4"
|
|
569
574
|
magic-string "^0.30.17"
|
|
570
|
-
pathe "^2.0.
|
|
575
|
+
pathe "^2.0.3"
|
|
571
576
|
|
|
572
|
-
"@vitest/spy@3.
|
|
573
|
-
version "3.
|
|
574
|
-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.
|
|
575
|
-
integrity sha512-
|
|
577
|
+
"@vitest/spy@3.1.4":
|
|
578
|
+
version "3.1.4"
|
|
579
|
+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.1.4.tgz#94bb566da7ef6deb7c4e1fd79b78f19aa5465b9f"
|
|
580
|
+
integrity sha512-Xg1bXhu+vtPXIodYN369M86K8shGLouNjoVI78g8iAq2rFoHFdajNvJJ5A/9bPMFcfQqdaCpOgWKEoMQg/s0Yg==
|
|
576
581
|
dependencies:
|
|
577
582
|
tinyspy "^3.0.2"
|
|
578
583
|
|
|
579
|
-
"@vitest/utils@3.
|
|
580
|
-
version "3.
|
|
581
|
-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.
|
|
582
|
-
integrity sha512-
|
|
584
|
+
"@vitest/utils@3.1.4":
|
|
585
|
+
version "3.1.4"
|
|
586
|
+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.1.4.tgz#f9f20d92f1384a9d66548c480885390760047b5e"
|
|
587
|
+
integrity sha512-yriMuO1cfFhmiGc8ataN51+9ooHRuURdfAZfwFd3usWynjzpLslZdYnRegTv32qdgtJTsj15FoeZe2g15fY1gg==
|
|
583
588
|
dependencies:
|
|
584
|
-
"@vitest/pretty-format" "3.
|
|
585
|
-
loupe "^3.1.
|
|
589
|
+
"@vitest/pretty-format" "3.1.4"
|
|
590
|
+
loupe "^3.1.3"
|
|
586
591
|
tinyrainbow "^2.0.0"
|
|
587
592
|
|
|
588
593
|
ansi-styles@^4.1.0:
|
|
@@ -656,10 +661,10 @@ caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001688:
|
|
|
656
661
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001702.tgz#cde16fa8adaa066c04aec2967b6cde46354644c4"
|
|
657
662
|
integrity sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==
|
|
658
663
|
|
|
659
|
-
chai@^5.
|
|
660
|
-
version "5.
|
|
661
|
-
resolved "https://registry.yarnpkg.com/chai/-/chai-5.
|
|
662
|
-
integrity sha512-
|
|
664
|
+
chai@^5.2.0:
|
|
665
|
+
version "5.2.0"
|
|
666
|
+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.2.0.tgz#1358ee106763624114addf84ab02697e411c9c05"
|
|
667
|
+
integrity sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==
|
|
663
668
|
dependencies:
|
|
664
669
|
assertion-error "^2.0.1"
|
|
665
670
|
check-error "^2.1.1"
|
|
@@ -842,10 +847,10 @@ enhanced-resolve@^5.18.1:
|
|
|
842
847
|
graceful-fs "^4.2.4"
|
|
843
848
|
tapable "^2.2.0"
|
|
844
849
|
|
|
845
|
-
es-module-lexer@^1.
|
|
846
|
-
version "1.
|
|
847
|
-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.
|
|
848
|
-
integrity sha512-
|
|
850
|
+
es-module-lexer@^1.7.0:
|
|
851
|
+
version "1.7.0"
|
|
852
|
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
|
|
853
|
+
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
|
|
849
854
|
|
|
850
855
|
esbuild-plugin-tailwindcss@^2.0.1:
|
|
851
856
|
version "2.0.1"
|
|
@@ -857,7 +862,7 @@ esbuild-plugin-tailwindcss@^2.0.1:
|
|
|
857
862
|
postcss "^8.5.1"
|
|
858
863
|
postcss-modules "^6.0.1"
|
|
859
864
|
|
|
860
|
-
esbuild@^0.
|
|
865
|
+
esbuild@^0.25.0, esbuild@~0.25.0:
|
|
861
866
|
version "0.25.0"
|
|
862
867
|
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.0.tgz#0de1787a77206c5a79eeb634a623d39b5006ce92"
|
|
863
868
|
integrity sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==
|
|
@@ -915,10 +920,15 @@ exit-hook@^4.0.0:
|
|
|
915
920
|
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-4.0.0.tgz#c1e16ebd03d3166f837b1502dac755bb5c460d58"
|
|
916
921
|
integrity sha512-Fqs7ChZm72y40wKjOFXBKg7nJZvQJmewP5/7LtePDdnah/+FH9Hp5sgMujSCMPXlxOAW2//1jrW9pnsY7o20vQ==
|
|
917
922
|
|
|
918
|
-
expect-type@^1.1
|
|
919
|
-
version "1.1
|
|
920
|
-
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.1.
|
|
921
|
-
integrity sha512
|
|
923
|
+
expect-type@^1.2.1:
|
|
924
|
+
version "1.2.1"
|
|
925
|
+
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.2.1.tgz#af76d8b357cf5fa76c41c09dafb79c549e75f71f"
|
|
926
|
+
integrity sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==
|
|
927
|
+
|
|
928
|
+
fdir@^6.4.4:
|
|
929
|
+
version "6.4.5"
|
|
930
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
|
|
931
|
+
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
922
932
|
|
|
923
933
|
fecha@^4.2.0:
|
|
924
934
|
version "4.2.3"
|
|
@@ -1172,7 +1182,7 @@ loupe@^3.1.0:
|
|
|
1172
1182
|
dependencies:
|
|
1173
1183
|
get-func-name "^2.0.1"
|
|
1174
1184
|
|
|
1175
|
-
loupe@^3.1.
|
|
1185
|
+
loupe@^3.1.3:
|
|
1176
1186
|
version "3.1.3"
|
|
1177
1187
|
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.3.tgz#042a8f7986d77f3d0f98ef7990a2b2fef18b0fd2"
|
|
1178
1188
|
integrity sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==
|
|
@@ -1194,6 +1204,11 @@ mustache@^4.2.0:
|
|
|
1194
1204
|
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
|
|
1195
1205
|
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
|
|
1196
1206
|
|
|
1207
|
+
nanoid@^3.3.11:
|
|
1208
|
+
version "3.3.11"
|
|
1209
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
|
|
1210
|
+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
|
|
1211
|
+
|
|
1197
1212
|
nanoid@^3.3.8:
|
|
1198
1213
|
version "3.3.8"
|
|
1199
1214
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
|
|
@@ -1276,10 +1291,10 @@ p-timeout@^6.1.2:
|
|
|
1276
1291
|
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.3.tgz#9635160c4e10c7b4c3db45b7d5d26f911d9fd853"
|
|
1277
1292
|
integrity sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==
|
|
1278
1293
|
|
|
1279
|
-
pathe@^2.0.
|
|
1280
|
-
version "2.0.
|
|
1281
|
-
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.
|
|
1282
|
-
integrity sha512-
|
|
1294
|
+
pathe@^2.0.3:
|
|
1295
|
+
version "2.0.3"
|
|
1296
|
+
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
|
|
1297
|
+
integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
|
|
1283
1298
|
|
|
1284
1299
|
pathval@^2.0.0:
|
|
1285
1300
|
version "2.0.0"
|
|
@@ -1291,6 +1306,11 @@ picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1:
|
|
|
1291
1306
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
|
|
1292
1307
|
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
1293
1308
|
|
|
1309
|
+
picomatch@^4.0.2:
|
|
1310
|
+
version "4.0.2"
|
|
1311
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
|
|
1312
|
+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
1313
|
+
|
|
1294
1314
|
postcss-modules-extract-imports@^3.1.0:
|
|
1295
1315
|
version "3.1.0"
|
|
1296
1316
|
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002"
|
|
@@ -1355,12 +1375,12 @@ postcss@^8.4.41, postcss@^8.5.1:
|
|
|
1355
1375
|
picocolors "^1.1.1"
|
|
1356
1376
|
source-map-js "^1.2.1"
|
|
1357
1377
|
|
|
1358
|
-
postcss@^8.
|
|
1359
|
-
version "8.5.
|
|
1360
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.
|
|
1361
|
-
integrity sha512-
|
|
1378
|
+
postcss@^8.5.3:
|
|
1379
|
+
version "8.5.4"
|
|
1380
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0"
|
|
1381
|
+
integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==
|
|
1362
1382
|
dependencies:
|
|
1363
|
-
nanoid "^3.3.
|
|
1383
|
+
nanoid "^3.3.11"
|
|
1364
1384
|
picocolors "^1.1.1"
|
|
1365
1385
|
source-map-js "^1.2.1"
|
|
1366
1386
|
|
|
@@ -1393,32 +1413,33 @@ retry@^0.13.1:
|
|
|
1393
1413
|
resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"
|
|
1394
1414
|
integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==
|
|
1395
1415
|
|
|
1396
|
-
rollup@^4.
|
|
1397
|
-
version "4.
|
|
1398
|
-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.
|
|
1399
|
-
integrity sha512-
|
|
1416
|
+
rollup@^4.34.9:
|
|
1417
|
+
version "4.41.1"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.41.1.tgz#46ddc1b33cf1b0baa99320d3b0b4973dc2253b6a"
|
|
1419
|
+
integrity sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==
|
|
1400
1420
|
dependencies:
|
|
1401
|
-
"@types/estree" "1.0.
|
|
1421
|
+
"@types/estree" "1.0.7"
|
|
1402
1422
|
optionalDependencies:
|
|
1403
|
-
"@rollup/rollup-android-arm-eabi" "4.
|
|
1404
|
-
"@rollup/rollup-android-arm64" "4.
|
|
1405
|
-
"@rollup/rollup-darwin-arm64" "4.
|
|
1406
|
-
"@rollup/rollup-darwin-x64" "4.
|
|
1407
|
-
"@rollup/rollup-freebsd-arm64" "4.
|
|
1408
|
-
"@rollup/rollup-freebsd-x64" "4.
|
|
1409
|
-
"@rollup/rollup-linux-arm-gnueabihf" "4.
|
|
1410
|
-
"@rollup/rollup-linux-arm-musleabihf" "4.
|
|
1411
|
-
"@rollup/rollup-linux-arm64-gnu" "4.
|
|
1412
|
-
"@rollup/rollup-linux-arm64-musl" "4.
|
|
1413
|
-
"@rollup/rollup-linux-loongarch64-gnu" "4.
|
|
1414
|
-
"@rollup/rollup-linux-powerpc64le-gnu" "4.
|
|
1415
|
-
"@rollup/rollup-linux-riscv64-gnu" "4.
|
|
1416
|
-
"@rollup/rollup-linux-
|
|
1417
|
-
"@rollup/rollup-linux-
|
|
1418
|
-
"@rollup/rollup-linux-x64-
|
|
1419
|
-
"@rollup/rollup-
|
|
1420
|
-
"@rollup/rollup-win32-
|
|
1421
|
-
"@rollup/rollup-win32-
|
|
1423
|
+
"@rollup/rollup-android-arm-eabi" "4.41.1"
|
|
1424
|
+
"@rollup/rollup-android-arm64" "4.41.1"
|
|
1425
|
+
"@rollup/rollup-darwin-arm64" "4.41.1"
|
|
1426
|
+
"@rollup/rollup-darwin-x64" "4.41.1"
|
|
1427
|
+
"@rollup/rollup-freebsd-arm64" "4.41.1"
|
|
1428
|
+
"@rollup/rollup-freebsd-x64" "4.41.1"
|
|
1429
|
+
"@rollup/rollup-linux-arm-gnueabihf" "4.41.1"
|
|
1430
|
+
"@rollup/rollup-linux-arm-musleabihf" "4.41.1"
|
|
1431
|
+
"@rollup/rollup-linux-arm64-gnu" "4.41.1"
|
|
1432
|
+
"@rollup/rollup-linux-arm64-musl" "4.41.1"
|
|
1433
|
+
"@rollup/rollup-linux-loongarch64-gnu" "4.41.1"
|
|
1434
|
+
"@rollup/rollup-linux-powerpc64le-gnu" "4.41.1"
|
|
1435
|
+
"@rollup/rollup-linux-riscv64-gnu" "4.41.1"
|
|
1436
|
+
"@rollup/rollup-linux-riscv64-musl" "4.41.1"
|
|
1437
|
+
"@rollup/rollup-linux-s390x-gnu" "4.41.1"
|
|
1438
|
+
"@rollup/rollup-linux-x64-gnu" "4.41.1"
|
|
1439
|
+
"@rollup/rollup-linux-x64-musl" "4.41.1"
|
|
1440
|
+
"@rollup/rollup-win32-arm64-msvc" "4.41.1"
|
|
1441
|
+
"@rollup/rollup-win32-ia32-msvc" "4.41.1"
|
|
1442
|
+
"@rollup/rollup-win32-x64-msvc" "4.41.1"
|
|
1422
1443
|
fsevents "~2.3.2"
|
|
1423
1444
|
|
|
1424
1445
|
run-applescript@^7.0.0:
|
|
@@ -1485,10 +1506,10 @@ stacktrace-parser@^0.1.10:
|
|
|
1485
1506
|
dependencies:
|
|
1486
1507
|
type-fest "^0.7.1"
|
|
1487
1508
|
|
|
1488
|
-
std-env@^3.
|
|
1489
|
-
version "3.
|
|
1490
|
-
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.
|
|
1491
|
-
integrity sha512-
|
|
1509
|
+
std-env@^3.9.0:
|
|
1510
|
+
version "3.9.0"
|
|
1511
|
+
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.9.0.tgz#1a6f7243b339dca4c9fd55e1c7504c77ef23e8f1"
|
|
1512
|
+
integrity sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==
|
|
1492
1513
|
|
|
1493
1514
|
string-hash@^1.1.3:
|
|
1494
1515
|
version "1.1.3"
|
|
@@ -1541,6 +1562,14 @@ tinyexec@^0.3.2:
|
|
|
1541
1562
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
|
1542
1563
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
1543
1564
|
|
|
1565
|
+
tinyglobby@^0.2.13:
|
|
1566
|
+
version "0.2.14"
|
|
1567
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
|
1568
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
|
1569
|
+
dependencies:
|
|
1570
|
+
fdir "^6.4.4"
|
|
1571
|
+
picomatch "^4.0.2"
|
|
1572
|
+
|
|
1544
1573
|
tinypool@^1.0.2:
|
|
1545
1574
|
version "1.0.2"
|
|
1546
1575
|
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-1.0.2.tgz#706193cc532f4c100f66aa00b01c42173d9051b2"
|
|
@@ -1586,10 +1615,10 @@ undici-types@~6.19.2:
|
|
|
1586
1615
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
|
|
1587
1616
|
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
|
|
1588
1617
|
|
|
1589
|
-
undici@^6.21.
|
|
1590
|
-
version "6.21.
|
|
1591
|
-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.
|
|
1592
|
-
integrity sha512-
|
|
1618
|
+
undici@^6.21.2:
|
|
1619
|
+
version "6.21.3"
|
|
1620
|
+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.3.tgz#185752ad92c3d0efe7a7d1f6854a50f83b552d7a"
|
|
1621
|
+
integrity sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==
|
|
1593
1622
|
|
|
1594
1623
|
update-browserslist-db@^1.1.1:
|
|
1595
1624
|
version "1.1.3"
|
|
@@ -1614,52 +1643,56 @@ uuid@^9.0.0:
|
|
|
1614
1643
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
|
|
1615
1644
|
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
|
|
1616
1645
|
|
|
1617
|
-
vite-node@3.
|
|
1618
|
-
version "3.
|
|
1619
|
-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.
|
|
1620
|
-
integrity sha512-
|
|
1646
|
+
vite-node@3.1.4:
|
|
1647
|
+
version "3.1.4"
|
|
1648
|
+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.1.4.tgz#13f10b2cb155197a971cb2761664ec952c6cae18"
|
|
1649
|
+
integrity sha512-6enNwYnpyDo4hEgytbmc6mYWHXDHYEn0D1/rw4Q+tnHUGtKTJsn8T1YkX6Q18wI5LCrS8CTYlBaiCqxOy2kvUA==
|
|
1621
1650
|
dependencies:
|
|
1622
1651
|
cac "^6.7.14"
|
|
1623
1652
|
debug "^4.4.0"
|
|
1624
|
-
es-module-lexer "^1.
|
|
1625
|
-
pathe "^2.0.
|
|
1653
|
+
es-module-lexer "^1.7.0"
|
|
1654
|
+
pathe "^2.0.3"
|
|
1626
1655
|
vite "^5.0.0 || ^6.0.0"
|
|
1627
1656
|
|
|
1628
|
-
"vite@^5.0.0 || ^6.0.0":
|
|
1629
|
-
version "6.
|
|
1630
|
-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.
|
|
1631
|
-
integrity sha512-
|
|
1657
|
+
"vite@^5.0.0 || ^6.0.0", vite@^6.1.6:
|
|
1658
|
+
version "6.3.5"
|
|
1659
|
+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.5.tgz#fec73879013c9c0128c8d284504c6d19410d12a3"
|
|
1660
|
+
integrity sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==
|
|
1632
1661
|
dependencies:
|
|
1633
|
-
esbuild "^0.
|
|
1634
|
-
|
|
1635
|
-
|
|
1662
|
+
esbuild "^0.25.0"
|
|
1663
|
+
fdir "^6.4.4"
|
|
1664
|
+
picomatch "^4.0.2"
|
|
1665
|
+
postcss "^8.5.3"
|
|
1666
|
+
rollup "^4.34.9"
|
|
1667
|
+
tinyglobby "^0.2.13"
|
|
1636
1668
|
optionalDependencies:
|
|
1637
1669
|
fsevents "~2.3.3"
|
|
1638
1670
|
|
|
1639
|
-
vitest@^3.0.
|
|
1640
|
-
version "3.
|
|
1641
|
-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.
|
|
1642
|
-
integrity sha512-
|
|
1643
|
-
dependencies:
|
|
1644
|
-
"@vitest/expect" "3.
|
|
1645
|
-
"@vitest/mocker" "3.
|
|
1646
|
-
"@vitest/pretty-format" "^3.
|
|
1647
|
-
"@vitest/runner" "3.
|
|
1648
|
-
"@vitest/snapshot" "3.
|
|
1649
|
-
"@vitest/spy" "3.
|
|
1650
|
-
"@vitest/utils" "3.
|
|
1651
|
-
chai "^5.
|
|
1671
|
+
vitest@^3.0.5:
|
|
1672
|
+
version "3.1.4"
|
|
1673
|
+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.1.4.tgz#5f495b7dbb1d4d208b88508cd4dfceb006f8b7e6"
|
|
1674
|
+
integrity sha512-Ta56rT7uWxCSJXlBtKgIlApJnT6e6IGmTYxYcmxjJ4ujuZDI59GUQgVDObXXJujOmPDBYXHK1qmaGtneu6TNIQ==
|
|
1675
|
+
dependencies:
|
|
1676
|
+
"@vitest/expect" "3.1.4"
|
|
1677
|
+
"@vitest/mocker" "3.1.4"
|
|
1678
|
+
"@vitest/pretty-format" "^3.1.4"
|
|
1679
|
+
"@vitest/runner" "3.1.4"
|
|
1680
|
+
"@vitest/snapshot" "3.1.4"
|
|
1681
|
+
"@vitest/spy" "3.1.4"
|
|
1682
|
+
"@vitest/utils" "3.1.4"
|
|
1683
|
+
chai "^5.2.0"
|
|
1652
1684
|
debug "^4.4.0"
|
|
1653
|
-
expect-type "^1.1
|
|
1685
|
+
expect-type "^1.2.1"
|
|
1654
1686
|
magic-string "^0.30.17"
|
|
1655
|
-
pathe "^2.0.
|
|
1656
|
-
std-env "^3.
|
|
1687
|
+
pathe "^2.0.3"
|
|
1688
|
+
std-env "^3.9.0"
|
|
1657
1689
|
tinybench "^2.9.0"
|
|
1658
1690
|
tinyexec "^0.3.2"
|
|
1691
|
+
tinyglobby "^0.2.13"
|
|
1659
1692
|
tinypool "^1.0.2"
|
|
1660
1693
|
tinyrainbow "^2.0.0"
|
|
1661
1694
|
vite "^5.0.0 || ^6.0.0"
|
|
1662
|
-
vite-node "3.
|
|
1695
|
+
vite-node "3.1.4"
|
|
1663
1696
|
why-is-node-running "^2.3.0"
|
|
1664
1697
|
|
|
1665
1698
|
why-is-node-running@^2.3.0:
|
|
@@ -109,7 +109,9 @@ shared_processors = [
|
|
|
109
109
|
AddPrefixedEnvVars("LANGSMITH_LANGGRAPH_"), # injected by docker build
|
|
110
110
|
structlog.processors.TimeStamper(fmt="iso", utc=True),
|
|
111
111
|
structlog.processors.StackInfoRenderer(),
|
|
112
|
-
structlog.processors.
|
|
112
|
+
structlog.processors.dict_tracebacks
|
|
113
|
+
if LOG_JSON
|
|
114
|
+
else structlog.processors.format_exc_info,
|
|
113
115
|
structlog.processors.UnicodeDecoder(),
|
|
114
116
|
AddLoggingContext(),
|
|
115
117
|
]
|
|
@@ -124,7 +124,10 @@ class ApiRoute(Route):
|
|
|
124
124
|
|
|
125
125
|
async def handle(self, scope: Scope, receive: Receive, send: Send) -> None:
|
|
126
126
|
# https://asgi.readthedocs.io/en/latest/specs/www.html#http-connection-scope
|
|
127
|
+
from langgraph_api.logging import set_logging_context
|
|
128
|
+
|
|
127
129
|
scope["route"] = self.path
|
|
130
|
+
set_logging_context({"path": self.path, "method": scope.get("method")})
|
|
128
131
|
ctx = get_auth_ctx()
|
|
129
132
|
if ctx:
|
|
130
133
|
user, auth = ctx.user, ctx.permissions
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.37"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|