@softprobe/softprobe-js 2.0.0
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/LICENSE +21 -0
- package/README.md +202 -0
- package/bin/softprobe +15 -0
- package/dist/api/baggage.d.ts +13 -0
- package/dist/api/baggage.d.ts.map +1 -0
- package/dist/api/baggage.js +32 -0
- package/dist/api/baggage.js.map +1 -0
- package/dist/api/compare.d.ts +16 -0
- package/dist/api/compare.d.ts.map +1 -0
- package/dist/api/compare.js +77 -0
- package/dist/api/compare.js.map +1 -0
- package/dist/api.d.ts +63 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +104 -0
- package/dist/api.js.map +1 -0
- package/dist/bindings/http-span.d.ts +6 -0
- package/dist/bindings/http-span.d.ts.map +1 -0
- package/dist/bindings/http-span.js +11 -0
- package/dist/bindings/http-span.js.map +1 -0
- package/dist/bindings/postgres-span.d.ts +6 -0
- package/dist/bindings/postgres-span.d.ts.map +1 -0
- package/dist/bindings/postgres-span.js +11 -0
- package/dist/bindings/postgres-span.js.map +1 -0
- package/dist/bindings/redis-span.d.ts +6 -0
- package/dist/bindings/redis-span.d.ts.map +1 -0
- package/dist/bindings/redis-span.js +11 -0
- package/dist/bindings/redis-span.js.map +1 -0
- package/dist/bindings/test-span.d.ts +6 -0
- package/dist/bindings/test-span.d.ts.map +1 -0
- package/dist/bindings/test-span.js +9 -0
- package/dist/bindings/test-span.js.map +1 -0
- package/dist/bootstrap/otel/framework-mutator.d.ts +20 -0
- package/dist/bootstrap/otel/framework-mutator.d.ts.map +1 -0
- package/dist/bootstrap/otel/framework-mutator.js +144 -0
- package/dist/bootstrap/otel/framework-mutator.js.map +1 -0
- package/dist/bootstrap/otel/inject.d.ts +17 -0
- package/dist/bootstrap/otel/inject.d.ts.map +1 -0
- package/dist/bootstrap/otel/inject.js +28 -0
- package/dist/bootstrap/otel/inject.js.map +1 -0
- package/dist/bootstrap/otel/mutator.d.ts +17 -0
- package/dist/bootstrap/otel/mutator.d.ts.map +1 -0
- package/dist/bootstrap/otel/mutator.js +51 -0
- package/dist/bootstrap/otel/mutator.js.map +1 -0
- package/dist/capture/express.d.ts +6 -0
- package/dist/capture/express.d.ts.map +1 -0
- package/dist/capture/express.js +11 -0
- package/dist/capture/express.js.map +1 -0
- package/dist/capture/fastify.d.ts +5 -0
- package/dist/capture/fastify.d.ts.map +1 -0
- package/dist/capture/fastify.js +9 -0
- package/dist/capture/fastify.js.map +1 -0
- package/dist/capture/framework-mutator.d.ts +20 -0
- package/dist/capture/framework-mutator.d.ts.map +1 -0
- package/dist/capture/framework-mutator.js +144 -0
- package/dist/capture/framework-mutator.js.map +1 -0
- package/dist/capture/http-inbound.d.ts +28 -0
- package/dist/capture/http-inbound.d.ts.map +1 -0
- package/dist/capture/http-inbound.js +40 -0
- package/dist/capture/http-inbound.js.map +1 -0
- package/dist/capture/inject.d.ts +17 -0
- package/dist/capture/inject.d.ts.map +1 -0
- package/dist/capture/inject.js +28 -0
- package/dist/capture/inject.js.map +1 -0
- package/dist/capture/mutator.d.ts +17 -0
- package/dist/capture/mutator.d.ts.map +1 -0
- package/dist/capture/mutator.js +51 -0
- package/dist/capture/mutator.js.map +1 -0
- package/dist/capture/postgres.d.ts +6 -0
- package/dist/capture/postgres.d.ts.map +1 -0
- package/dist/capture/postgres.js +11 -0
- package/dist/capture/postgres.js.map +1 -0
- package/dist/capture/redis.d.ts +5 -0
- package/dist/capture/redis.d.ts.map +1 -0
- package/dist/capture/redis.js +10 -0
- package/dist/capture/redis.js.map +1 -0
- package/dist/capture/store-accessor.d.ts +11 -0
- package/dist/capture/store-accessor.d.ts.map +1 -0
- package/dist/capture/store-accessor.js +19 -0
- package/dist/capture/store-accessor.js.map +1 -0
- package/dist/capture/stream-tap.d.ts +5 -0
- package/dist/capture/stream-tap.d.ts.map +1 -0
- package/dist/capture/stream-tap.js +9 -0
- package/dist/capture/stream-tap.js.map +1 -0
- package/dist/cli/diff-reporter.d.ts +26 -0
- package/dist/cli/diff-reporter.d.ts.map +1 -0
- package/dist/cli/diff-reporter.js +163 -0
- package/dist/cli/diff-reporter.js.map +1 -0
- package/dist/cli/diff.d.ts +18 -0
- package/dist/cli/diff.d.ts.map +1 -0
- package/dist/cli/diff.js +105 -0
- package/dist/cli/diff.js.map +1 -0
- package/dist/cli.d.ts +7 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +84 -0
- package/dist/cli.js.map +1 -0
- package/dist/config/config-manager.d.ts +20 -0
- package/dist/config/config-manager.d.ts.map +1 -0
- package/dist/config/config-manager.js +46 -0
- package/dist/config/config-manager.js.map +1 -0
- package/dist/context.d.ts +98 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/context.js +198 -0
- package/dist/context.js.map +1 -0
- package/dist/core/bindings/http-span.d.ts +39 -0
- package/dist/core/bindings/http-span.d.ts.map +1 -0
- package/dist/core/bindings/http-span.js +55 -0
- package/dist/core/bindings/http-span.js.map +1 -0
- package/dist/core/bindings/index.d.ts +12 -0
- package/dist/core/bindings/index.d.ts.map +1 -0
- package/dist/core/bindings/index.js +21 -0
- package/dist/core/bindings/index.js.map +1 -0
- package/dist/core/bindings/postgres-span.d.ts +41 -0
- package/dist/core/bindings/postgres-span.d.ts.map +1 -0
- package/dist/core/bindings/postgres-span.js +57 -0
- package/dist/core/bindings/postgres-span.js.map +1 -0
- package/dist/core/bindings/redis-span.d.ts +40 -0
- package/dist/core/bindings/redis-span.d.ts.map +1 -0
- package/dist/core/bindings/redis-span.js +65 -0
- package/dist/core/bindings/redis-span.js.map +1 -0
- package/dist/core/bindings/test-span.d.ts +15 -0
- package/dist/core/bindings/test-span.d.ts.map +1 -0
- package/dist/core/bindings/test-span.js +24 -0
- package/dist/core/bindings/test-span.js.map +1 -0
- package/dist/core/cassette/capture-store-accessor.d.ts +11 -0
- package/dist/core/cassette/capture-store-accessor.d.ts.map +1 -0
- package/dist/core/cassette/capture-store-accessor.js +19 -0
- package/dist/core/cassette/capture-store-accessor.js.map +1 -0
- package/dist/core/cassette/context-request-storage.d.ts +14 -0
- package/dist/core/cassette/context-request-storage.d.ts.map +1 -0
- package/dist/core/cassette/context-request-storage.js +24 -0
- package/dist/core/cassette/context-request-storage.js.map +1 -0
- package/dist/core/cassette/index.d.ts +8 -0
- package/dist/core/cassette/index.d.ts.map +1 -0
- package/dist/core/cassette/index.js +16 -0
- package/dist/core/cassette/index.js.map +1 -0
- package/dist/core/cassette/ndjson-cassette.d.ts +22 -0
- package/dist/core/cassette/ndjson-cassette.d.ts.map +1 -0
- package/dist/core/cassette/ndjson-cassette.js +56 -0
- package/dist/core/cassette/ndjson-cassette.js.map +1 -0
- package/dist/core/cassette/request-storage.d.ts +16 -0
- package/dist/core/cassette/request-storage.d.ts.map +1 -0
- package/dist/core/cassette/request-storage.js +22 -0
- package/dist/core/cassette/request-storage.js.map +1 -0
- package/dist/core/context/index.d.ts +5 -0
- package/dist/core/context/index.d.ts.map +1 -0
- package/dist/core/context/index.js +9 -0
- package/dist/core/context/index.js.map +1 -0
- package/dist/core/contracts/index.d.ts +5 -0
- package/dist/core/contracts/index.d.ts.map +1 -0
- package/dist/core/contracts/index.js +3 -0
- package/dist/core/contracts/index.js.map +1 -0
- package/dist/core/identifier.d.ts +20 -0
- package/dist/core/identifier.d.ts.map +1 -0
- package/dist/core/identifier.js +31 -0
- package/dist/core/identifier.js.map +1 -0
- package/dist/core/index.d.ts +11 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +27 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/matcher/extract-key.d.ts +41 -0
- package/dist/core/matcher/extract-key.d.ts.map +1 -0
- package/dist/core/matcher/extract-key.js +80 -0
- package/dist/core/matcher/extract-key.js.map +1 -0
- package/dist/core/matcher/index.d.ts +9 -0
- package/dist/core/matcher/index.d.ts.map +1 -0
- package/dist/core/matcher/index.js +24 -0
- package/dist/core/matcher/index.js.map +1 -0
- package/dist/core/matcher/matcher.d.ts +25 -0
- package/dist/core/matcher/matcher.d.ts.map +1 -0
- package/dist/core/matcher/matcher.js +83 -0
- package/dist/core/matcher/matcher.js.map +1 -0
- package/dist/core/matcher/softprobe-matcher.d.ts +41 -0
- package/dist/core/matcher/softprobe-matcher.d.ts.map +1 -0
- package/dist/core/matcher/softprobe-matcher.js +92 -0
- package/dist/core/matcher/softprobe-matcher.js.map +1 -0
- package/dist/core/matcher/store-accessor.d.ts +14 -0
- package/dist/core/matcher/store-accessor.d.ts.map +1 -0
- package/dist/core/matcher/store-accessor.js +25 -0
- package/dist/core/matcher/store-accessor.js.map +1 -0
- package/dist/core/matcher/topology.d.ts +37 -0
- package/dist/core/matcher/topology.d.ts.map +1 -0
- package/dist/core/matcher/topology.js +72 -0
- package/dist/core/matcher/topology.js.map +1 -0
- package/dist/core/runtime/architecture-guard.d.ts +9 -0
- package/dist/core/runtime/architecture-guard.d.ts.map +1 -0
- package/dist/core/runtime/architecture-guard.js +131 -0
- package/dist/core/runtime/architecture-guard.js.map +1 -0
- package/dist/core/runtime/index.d.ts +6 -0
- package/dist/core/runtime/index.d.ts.map +1 -0
- package/dist/core/runtime/index.js +11 -0
- package/dist/core/runtime/index.js.map +1 -0
- package/dist/identifier.d.ts +5 -0
- package/dist/identifier.d.ts.map +1 -0
- package/dist/identifier.js +11 -0
- package/dist/identifier.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/init.d.ts +21 -0
- package/dist/init.d.ts.map +1 -0
- package/dist/init.js +51 -0
- package/dist/init.js.map +1 -0
- package/dist/instrumentations/common/http/context-headers.d.ts +9 -0
- package/dist/instrumentations/common/http/context-headers.d.ts.map +1 -0
- package/dist/instrumentations/common/http/context-headers.js +16 -0
- package/dist/instrumentations/common/http/context-headers.js.map +1 -0
- package/dist/instrumentations/common/http/inbound-capture.d.ts +17 -0
- package/dist/instrumentations/common/http/inbound-capture.d.ts.map +1 -0
- package/dist/instrumentations/common/http/inbound-capture.js +41 -0
- package/dist/instrumentations/common/http/inbound-capture.js.map +1 -0
- package/dist/instrumentations/common/http/inbound-record.d.ts +28 -0
- package/dist/instrumentations/common/http/inbound-record.d.ts.map +1 -0
- package/dist/instrumentations/common/http/inbound-record.js +40 -0
- package/dist/instrumentations/common/http/inbound-record.js.map +1 -0
- package/dist/instrumentations/common/http/span-adapter.d.ts +6 -0
- package/dist/instrumentations/common/http/span-adapter.d.ts.map +1 -0
- package/dist/instrumentations/common/http/span-adapter.js +12 -0
- package/dist/instrumentations/common/http/span-adapter.js.map +1 -0
- package/dist/instrumentations/common/http/stream-tap.d.ts +28 -0
- package/dist/instrumentations/common/http/stream-tap.d.ts.map +1 -0
- package/dist/instrumentations/common/http/stream-tap.js +61 -0
- package/dist/instrumentations/common/http/stream-tap.js.map +1 -0
- package/dist/instrumentations/express/capture.d.ts +26 -0
- package/dist/instrumentations/express/capture.d.ts.map +1 -0
- package/dist/instrumentations/express/capture.js +80 -0
- package/dist/instrumentations/express/capture.js.map +1 -0
- package/dist/instrumentations/express/index.d.ts +7 -0
- package/dist/instrumentations/express/index.d.ts.map +1 -0
- package/dist/instrumentations/express/index.js +15 -0
- package/dist/instrumentations/express/index.js.map +1 -0
- package/dist/instrumentations/express/replay.d.ts +10 -0
- package/dist/instrumentations/express/replay.d.ts.map +1 -0
- package/dist/instrumentations/express/replay.js +16 -0
- package/dist/instrumentations/express/replay.js.map +1 -0
- package/dist/instrumentations/fastify/capture.d.ts +13 -0
- package/dist/instrumentations/fastify/capture.d.ts.map +1 -0
- package/dist/instrumentations/fastify/capture.js +65 -0
- package/dist/instrumentations/fastify/capture.js.map +1 -0
- package/dist/instrumentations/fastify/index.d.ts +7 -0
- package/dist/instrumentations/fastify/index.d.ts.map +1 -0
- package/dist/instrumentations/fastify/index.js +13 -0
- package/dist/instrumentations/fastify/index.js.map +1 -0
- package/dist/instrumentations/fastify/replay.d.ts +13 -0
- package/dist/instrumentations/fastify/replay.d.ts.map +1 -0
- package/dist/instrumentations/fastify/replay.js +24 -0
- package/dist/instrumentations/fastify/replay.js.map +1 -0
- package/dist/instrumentations/fetch/index.d.ts +5 -0
- package/dist/instrumentations/fetch/index.d.ts.map +1 -0
- package/dist/instrumentations/fetch/index.js +10 -0
- package/dist/instrumentations/fetch/index.js.map +1 -0
- package/dist/instrumentations/fetch/replay.d.ts +19 -0
- package/dist/instrumentations/fetch/replay.d.ts.map +1 -0
- package/dist/instrumentations/fetch/replay.js +259 -0
- package/dist/instrumentations/fetch/replay.js.map +1 -0
- package/dist/instrumentations/postgres/capture.d.ts +46 -0
- package/dist/instrumentations/postgres/capture.d.ts.map +1 -0
- package/dist/instrumentations/postgres/capture.js +68 -0
- package/dist/instrumentations/postgres/capture.js.map +1 -0
- package/dist/instrumentations/postgres/index.d.ts +6 -0
- package/dist/instrumentations/postgres/index.d.ts.map +1 -0
- package/dist/instrumentations/postgres/index.js +14 -0
- package/dist/instrumentations/postgres/index.js.map +1 -0
- package/dist/instrumentations/postgres/replay.d.ts +20 -0
- package/dist/instrumentations/postgres/replay.d.ts.map +1 -0
- package/dist/instrumentations/postgres/replay.js +163 -0
- package/dist/instrumentations/postgres/replay.js.map +1 -0
- package/dist/instrumentations/redis/capture.d.ts +20 -0
- package/dist/instrumentations/redis/capture.d.ts.map +1 -0
- package/dist/instrumentations/redis/capture.js +61 -0
- package/dist/instrumentations/redis/capture.js.map +1 -0
- package/dist/instrumentations/redis/index.d.ts +6 -0
- package/dist/instrumentations/redis/index.d.ts.map +1 -0
- package/dist/instrumentations/redis/index.js +13 -0
- package/dist/instrumentations/redis/index.js.map +1 -0
- package/dist/instrumentations/redis/replay.d.ts +24 -0
- package/dist/instrumentations/redis/replay.d.ts.map +1 -0
- package/dist/instrumentations/redis/replay.js +173 -0
- package/dist/instrumentations/redis/replay.js.map +1 -0
- package/dist/replay/express.d.ts +5 -0
- package/dist/replay/express.d.ts.map +1 -0
- package/dist/replay/express.js +9 -0
- package/dist/replay/express.js.map +1 -0
- package/dist/replay/extract-key.d.ts +41 -0
- package/dist/replay/extract-key.d.ts.map +1 -0
- package/dist/replay/extract-key.js +80 -0
- package/dist/replay/extract-key.js.map +1 -0
- package/dist/replay/fastify.d.ts +5 -0
- package/dist/replay/fastify.d.ts.map +1 -0
- package/dist/replay/fastify.js +9 -0
- package/dist/replay/fastify.js.map +1 -0
- package/dist/replay/http.d.ts +5 -0
- package/dist/replay/http.d.ts.map +1 -0
- package/dist/replay/http.js +10 -0
- package/dist/replay/http.js.map +1 -0
- package/dist/replay/matcher.d.ts +25 -0
- package/dist/replay/matcher.d.ts.map +1 -0
- package/dist/replay/matcher.js +83 -0
- package/dist/replay/matcher.js.map +1 -0
- package/dist/replay/postgres.d.ts +5 -0
- package/dist/replay/postgres.d.ts.map +1 -0
- package/dist/replay/postgres.js +10 -0
- package/dist/replay/postgres.js.map +1 -0
- package/dist/replay/redis.d.ts +5 -0
- package/dist/replay/redis.d.ts.map +1 -0
- package/dist/replay/redis.js +10 -0
- package/dist/replay/redis.js.map +1 -0
- package/dist/replay/softprobe-matcher.d.ts +41 -0
- package/dist/replay/softprobe-matcher.d.ts.map +1 -0
- package/dist/replay/softprobe-matcher.js +92 -0
- package/dist/replay/softprobe-matcher.js.map +1 -0
- package/dist/replay/store-accessor.d.ts +14 -0
- package/dist/replay/store-accessor.d.ts.map +1 -0
- package/dist/replay/store-accessor.js +26 -0
- package/dist/replay/store-accessor.js.map +1 -0
- package/dist/replay/topology.d.ts +37 -0
- package/dist/replay/topology.d.ts.map +1 -0
- package/dist/replay/topology.js +72 -0
- package/dist/replay/topology.js.map +1 -0
- package/dist/store/cassette-store.d.ts +36 -0
- package/dist/store/cassette-store.d.ts.map +1 -0
- package/dist/store/cassette-store.js +66 -0
- package/dist/store/cassette-store.js.map +1 -0
- package/dist/types/schema.d.ts +114 -0
- package/dist/types/schema.d.ts.map +1 -0
- package/dist/types/schema.js +13 -0
- package/dist/types/schema.js.map +1 -0
- package/package.json +88 -0
package/package.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@softprobe/softprobe-js",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Topology-aware record & replay testing framework via OpenTelemetry",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"softprobe",
|
|
7
|
+
"record-replay",
|
|
8
|
+
"testing",
|
|
9
|
+
"otel",
|
|
10
|
+
"opentelemetry",
|
|
11
|
+
"cli"
|
|
12
|
+
],
|
|
13
|
+
"main": "dist/index.js",
|
|
14
|
+
"types": "dist/index.d.ts",
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/softprobe/softprobe-js.git"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/softprobe/softprobe-js#readme",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/softprobe/softprobe-js/issues"
|
|
23
|
+
},
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public",
|
|
26
|
+
"registry": "https://registry.npmjs.org/"
|
|
27
|
+
},
|
|
28
|
+
"files": [
|
|
29
|
+
"dist",
|
|
30
|
+
"bin",
|
|
31
|
+
"README.md"
|
|
32
|
+
],
|
|
33
|
+
"bin": {
|
|
34
|
+
"softprobe": "./dist/cli.js"
|
|
35
|
+
},
|
|
36
|
+
"exports": {
|
|
37
|
+
".": "./dist/index.js",
|
|
38
|
+
"./init": "./dist/init.js"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"test": "jest",
|
|
42
|
+
"build": "tsc",
|
|
43
|
+
"prebuild": "rm -rf dist",
|
|
44
|
+
"prepublishOnly": "npm run build",
|
|
45
|
+
"test:e2e": "jest --testPathPattern=__tests__/e2e",
|
|
46
|
+
"example:run": "cd examples/basic-app && npx ts-node --transpile-only -r ./instrumentation.ts run.ts",
|
|
47
|
+
"example:capture": "cd examples/basic-app && npx ts-node --transpile-only capture-runner.ts",
|
|
48
|
+
"example:replay": "cd examples/basic-app && npx ts-node --transpile-only replay-runner.ts",
|
|
49
|
+
"example:up": "docker compose -f examples/basic-app/docker-compose.yml up -d",
|
|
50
|
+
"example:down": "docker compose -f examples/basic-app/docker-compose.yml down",
|
|
51
|
+
"example:test": "bash examples/basic-app/test-with-capture-replay.sh",
|
|
52
|
+
"example:replay-then-diff": "bash examples/basic-app/replay-and-diff.sh",
|
|
53
|
+
"example:pricing:v1": "cd examples/pricing-regression-demo && SOFTPROBE_CONFIG_PATH=./.softprobe/config-capture.yml PORT=3020 npx ts-node --transpile-only -r ./instrumentation.ts app-v1.ts",
|
|
54
|
+
"example:pricing:v2": "cd examples/pricing-regression-demo && SOFTPROBE_CONFIG_PATH=./.softprobe/config-passthrough.yml PORT=3020 npx ts-node --transpile-only -r ./instrumentation.ts app-v2.ts",
|
|
55
|
+
"example:kill": "(lsof -ti :3000; lsof -ti :3010) 2>/dev/null | xargs kill -9 2>/dev/null; echo Done",
|
|
56
|
+
"example:kill-e2e": "pkill -f 'express-inbound-worker|fastify-inbound-worker|diff-headers-server' 2>/dev/null; echo Done",
|
|
57
|
+
"diff": "node dist/cli.js diff",
|
|
58
|
+
"diff:dev": "npx ts-node --transpile-only src/cli.ts diff"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@mswjs/interceptors": "^0.39.8",
|
|
62
|
+
"@opentelemetry/api": "^1.9.0",
|
|
63
|
+
"@opentelemetry/sdk-node": "^0.54.0",
|
|
64
|
+
"@opentelemetry/sdk-trace-base": "^1.28.0",
|
|
65
|
+
"express": "^5.2.1",
|
|
66
|
+
"fastify": "^5.1.0",
|
|
67
|
+
"fastify-plugin": "^5.0.1",
|
|
68
|
+
"shimmer": "^1.2.0",
|
|
69
|
+
"undici": "^6.0.0",
|
|
70
|
+
"yaml": "^2.6.0"
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@opentelemetry/auto-instrumentations-node": "^0.52.0",
|
|
74
|
+
"@opentelemetry/context-async-hooks": "^2.5.1",
|
|
75
|
+
"@testcontainers/postgresql": "^11.0.0",
|
|
76
|
+
"@testcontainers/redis": "^11.0.0",
|
|
77
|
+
"@types/express": "^5.0.6",
|
|
78
|
+
"@types/jest": "^29.5.0",
|
|
79
|
+
"@types/node": "^22.0.0",
|
|
80
|
+
"@types/pg": "^8.11.0",
|
|
81
|
+
"jest": "^29.7.0",
|
|
82
|
+
"pg": "^8.13.0",
|
|
83
|
+
"redis": "^4.7.0",
|
|
84
|
+
"ts-jest": "^29.2.0",
|
|
85
|
+
"ts-node": "^10.9.2",
|
|
86
|
+
"typescript": "^5.6.0"
|
|
87
|
+
}
|
|
88
|
+
}
|