open-multi-agent-kit 0.95.0 → 0.95.2
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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist/approvals/approval-receipt-store.d.ts +18 -0
- package/dist/approvals/approval-receipt-store.d.ts.map +1 -0
- package/dist/approvals/approval-receipt-store.js +169 -0
- package/dist/approvals/approval-receipt-store.js.map +1 -0
- package/dist/approvals/approval-receipt.d.ts +43 -0
- package/dist/approvals/approval-receipt.d.ts.map +1 -0
- package/dist/approvals/approval-receipt.js +208 -0
- package/dist/approvals/approval-receipt.js.map +1 -0
- package/dist/approvals/approval-verifier.d.ts +17 -0
- package/dist/approvals/approval-verifier.d.ts.map +1 -0
- package/dist/approvals/approval-verifier.js +23 -0
- package/dist/approvals/approval-verifier.js.map +1 -0
- package/dist/approvals/plannotator-approval-bridge.d.ts +58 -0
- package/dist/approvals/plannotator-approval-bridge.d.ts.map +1 -0
- package/dist/approvals/plannotator-approval-bridge.js +169 -0
- package/dist/approvals/plannotator-approval-bridge.js.map +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +2 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/commands/package-doctor-cli.d.ts +13 -0
- package/dist/commands/package-doctor-cli.d.ts.map +1 -0
- package/dist/commands/package-doctor-cli.js +80 -0
- package/dist/commands/package-doctor-cli.js.map +1 -0
- package/dist/commands/router-feedback-cli.d.ts +11 -0
- package/dist/commands/router-feedback-cli.d.ts.map +1 -0
- package/dist/commands/router-feedback-cli.js +99 -0
- package/dist/commands/router-feedback-cli.js.map +1 -0
- package/dist/commands/stats-cli.d.ts +20 -0
- package/dist/commands/stats-cli.d.ts.map +1 -0
- package/dist/commands/stats-cli.js +99 -0
- package/dist/commands/stats-cli.js.map +1 -0
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +4 -1
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session.d.ts +97 -29
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +583 -199
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/bash-executor.d.ts.map +1 -1
- package/dist/core/bash-executor.js +8 -2
- package/dist/core/bash-executor.js.map +1 -1
- package/dist/core/compaction/transaction.d.ts +9 -0
- package/dist/core/compaction/transaction.d.ts.map +1 -1
- package/dist/core/compaction/transaction.js +17 -2
- package/dist/core/compaction/transaction.js.map +1 -1
- package/dist/core/context-budget-governor-v2.d.ts +1 -1
- package/dist/core/context-budget-governor-v2.d.ts.map +1 -1
- package/dist/core/context-budget-governor-v2.js +1 -1
- package/dist/core/context-budget-governor-v2.js.map +1 -1
- package/dist/core/context-budget-system-prompt.d.ts.map +1 -1
- package/dist/core/context-budget-system-prompt.js +18 -2
- package/dist/core/context-budget-system-prompt.js.map +1 -1
- package/dist/core/context-budget-v2-cache-disk.d.ts +109 -0
- package/dist/core/context-budget-v2-cache-disk.d.ts.map +1 -0
- package/dist/core/context-budget-v2-cache-disk.js +343 -0
- package/dist/core/context-budget-v2-cache-disk.js.map +1 -0
- package/dist/core/context-budget-v2-cache-keys.d.ts +22 -0
- package/dist/core/context-budget-v2-cache-keys.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache-keys.js +4 -4
- package/dist/core/context-budget-v2-cache-keys.js.map +1 -1
- package/dist/core/context-budget-v2-cache.d.ts +1 -0
- package/dist/core/context-budget-v2-cache.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache.js +1 -0
- package/dist/core/context-budget-v2-cache.js.map +1 -1
- package/dist/core/context-budget-v2-plan-cache-keys.d.ts.map +1 -1
- package/dist/core/context-budget-v2-plan-cache-keys.js +39 -5
- package/dist/core/context-budget-v2-plan-cache-keys.js.map +1 -1
- package/dist/core/context-budget-v2-planner.d.ts.map +1 -1
- package/dist/core/context-budget-v2-planner.js +17 -14
- package/dist/core/context-budget-v2-planner.js.map +1 -1
- package/dist/core/context-budget-v2-types.d.ts +1 -0
- package/dist/core/context-budget-v2-types.d.ts.map +1 -1
- package/dist/core/context-budget-v2-types.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +45 -22
- package/dist/core/extensions/loader.js.bak-sharedjiti-20260812-111246 +553 -0
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/types.d.ts +4 -0
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/headroom.d.ts.map +1 -1
- package/dist/core/headroom.js +7 -2
- package/dist/core/headroom.js.map +1 -1
- package/dist/core/mcp/client.d.ts +105 -0
- package/dist/core/mcp/client.d.ts.map +1 -0
- package/dist/core/mcp/client.js +198 -0
- package/dist/core/mcp/client.js.map +1 -0
- package/dist/core/mcp/config.d.ts +23 -0
- package/dist/core/mcp/config.d.ts.map +1 -0
- package/dist/core/mcp/config.js +89 -0
- package/dist/core/mcp/config.js.map +1 -0
- package/dist/core/mcp/index.d.ts +15 -0
- package/dist/core/mcp/index.d.ts.map +1 -0
- package/dist/core/mcp/index.js +15 -0
- package/dist/core/mcp/index.js.map +1 -0
- package/dist/core/mcp/manager.d.ts +84 -0
- package/dist/core/mcp/manager.d.ts.map +1 -0
- package/dist/core/mcp/manager.js +173 -0
- package/dist/core/mcp/manager.js.map +1 -0
- package/dist/core/mcp/protocol.d.ts +59 -0
- package/dist/core/mcp/protocol.d.ts.map +1 -0
- package/dist/core/mcp/protocol.js +103 -0
- package/dist/core/mcp/protocol.js.map +1 -0
- package/dist/core/mcp/stdio-transport.d.ts +63 -0
- package/dist/core/mcp/stdio-transport.d.ts.map +1 -0
- package/dist/core/mcp/stdio-transport.js +132 -0
- package/dist/core/mcp/stdio-transport.js.map +1 -0
- package/dist/core/mcp/tools.d.ts +47 -0
- package/dist/core/mcp/tools.d.ts.map +1 -0
- package/dist/core/mcp/tools.js +102 -0
- package/dist/core/mcp/tools.js.map +1 -0
- package/dist/core/package-archive.d.ts +3 -0
- package/dist/core/package-archive.d.ts.map +1 -0
- package/dist/core/package-archive.js +161 -0
- package/dist/core/package-archive.js.map +1 -0
- package/dist/core/package-doctor-source-scan.d.ts +13 -0
- package/dist/core/package-doctor-source-scan.d.ts.map +1 -0
- package/dist/core/package-doctor-source-scan.js +124 -0
- package/dist/core/package-doctor-source-scan.js.map +1 -0
- package/dist/core/package-doctor.d.ts +41 -0
- package/dist/core/package-doctor.d.ts.map +1 -0
- package/dist/core/package-doctor.js +145 -0
- package/dist/core/package-doctor.js.map +1 -0
- package/dist/core/package-manager.d.ts +10 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +175 -42
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/package-manifest.d.ts +26 -0
- package/dist/core/package-manifest.d.ts.map +1 -0
- package/dist/core/package-manifest.js +85 -0
- package/dist/core/package-manifest.js.map +1 -0
- package/dist/core/pi-compat.d.ts +5 -0
- package/dist/core/pi-compat.d.ts.map +1 -0
- package/dist/core/pi-compat.js +18 -0
- package/dist/core/pi-compat.js.map +1 -0
- package/dist/core/reasoning-router-bias.d.ts +10 -14
- package/dist/core/reasoning-router-bias.d.ts.map +1 -1
- package/dist/core/reasoning-router-bias.js +22 -15
- package/dist/core/reasoning-router-bias.js.map +1 -1
- package/dist/core/reasoning-router-v4.d.ts +9 -1
- package/dist/core/reasoning-router-v4.d.ts.map +1 -1
- package/dist/core/reasoning-router-v4.js +20 -5
- package/dist/core/reasoning-router-v4.js.map +1 -1
- package/dist/core/redaction.d.ts +2 -5
- package/dist/core/redaction.d.ts.map +1 -1
- package/dist/core/redaction.js +14 -1
- package/dist/core/redaction.js.map +1 -1
- package/dist/core/repository-learning-scope.d.ts +10 -0
- package/dist/core/repository-learning-scope.d.ts.map +1 -0
- package/dist/core/repository-learning-scope.js +42 -0
- package/dist/core/repository-learning-scope.js.map +1 -0
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +16 -1
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/router-feedback-collector.d.ts +2 -1
- package/dist/core/router-feedback-collector.d.ts.map +1 -1
- package/dist/core/router-feedback-collector.js +2 -2
- package/dist/core/router-feedback-collector.js.map +1 -1
- package/dist/core/runtime-provenance.d.ts +54 -0
- package/dist/core/runtime-provenance.d.ts.map +1 -0
- package/dist/core/runtime-provenance.js +115 -0
- package/dist/core/runtime-provenance.js.map +1 -0
- package/dist/core/sandbox/backend.d.ts.map +1 -1
- package/dist/core/sandbox/backend.js +39 -21
- package/dist/core/sandbox/backend.js.map +1 -1
- package/dist/core/sandbox/default-policy.d.ts +4 -5
- package/dist/core/sandbox/default-policy.d.ts.map +1 -1
- package/dist/core/sandbox/default-policy.js +9 -11
- package/dist/core/sandbox/default-policy.js.map +1 -1
- package/dist/core/session-bash-runtime.d.ts +4 -4
- package/dist/core/session-bash-runtime.d.ts.map +1 -1
- package/dist/core/session-bash-runtime.js +6 -5
- package/dist/core/session-bash-runtime.js.map +1 -1
- package/dist/core/session-compaction-service.d.ts.map +1 -1
- package/dist/core/session-compaction-service.js +7 -7
- package/dist/core/session-compaction-service.js.map +1 -1
- package/dist/core/session-manager.d.ts +4 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +47 -7
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +7 -4
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +11 -3
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/system-prompt.d.ts +9 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +10 -4
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/tools/bash.d.ts +2 -2
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +2 -1
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.js +15 -0
- package/dist/core/tools/tool-definition-wrapper.js.map +1 -1
- package/dist/core/turn-metrics.d.ts +135 -0
- package/dist/core/turn-metrics.d.ts.map +1 -0
- package/dist/core/turn-metrics.js +261 -0
- package/dist/core/turn-metrics.js.map +1 -0
- package/dist/core/verified-bash-runtime.d.ts.map +1 -1
- package/dist/core/verified-bash-runtime.js +10 -4
- package/dist/core/verified-bash-runtime.js.map +1 -1
- package/dist/guardrails/replay-ledger-lock-owner.d.ts +7 -0
- package/dist/guardrails/replay-ledger-lock-owner.d.ts.map +1 -1
- package/dist/guardrails/replay-ledger-lock-owner.js +39 -0
- package/dist/guardrails/replay-ledger-lock-owner.js.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +18 -0
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/control-panel-layout.d.ts.map +1 -1
- package/dist/modes/interactive/components/control-panel-layout.js +2 -2
- package/dist/modes/interactive/components/control-panel-layout.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +3 -0
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +40 -12
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +2 -0
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +10 -0
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/status-sidebar.d.ts +14 -2
- package/dist/modes/interactive/components/status-sidebar.d.ts.map +1 -1
- package/dist/modes/interactive/components/status-sidebar.js +106 -19
- package/dist/modes/interactive/components/status-sidebar.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +10 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +104 -17
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/dark.json +1 -1
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +1 -0
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +1 -1
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/docs/compaction.md +25 -3
- package/docs/containerization.md +14 -2
- package/docs/docs.json +8 -0
- package/docs/environment-variables.md +1 -1
- package/docs/extensions.md +75 -16
- package/docs/mcp.md +97 -0
- package/docs/metrics.md +87 -0
- package/docs/packages.md +25 -4
- package/docs/providers.md +1 -1
- package/docs/sdk.md +25 -4
- package/docs/settings.md +8 -7
- package/docs/usage.md +13 -3
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/plannotator-approval-bridge.ts +83 -0
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/subagent/README.md +21 -11
- package/examples/extensions/subagent/adaptive-agent-runtime.ts +9 -3
- package/examples/extensions/subagent/agents/planner.md +1 -3
- package/examples/extensions/subagent/agents/reviewer.md +1 -3
- package/examples/extensions/subagent/agents/scout.md +1 -3
- package/examples/extensions/subagent/agents/worker.md +0 -1
- package/examples/extensions/subagent/agents.test.ts +9 -0
- package/examples/extensions/subagent/agents.ts +11 -4
- package/examples/extensions/subagent/deadline-budget.test.ts +32 -0
- package/examples/extensions/subagent/deadline-budget.ts +25 -1
- package/examples/extensions/subagent/fixtures/fake-omk-json.mjs +10 -0
- package/examples/extensions/subagent/index.ts +234 -55
- package/examples/extensions/subagent/subagent-execution-policy.test.ts +27 -0
- package/examples/extensions/subagent/subagent-extension-smoke.test.ts +167 -2
- package/examples/extensions/subagent/workflow-graph.test.ts +80 -0
- package/examples/extensions/subagent/workflow-graph.ts +89 -0
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +253 -439
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-multi-agent-kit",
|
|
3
|
-
"version": "0.95.
|
|
3
|
+
"version": "0.95.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "open-multi-agent-kit",
|
|
9
|
-
"version": "0.95.
|
|
9
|
+
"version": "0.95.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"omk-agent-core": "^0.95.
|
|
13
|
-
"omk-ai": "^0.95.
|
|
14
|
-
"omk-tui": "^0.95.
|
|
12
|
+
"omk-agent-core": "^0.95.2",
|
|
13
|
+
"omk-ai": "^0.95.2",
|
|
14
|
+
"omk-tui": "^0.95.2",
|
|
15
15
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
16
16
|
"chalk": "5.6.2",
|
|
17
17
|
"cross-spawn": "7.0.6",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"glob": "13.0.6",
|
|
20
20
|
"highlight.js": "10.7.3",
|
|
21
21
|
"hosted-git-info": "9.0.3",
|
|
22
|
-
"ignore": "7.0.
|
|
22
|
+
"ignore": "7.0.6",
|
|
23
23
|
"jiti": "2.7.0",
|
|
24
24
|
"minimatch": "10.2.6",
|
|
25
25
|
"proper-lockfile": "4.1.2",
|
|
26
|
-
"typebox": "1.
|
|
27
|
-
"undici": "8.
|
|
26
|
+
"typebox": "1.3.11",
|
|
27
|
+
"undici": "8.10.0",
|
|
28
28
|
"yaml": "2.9.0",
|
|
29
|
-
"omk-adaptorch-wpl": "^0.95.
|
|
29
|
+
"omk-adaptorch-wpl": "^0.95.2"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
32
|
"@mariozechner/clipboard": "0.3.9"
|
|
@@ -58,88 +58,23 @@
|
|
|
58
58
|
"anthropic-ai-sdk": "bin/cli"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"node_modules/@aws-crypto/crc32": {
|
|
62
|
-
"version": "5.2.0",
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
64
|
-
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
65
|
-
"license": "Apache-2.0",
|
|
66
|
-
"dependencies": {
|
|
67
|
-
"@aws-crypto/util": "^5.2.0",
|
|
68
|
-
"@aws-sdk/types": "^3.222.0",
|
|
69
|
-
"tslib": "^2.6.2"
|
|
70
|
-
},
|
|
71
|
-
"engines": {
|
|
72
|
-
"node": ">=16.0.0"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"node_modules/@aws-crypto/sha256-browser": {
|
|
76
|
-
"version": "5.2.0",
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
|
|
78
|
-
"integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
|
|
79
|
-
"license": "Apache-2.0",
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"@aws-crypto/sha256-js": "^5.2.0",
|
|
82
|
-
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
83
|
-
"@aws-crypto/util": "^5.2.0",
|
|
84
|
-
"@aws-sdk/types": "^3.222.0",
|
|
85
|
-
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
86
|
-
"@smithy/util-utf8": "^2.0.0",
|
|
87
|
-
"tslib": "^2.6.2"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@aws-crypto/sha256-js": {
|
|
91
|
-
"version": "5.2.0",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
|
|
93
|
-
"integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
|
|
94
|
-
"license": "Apache-2.0",
|
|
95
|
-
"dependencies": {
|
|
96
|
-
"@aws-crypto/util": "^5.2.0",
|
|
97
|
-
"@aws-sdk/types": "^3.222.0",
|
|
98
|
-
"tslib": "^2.6.2"
|
|
99
|
-
},
|
|
100
|
-
"engines": {
|
|
101
|
-
"node": ">=16.0.0"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
105
|
-
"version": "5.2.0",
|
|
106
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
107
|
-
"integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
|
|
108
|
-
"license": "Apache-2.0",
|
|
109
|
-
"dependencies": {
|
|
110
|
-
"tslib": "^2.6.2"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"node_modules/@aws-crypto/util": {
|
|
114
|
-
"version": "5.2.0",
|
|
115
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
116
|
-
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
117
|
-
"license": "Apache-2.0",
|
|
118
|
-
"dependencies": {
|
|
119
|
-
"@aws-sdk/types": "^3.222.0",
|
|
120
|
-
"@smithy/util-utf8": "^2.0.0",
|
|
121
|
-
"tslib": "^2.6.2"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
61
|
"node_modules/@aws-sdk/client-bedrock-runtime": {
|
|
125
|
-
"version": "3.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.
|
|
127
|
-
"integrity": "sha512-
|
|
62
|
+
"version": "3.1106.0",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1106.0.tgz",
|
|
64
|
+
"integrity": "sha512-LXi9HXgctft1WPa/aXnuw/XcK7OFoAi0myTz8nZ+FruooHnk2wZf5MWNaWZ3Paz1BuG9g+rCSzJWYS5FNqP2kw==",
|
|
128
65
|
"license": "Apache-2.0",
|
|
129
66
|
"dependencies": {
|
|
130
|
-
"@aws-
|
|
131
|
-
"@aws-
|
|
132
|
-
"@aws-sdk/
|
|
133
|
-
"@aws-sdk/
|
|
134
|
-
"@aws-sdk/
|
|
135
|
-
"@aws-sdk/
|
|
136
|
-
"@aws-sdk/
|
|
137
|
-
"@
|
|
138
|
-
"@
|
|
139
|
-
"@smithy/
|
|
140
|
-
"@smithy/
|
|
141
|
-
"@smithy/node-http-handler": "^4.7.2",
|
|
142
|
-
"@smithy/types": "^4.14.1",
|
|
67
|
+
"@aws-sdk/core": "^3.977.6",
|
|
68
|
+
"@aws-sdk/credential-provider-node": "^3.972.78",
|
|
69
|
+
"@aws-sdk/eventstream-handler-node": "^3.972.31",
|
|
70
|
+
"@aws-sdk/middleware-eventstream": "^3.972.26",
|
|
71
|
+
"@aws-sdk/middleware-websocket": "^3.972.49",
|
|
72
|
+
"@aws-sdk/token-providers": "3.1106.0",
|
|
73
|
+
"@aws-sdk/types": "^3.974.2",
|
|
74
|
+
"@smithy/core": "^3.31.1",
|
|
75
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
76
|
+
"@smithy/node-http-handler": "^4.9.13",
|
|
77
|
+
"@smithy/types": "^4.16.1",
|
|
143
78
|
"tslib": "^2.6.2"
|
|
144
79
|
},
|
|
145
80
|
"engines": {
|
|
@@ -147,17 +82,17 @@
|
|
|
147
82
|
}
|
|
148
83
|
},
|
|
149
84
|
"node_modules/@aws-sdk/core": {
|
|
150
|
-
"version": "3.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
152
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "3.977.6",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.6.tgz",
|
|
87
|
+
"integrity": "sha512-QiaJV4/zDrB4ZY2mfeSXSzSTc36W16sZXcGz+SPFk0CJ26gziO0cS+4LjJUMAbdeeBOvS0k0Aq1cZpfGdUXxSw==",
|
|
153
88
|
"license": "Apache-2.0",
|
|
154
89
|
"dependencies": {
|
|
155
|
-
"@aws-sdk/types": "^3.
|
|
156
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
157
|
-
"@aws/lambda-invoke-store": "^0.
|
|
158
|
-
"@smithy/core": "^3.
|
|
159
|
-
"@smithy/signature-v4": "^5.
|
|
160
|
-
"@smithy/types": "^4.
|
|
90
|
+
"@aws-sdk/types": "^3.974.2",
|
|
91
|
+
"@aws-sdk/xml-builder": "^3.972.37",
|
|
92
|
+
"@aws/lambda-invoke-store": "^0.3.0",
|
|
93
|
+
"@smithy/core": "^3.31.1",
|
|
94
|
+
"@smithy/signature-v4": "^5.6.12",
|
|
95
|
+
"@smithy/types": "^4.16.1",
|
|
161
96
|
"bowser": "^2.11.0",
|
|
162
97
|
"tslib": "^2.6.2"
|
|
163
98
|
},
|
|
@@ -166,15 +101,15 @@
|
|
|
166
101
|
}
|
|
167
102
|
},
|
|
168
103
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
169
|
-
"version": "3.972.
|
|
170
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.
|
|
171
|
-
"integrity": "sha512
|
|
104
|
+
"version": "3.972.67",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.67.tgz",
|
|
106
|
+
"integrity": "sha512-rcIpk5kxUqDaaNa6Xk23pQ6ViY7jlqzmfFWCahQcBT97ddXaXYYwzCen9Tz1Jvo6aJft6wDl5bN44/Jw5B4oLA==",
|
|
172
107
|
"license": "Apache-2.0",
|
|
173
108
|
"dependencies": {
|
|
174
|
-
"@aws-sdk/core": "^3.
|
|
175
|
-
"@aws-sdk/types": "^3.
|
|
176
|
-
"@smithy/core": "^3.
|
|
177
|
-
"@smithy/types": "^4.
|
|
109
|
+
"@aws-sdk/core": "^3.977.6",
|
|
110
|
+
"@aws-sdk/types": "^3.974.2",
|
|
111
|
+
"@smithy/core": "^3.31.1",
|
|
112
|
+
"@smithy/types": "^4.16.1",
|
|
178
113
|
"tslib": "^2.6.2"
|
|
179
114
|
},
|
|
180
115
|
"engines": {
|
|
@@ -182,17 +117,17 @@
|
|
|
182
117
|
}
|
|
183
118
|
},
|
|
184
119
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
185
|
-
"version": "3.972.
|
|
186
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.
|
|
187
|
-
"integrity": "sha512-
|
|
120
|
+
"version": "3.972.69",
|
|
121
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.69.tgz",
|
|
122
|
+
"integrity": "sha512-nggwJtZ4eeNsUw5IeWBMXsi1ryct5idi0K+/SCRF3kybLubOMaNTb3XCihXpWMiVpyzyPeIrl0zTkzhBH9porA==",
|
|
188
123
|
"license": "Apache-2.0",
|
|
189
124
|
"dependencies": {
|
|
190
|
-
"@aws-sdk/core": "^3.
|
|
191
|
-
"@aws-sdk/types": "^3.
|
|
192
|
-
"@smithy/core": "^3.
|
|
193
|
-
"@smithy/fetch-http-handler": "^5.
|
|
194
|
-
"@smithy/node-http-handler": "^4.
|
|
195
|
-
"@smithy/types": "^4.
|
|
125
|
+
"@aws-sdk/core": "^3.977.6",
|
|
126
|
+
"@aws-sdk/types": "^3.974.2",
|
|
127
|
+
"@smithy/core": "^3.31.1",
|
|
128
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
129
|
+
"@smithy/node-http-handler": "^4.9.13",
|
|
130
|
+
"@smithy/types": "^4.16.1",
|
|
196
131
|
"tslib": "^2.6.2"
|
|
197
132
|
},
|
|
198
133
|
"engines": {
|
|
@@ -200,23 +135,23 @@
|
|
|
200
135
|
}
|
|
201
136
|
},
|
|
202
137
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
203
|
-
"version": "3.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
205
|
-
"integrity": "sha512-
|
|
138
|
+
"version": "3.973.12",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.12.tgz",
|
|
140
|
+
"integrity": "sha512-pNEf/OeyN5X3VmLKlgSO6TqaWmW10CvI3TfwL1XhsuhYjSLT2VDaxFnCPHnOeQXSaFisMX4jNhpETriqN8DOmg==",
|
|
206
141
|
"license": "Apache-2.0",
|
|
207
142
|
"dependencies": {
|
|
208
|
-
"@aws-sdk/core": "^3.
|
|
209
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
210
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
211
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
212
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
213
|
-
"@aws-sdk/credential-provider-sso": "^3.
|
|
214
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
215
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
216
|
-
"@aws-sdk/types": "^3.
|
|
217
|
-
"@smithy/core": "^3.
|
|
218
|
-
"@smithy/credential-provider-imds": "^4.
|
|
219
|
-
"@smithy/types": "^4.
|
|
143
|
+
"@aws-sdk/core": "^3.977.6",
|
|
144
|
+
"@aws-sdk/credential-provider-env": "^3.972.67",
|
|
145
|
+
"@aws-sdk/credential-provider-http": "^3.972.69",
|
|
146
|
+
"@aws-sdk/credential-provider-login": "^3.972.74",
|
|
147
|
+
"@aws-sdk/credential-provider-process": "^3.972.67",
|
|
148
|
+
"@aws-sdk/credential-provider-sso": "^3.973.11",
|
|
149
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.73",
|
|
150
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
151
|
+
"@aws-sdk/types": "^3.974.2",
|
|
152
|
+
"@smithy/core": "^3.31.1",
|
|
153
|
+
"@smithy/credential-provider-imds": "^4.4.16",
|
|
154
|
+
"@smithy/types": "^4.16.1",
|
|
220
155
|
"tslib": "^2.6.2"
|
|
221
156
|
},
|
|
222
157
|
"engines": {
|
|
@@ -224,16 +159,16 @@
|
|
|
224
159
|
}
|
|
225
160
|
},
|
|
226
161
|
"node_modules/@aws-sdk/credential-provider-login": {
|
|
227
|
-
"version": "3.972.
|
|
228
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.
|
|
229
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "3.972.74",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.74.tgz",
|
|
164
|
+
"integrity": "sha512-0AQfDcf99TNmqVKv0owHrw/TQs6i4ZE5t9qmz6NvO53bE/sA/tpXhXL9AAcEP1qHc6Zzjd1UMb69+/9zdhvY3g==",
|
|
230
165
|
"license": "Apache-2.0",
|
|
231
166
|
"dependencies": {
|
|
232
|
-
"@aws-sdk/core": "^3.
|
|
233
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
234
|
-
"@aws-sdk/types": "^3.
|
|
235
|
-
"@smithy/core": "^3.
|
|
236
|
-
"@smithy/types": "^4.
|
|
167
|
+
"@aws-sdk/core": "^3.977.6",
|
|
168
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
169
|
+
"@aws-sdk/types": "^3.974.2",
|
|
170
|
+
"@smithy/core": "^3.31.1",
|
|
171
|
+
"@smithy/types": "^4.16.1",
|
|
237
172
|
"tslib": "^2.6.2"
|
|
238
173
|
},
|
|
239
174
|
"engines": {
|
|
@@ -241,21 +176,21 @@
|
|
|
241
176
|
}
|
|
242
177
|
},
|
|
243
178
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
244
|
-
"version": "3.972.
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
246
|
-
"integrity": "sha512-
|
|
179
|
+
"version": "3.972.78",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.78.tgz",
|
|
181
|
+
"integrity": "sha512-OgPAnfvbGAMWac6yvxJ1ihslrvDpPVwR68D2csospdNCCyPvHk9JLzYKwz48SNiS1T2znDwHauywRKRFfpyYng==",
|
|
247
182
|
"license": "Apache-2.0",
|
|
248
183
|
"dependencies": {
|
|
249
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
250
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
251
|
-
"@aws-sdk/credential-provider-ini": "^3.
|
|
252
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
253
|
-
"@aws-sdk/credential-provider-sso": "^3.
|
|
254
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
255
|
-
"@aws-sdk/types": "^3.
|
|
256
|
-
"@smithy/core": "^3.
|
|
257
|
-
"@smithy/credential-provider-imds": "^4.
|
|
258
|
-
"@smithy/types": "^4.
|
|
184
|
+
"@aws-sdk/credential-provider-env": "^3.972.67",
|
|
185
|
+
"@aws-sdk/credential-provider-http": "^3.972.69",
|
|
186
|
+
"@aws-sdk/credential-provider-ini": "^3.973.12",
|
|
187
|
+
"@aws-sdk/credential-provider-process": "^3.972.67",
|
|
188
|
+
"@aws-sdk/credential-provider-sso": "^3.973.11",
|
|
189
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.73",
|
|
190
|
+
"@aws-sdk/types": "^3.974.2",
|
|
191
|
+
"@smithy/core": "^3.31.1",
|
|
192
|
+
"@smithy/credential-provider-imds": "^4.4.16",
|
|
193
|
+
"@smithy/types": "^4.16.1",
|
|
259
194
|
"tslib": "^2.6.2"
|
|
260
195
|
},
|
|
261
196
|
"engines": {
|
|
@@ -263,15 +198,15 @@
|
|
|
263
198
|
}
|
|
264
199
|
},
|
|
265
200
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
266
|
-
"version": "3.972.
|
|
267
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.
|
|
268
|
-
"integrity": "sha512-
|
|
201
|
+
"version": "3.972.67",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.67.tgz",
|
|
203
|
+
"integrity": "sha512-IlUEejorGTWKb4/Dm7K5Yw4QxUmXLThLhrvBmzVBqZFTbW72cv9LTcITmo1dsnYriALE4h68mOq4LB99x6sQ7Q==",
|
|
269
204
|
"license": "Apache-2.0",
|
|
270
205
|
"dependencies": {
|
|
271
|
-
"@aws-sdk/core": "^3.
|
|
272
|
-
"@aws-sdk/types": "^3.
|
|
273
|
-
"@smithy/core": "^3.
|
|
274
|
-
"@smithy/types": "^4.
|
|
206
|
+
"@aws-sdk/core": "^3.977.6",
|
|
207
|
+
"@aws-sdk/types": "^3.974.2",
|
|
208
|
+
"@smithy/core": "^3.31.1",
|
|
209
|
+
"@smithy/types": "^4.16.1",
|
|
275
210
|
"tslib": "^2.6.2"
|
|
276
211
|
},
|
|
277
212
|
"engines": {
|
|
@@ -279,17 +214,34 @@
|
|
|
279
214
|
}
|
|
280
215
|
},
|
|
281
216
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
282
|
-
"version": "3.
|
|
283
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
284
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "3.973.11",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.11.tgz",
|
|
219
|
+
"integrity": "sha512-gAQBkBZxUB84d71+pPcI9L+jh2ujhuAVxc/4FgGiWFDjkPBlMKxzd5XDtkSXTFX8Ro7ansnT88+XadasxMeCRw==",
|
|
285
220
|
"license": "Apache-2.0",
|
|
286
221
|
"dependencies": {
|
|
287
|
-
"@aws-sdk/core": "^3.
|
|
288
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
289
|
-
"@aws-sdk/token-providers": "3.
|
|
290
|
-
"@aws-sdk/types": "^3.
|
|
291
|
-
"@smithy/core": "^3.
|
|
292
|
-
"@smithy/types": "^4.
|
|
222
|
+
"@aws-sdk/core": "^3.977.6",
|
|
223
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
224
|
+
"@aws-sdk/token-providers": "3.1103.0",
|
|
225
|
+
"@aws-sdk/types": "^3.974.2",
|
|
226
|
+
"@smithy/core": "^3.31.1",
|
|
227
|
+
"@smithy/types": "^4.16.1",
|
|
228
|
+
"tslib": "^2.6.2"
|
|
229
|
+
},
|
|
230
|
+
"engines": {
|
|
231
|
+
"node": ">=20.0.0"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
|
|
235
|
+
"version": "3.1103.0",
|
|
236
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1103.0.tgz",
|
|
237
|
+
"integrity": "sha512-N4wy26MNn31ItGVHYHPrEuCIFY4MBBjC+C5v1lJKqIUSA7OZBdhleCY53zCCrXn27hsk7YNOaTuhQu807S4AfQ==",
|
|
238
|
+
"license": "Apache-2.0",
|
|
239
|
+
"dependencies": {
|
|
240
|
+
"@aws-sdk/core": "^3.977.6",
|
|
241
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
242
|
+
"@aws-sdk/types": "^3.974.2",
|
|
243
|
+
"@smithy/core": "^3.31.1",
|
|
244
|
+
"@smithy/types": "^4.16.1",
|
|
293
245
|
"tslib": "^2.6.2"
|
|
294
246
|
},
|
|
295
247
|
"engines": {
|
|
@@ -297,16 +249,16 @@
|
|
|
297
249
|
}
|
|
298
250
|
},
|
|
299
251
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
300
|
-
"version": "3.972.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.
|
|
302
|
-
"integrity": "sha512-
|
|
252
|
+
"version": "3.972.73",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.73.tgz",
|
|
254
|
+
"integrity": "sha512-SnlEmQa6SjOgs6iOPLUQl1Eyq4AKiAdPQlkOhFhqNfDtDCwibMGvL6QlkSmf3o6vAUSImzdPCxowT5dfQUZP1A==",
|
|
303
255
|
"license": "Apache-2.0",
|
|
304
256
|
"dependencies": {
|
|
305
|
-
"@aws-sdk/core": "^3.
|
|
306
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
307
|
-
"@aws-sdk/types": "^3.
|
|
308
|
-
"@smithy/core": "^3.
|
|
309
|
-
"@smithy/types": "^4.
|
|
257
|
+
"@aws-sdk/core": "^3.977.6",
|
|
258
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
259
|
+
"@aws-sdk/types": "^3.974.2",
|
|
260
|
+
"@smithy/core": "^3.31.1",
|
|
261
|
+
"@smithy/types": "^4.16.1",
|
|
310
262
|
"tslib": "^2.6.2"
|
|
311
263
|
},
|
|
312
264
|
"engines": {
|
|
@@ -314,14 +266,14 @@
|
|
|
314
266
|
}
|
|
315
267
|
},
|
|
316
268
|
"node_modules/@aws-sdk/eventstream-handler-node": {
|
|
317
|
-
"version": "3.972.
|
|
318
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.
|
|
319
|
-
"integrity": "sha512
|
|
269
|
+
"version": "3.972.31",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.31.tgz",
|
|
271
|
+
"integrity": "sha512-/BRzvkp46mF6eXBL/l9WKPQQfifLlUPaWli6n9/T/WDLUg8he7TCyuNFnk6RvHP5j5W/kMj5Gxw7W778LJaXDA==",
|
|
320
272
|
"license": "Apache-2.0",
|
|
321
273
|
"dependencies": {
|
|
322
|
-
"@aws-sdk/types": "^3.
|
|
323
|
-
"@smithy/core": "^3.
|
|
324
|
-
"@smithy/types": "^4.
|
|
274
|
+
"@aws-sdk/types": "^3.974.2",
|
|
275
|
+
"@smithy/core": "^3.31.1",
|
|
276
|
+
"@smithy/types": "^4.16.1",
|
|
325
277
|
"tslib": "^2.6.2"
|
|
326
278
|
},
|
|
327
279
|
"engines": {
|
|
@@ -329,14 +281,14 @@
|
|
|
329
281
|
}
|
|
330
282
|
},
|
|
331
283
|
"node_modules/@aws-sdk/middleware-eventstream": {
|
|
332
|
-
"version": "3.972.
|
|
333
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.
|
|
334
|
-
"integrity": "sha512-
|
|
284
|
+
"version": "3.972.26",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.26.tgz",
|
|
286
|
+
"integrity": "sha512-2eIvouTZoxPu5ClHY6ij13De1yhY8Rmllt0dlGeBNXX3wmR7fU1pvMCGb50fKm1GxcuntWK0t1T0cMjTyDoUQA==",
|
|
335
287
|
"license": "Apache-2.0",
|
|
336
288
|
"dependencies": {
|
|
337
|
-
"@aws-sdk/types": "^3.
|
|
338
|
-
"@smithy/core": "^3.
|
|
339
|
-
"@smithy/types": "^4.
|
|
289
|
+
"@aws-sdk/types": "^3.974.2",
|
|
290
|
+
"@smithy/core": "^3.31.1",
|
|
291
|
+
"@smithy/types": "^4.16.1",
|
|
340
292
|
"tslib": "^2.6.2"
|
|
341
293
|
},
|
|
342
294
|
"engines": {
|
|
@@ -344,17 +296,17 @@
|
|
|
344
296
|
}
|
|
345
297
|
},
|
|
346
298
|
"node_modules/@aws-sdk/middleware-websocket": {
|
|
347
|
-
"version": "3.972.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.
|
|
349
|
-
"integrity": "sha512-
|
|
299
|
+
"version": "3.972.49",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.49.tgz",
|
|
301
|
+
"integrity": "sha512-wGYJvu1/stdWuzGcNyh44u8aY7ArU8XFrMesBlzIYn70HWVCRBNEngQexDuPIMu0NEgsKGKmTc0uvnS/bF7KWw==",
|
|
350
302
|
"license": "Apache-2.0",
|
|
351
303
|
"dependencies": {
|
|
352
|
-
"@aws-sdk/core": "^3.
|
|
353
|
-
"@aws-sdk/types": "^3.
|
|
354
|
-
"@smithy/core": "^3.
|
|
355
|
-
"@smithy/fetch-http-handler": "^5.
|
|
356
|
-
"@smithy/signature-v4": "^5.
|
|
357
|
-
"@smithy/types": "^4.
|
|
304
|
+
"@aws-sdk/core": "^3.977.6",
|
|
305
|
+
"@aws-sdk/types": "^3.974.2",
|
|
306
|
+
"@smithy/core": "^3.31.1",
|
|
307
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
308
|
+
"@smithy/signature-v4": "^5.6.12",
|
|
309
|
+
"@smithy/types": "^4.16.1",
|
|
358
310
|
"tslib": "^2.6.2"
|
|
359
311
|
},
|
|
360
312
|
"engines": {
|
|
@@ -362,20 +314,18 @@
|
|
|
362
314
|
}
|
|
363
315
|
},
|
|
364
316
|
"node_modules/@aws-sdk/nested-clients": {
|
|
365
|
-
"version": "3.997.
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.
|
|
367
|
-
"integrity": "sha512-
|
|
317
|
+
"version": "3.997.41",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.41.tgz",
|
|
319
|
+
"integrity": "sha512-RDHqPGQWlF6tatA/Tp3rg6oIwtgN9IVderxE+9av2Y93Dfyu+mO1hZ5Bu2jpfZg2rwdNbsssnwM+sLafIczMlQ==",
|
|
368
320
|
"license": "Apache-2.0",
|
|
369
321
|
"dependencies": {
|
|
370
|
-
"@aws-
|
|
371
|
-
"@aws-
|
|
372
|
-
"@aws-sdk/
|
|
373
|
-
"@
|
|
374
|
-
"@
|
|
375
|
-
"@smithy/
|
|
376
|
-
"@smithy/
|
|
377
|
-
"@smithy/node-http-handler": "^4.7.2",
|
|
378
|
-
"@smithy/types": "^4.14.1",
|
|
322
|
+
"@aws-sdk/core": "^3.977.6",
|
|
323
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.43",
|
|
324
|
+
"@aws-sdk/types": "^3.974.2",
|
|
325
|
+
"@smithy/core": "^3.31.1",
|
|
326
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
327
|
+
"@smithy/node-http-handler": "^4.9.13",
|
|
328
|
+
"@smithy/types": "^4.16.1",
|
|
379
329
|
"tslib": "^2.6.2"
|
|
380
330
|
},
|
|
381
331
|
"engines": {
|
|
@@ -383,15 +333,14 @@
|
|
|
383
333
|
}
|
|
384
334
|
},
|
|
385
335
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
386
|
-
"version": "3.996.
|
|
387
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.
|
|
388
|
-
"integrity": "sha512-
|
|
336
|
+
"version": "3.996.43",
|
|
337
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.43.tgz",
|
|
338
|
+
"integrity": "sha512-lKekx8bLBXSv4O+cslk9Zfnw2XKSkWBs3uWL5QGhH2ZAQfNS7FE0vcSSN2vD/AhxX54ZTywWxR4STThoeOXlBA==",
|
|
389
339
|
"license": "Apache-2.0",
|
|
390
340
|
"dependencies": {
|
|
391
|
-
"@aws-sdk/types": "^3.
|
|
392
|
-
"@smithy/
|
|
393
|
-
"@smithy/
|
|
394
|
-
"@smithy/types": "^4.14.1",
|
|
341
|
+
"@aws-sdk/types": "^3.974.2",
|
|
342
|
+
"@smithy/signature-v4": "^5.6.12",
|
|
343
|
+
"@smithy/types": "^4.16.1",
|
|
395
344
|
"tslib": "^2.6.2"
|
|
396
345
|
},
|
|
397
346
|
"engines": {
|
|
@@ -399,16 +348,16 @@
|
|
|
399
348
|
}
|
|
400
349
|
},
|
|
401
350
|
"node_modules/@aws-sdk/token-providers": {
|
|
402
|
-
"version": "3.
|
|
403
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
404
|
-
"integrity": "sha512-
|
|
351
|
+
"version": "3.1106.0",
|
|
352
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1106.0.tgz",
|
|
353
|
+
"integrity": "sha512-5gYmxXoueX9X5QRN2T3BlFPr99mkIB35Z34QrikQDRRo61YJElNyYifxTUGHu/S3G8GI62Y0i8KsVtN5x9+VEA==",
|
|
405
354
|
"license": "Apache-2.0",
|
|
406
355
|
"dependencies": {
|
|
407
|
-
"@aws-sdk/core": "^3.
|
|
408
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
409
|
-
"@aws-sdk/types": "^3.
|
|
410
|
-
"@smithy/core": "^3.
|
|
411
|
-
"@smithy/types": "^4.
|
|
356
|
+
"@aws-sdk/core": "^3.977.6",
|
|
357
|
+
"@aws-sdk/nested-clients": "^3.997.41",
|
|
358
|
+
"@aws-sdk/types": "^3.974.2",
|
|
359
|
+
"@smithy/core": "^3.31.1",
|
|
360
|
+
"@smithy/types": "^4.16.1",
|
|
412
361
|
"tslib": "^2.6.2"
|
|
413
362
|
},
|
|
414
363
|
"engines": {
|
|
@@ -416,24 +365,12 @@
|
|
|
416
365
|
}
|
|
417
366
|
},
|
|
418
367
|
"node_modules/@aws-sdk/types": {
|
|
419
|
-
"version": "3.
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
421
|
-
"integrity": "sha512-
|
|
422
|
-
"license": "Apache-2.0",
|
|
423
|
-
"dependencies": {
|
|
424
|
-
"@smithy/types": "^4.14.1",
|
|
425
|
-
"tslib": "^2.6.2"
|
|
426
|
-
},
|
|
427
|
-
"engines": {
|
|
428
|
-
"node": ">=20.0.0"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
"node_modules/@aws-sdk/util-locate-window": {
|
|
432
|
-
"version": "3.965.5",
|
|
433
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.5.tgz",
|
|
434
|
-
"integrity": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==",
|
|
368
|
+
"version": "3.974.2",
|
|
369
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.2.tgz",
|
|
370
|
+
"integrity": "sha512-3W6IUtSxFbH6X7Wb7DzGCV5QiFQsd0g8bOfntpmDxQlzBoKWUMBu/JPQR0DwkE+Hpnxd6db1tXbOwdeHddG6cA==",
|
|
435
371
|
"license": "Apache-2.0",
|
|
436
372
|
"dependencies": {
|
|
373
|
+
"@smithy/types": "^4.16.1",
|
|
437
374
|
"tslib": "^2.6.2"
|
|
438
375
|
},
|
|
439
376
|
"engines": {
|
|
@@ -441,14 +378,12 @@
|
|
|
441
378
|
}
|
|
442
379
|
},
|
|
443
380
|
"node_modules/@aws-sdk/xml-builder": {
|
|
444
|
-
"version": "3.972.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
446
|
-
"integrity": "sha512-
|
|
381
|
+
"version": "3.972.37",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.37.tgz",
|
|
383
|
+
"integrity": "sha512-zKq4HQum8JwDyEuyfuI4bbiAcU0KxP6qy+9PR/IsR92IyE/DaBAikzAS50tjxip4bqIIANpCcG+Yyj6CVhXupg==",
|
|
447
384
|
"license": "Apache-2.0",
|
|
448
385
|
"dependencies": {
|
|
449
|
-
"@
|
|
450
|
-
"@smithy/types": "^4.14.1",
|
|
451
|
-
"fast-xml-parser": "5.7.3",
|
|
386
|
+
"@smithy/types": "^4.16.1",
|
|
452
387
|
"tslib": "^2.6.2"
|
|
453
388
|
},
|
|
454
389
|
"engines": {
|
|
@@ -456,9 +391,9 @@
|
|
|
456
391
|
}
|
|
457
392
|
},
|
|
458
393
|
"node_modules/@aws/lambda-invoke-store": {
|
|
459
|
-
"version": "0.
|
|
460
|
-
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.
|
|
461
|
-
"integrity": "sha512-
|
|
394
|
+
"version": "0.3.0",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.3.0.tgz",
|
|
396
|
+
"integrity": "sha512-sl4Bm6yiMNYrZKkqqDFWN0UfnWhlS8ivKxrYl+6t0gCLrqr8y3B2IqZZbFRkfaVVp7C/baApyh71P+LeE1A2sQ==",
|
|
462
397
|
"license": "Apache-2.0",
|
|
463
398
|
"engines": {
|
|
464
399
|
"node": ">=18.0.0"
|
|
@@ -702,18 +637,6 @@
|
|
|
702
637
|
"zod-to-json-schema": "^3.25.0"
|
|
703
638
|
}
|
|
704
639
|
},
|
|
705
|
-
"node_modules/@nodable/entities": {
|
|
706
|
-
"version": "2.1.0",
|
|
707
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
708
|
-
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
709
|
-
"license": "MIT",
|
|
710
|
-
"funding": [
|
|
711
|
-
{
|
|
712
|
-
"type": "github",
|
|
713
|
-
"url": "https://github.com/sponsors/nodable"
|
|
714
|
-
}
|
|
715
|
-
]
|
|
716
|
-
},
|
|
717
640
|
"node_modules/@protobufjs/aspromise": {
|
|
718
641
|
"version": "1.1.2",
|
|
719
642
|
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
@@ -778,13 +701,12 @@
|
|
|
778
701
|
"license": "Apache-2.0"
|
|
779
702
|
},
|
|
780
703
|
"node_modules/@smithy/core": {
|
|
781
|
-
"version": "3.
|
|
782
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.
|
|
783
|
-
"integrity": "sha512-
|
|
704
|
+
"version": "3.31.1",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.31.1.tgz",
|
|
706
|
+
"integrity": "sha512-CyogUINxvi7C7LDsh8Syo6hVJOT9ckz4rG8dRZfTJ8r91HkMY59PnNooaj7WcHyxEkxPfBAmbgztZU+xTo76lg==",
|
|
784
707
|
"license": "Apache-2.0",
|
|
785
708
|
"dependencies": {
|
|
786
|
-
"@
|
|
787
|
-
"@smithy/types": "^4.14.2",
|
|
709
|
+
"@smithy/types": "^4.16.1",
|
|
788
710
|
"tslib": "^2.6.2"
|
|
789
711
|
},
|
|
790
712
|
"engines": {
|
|
@@ -792,13 +714,13 @@
|
|
|
792
714
|
}
|
|
793
715
|
},
|
|
794
716
|
"node_modules/@smithy/credential-provider-imds": {
|
|
795
|
-
"version": "4.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.
|
|
797
|
-
"integrity": "sha512-
|
|
717
|
+
"version": "4.4.16",
|
|
718
|
+
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.4.16.tgz",
|
|
719
|
+
"integrity": "sha512-QfuLWAkLzptffFW980AFeHZFdqds2B64rpEd3uJ6lgs3xVn9QegGMUgUcj+4d7dRrAsya3r58ZKpku97WcFb4w==",
|
|
798
720
|
"license": "Apache-2.0",
|
|
799
721
|
"dependencies": {
|
|
800
|
-
"@smithy/core": "^3.
|
|
801
|
-
"@smithy/types": "^4.
|
|
722
|
+
"@smithy/core": "^3.31.1",
|
|
723
|
+
"@smithy/types": "^4.16.1",
|
|
802
724
|
"tslib": "^2.6.2"
|
|
803
725
|
},
|
|
804
726
|
"engines": {
|
|
@@ -806,39 +728,27 @@
|
|
|
806
728
|
}
|
|
807
729
|
},
|
|
808
730
|
"node_modules/@smithy/fetch-http-handler": {
|
|
809
|
-
"version": "5.
|
|
810
|
-
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.
|
|
811
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "5.6.13",
|
|
732
|
+
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.6.13.tgz",
|
|
733
|
+
"integrity": "sha512-4fW86pEUOMbrD5nkbyl/tTvPHHWJFbuB2odl6ps9lWfHoXf9HWh3Q/Smh59qH1g7+c/BSZghX6bbUk4gsiMs8A==",
|
|
812
734
|
"license": "Apache-2.0",
|
|
813
735
|
"dependencies": {
|
|
814
|
-
"@smithy/core": "^3.
|
|
815
|
-
"@smithy/types": "^4.
|
|
736
|
+
"@smithy/core": "^3.31.1",
|
|
737
|
+
"@smithy/types": "^4.16.1",
|
|
816
738
|
"tslib": "^2.6.2"
|
|
817
739
|
},
|
|
818
740
|
"engines": {
|
|
819
741
|
"node": ">=18.0.0"
|
|
820
742
|
}
|
|
821
743
|
},
|
|
822
|
-
"node_modules/@smithy/is-array-buffer": {
|
|
823
|
-
"version": "2.2.0",
|
|
824
|
-
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
825
|
-
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
|
|
826
|
-
"license": "Apache-2.0",
|
|
827
|
-
"dependencies": {
|
|
828
|
-
"tslib": "^2.6.2"
|
|
829
|
-
},
|
|
830
|
-
"engines": {
|
|
831
|
-
"node": ">=14.0.0"
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
744
|
"node_modules/@smithy/node-http-handler": {
|
|
835
|
-
"version": "4.
|
|
836
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.
|
|
837
|
-
"integrity": "sha512
|
|
745
|
+
"version": "4.9.13",
|
|
746
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.9.13.tgz",
|
|
747
|
+
"integrity": "sha512-Nmd/Nl35zfYrd+a6OO2cDJb3GPh9bgTjIUhcM+JFfjpp8/osCgboDV5nCT1I01Pv6R13eSKDKLSoVa5ZB6Zsfw==",
|
|
838
748
|
"license": "Apache-2.0",
|
|
839
749
|
"dependencies": {
|
|
840
|
-
"@smithy/core": "^3.
|
|
841
|
-
"@smithy/types": "^4.
|
|
750
|
+
"@smithy/core": "^3.31.1",
|
|
751
|
+
"@smithy/types": "^4.16.1",
|
|
842
752
|
"tslib": "^2.6.2"
|
|
843
753
|
},
|
|
844
754
|
"engines": {
|
|
@@ -846,13 +756,13 @@
|
|
|
846
756
|
}
|
|
847
757
|
},
|
|
848
758
|
"node_modules/@smithy/signature-v4": {
|
|
849
|
-
"version": "5.
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.
|
|
851
|
-
"integrity": "sha512-
|
|
759
|
+
"version": "5.6.12",
|
|
760
|
+
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.6.12.tgz",
|
|
761
|
+
"integrity": "sha512-I6KLtq3H0qqSuV9vLglfi8puHqzygzWHOnI4z/Rdoo+q50vvo18vBRdPAvvEtcaKROz7Zn6qnPa14kRfPH6PcQ==",
|
|
852
762
|
"license": "Apache-2.0",
|
|
853
763
|
"dependencies": {
|
|
854
|
-
"@smithy/core": "^3.
|
|
855
|
-
"@smithy/types": "^4.
|
|
764
|
+
"@smithy/core": "^3.31.1",
|
|
765
|
+
"@smithy/types": "^4.16.1",
|
|
856
766
|
"tslib": "^2.6.2"
|
|
857
767
|
},
|
|
858
768
|
"engines": {
|
|
@@ -860,9 +770,9 @@
|
|
|
860
770
|
}
|
|
861
771
|
},
|
|
862
772
|
"node_modules/@smithy/types": {
|
|
863
|
-
"version": "4.
|
|
864
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.
|
|
865
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "4.16.1",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.16.1.tgz",
|
|
775
|
+
"integrity": "sha512-0JFs3V2y2M9tKW5na/qxe69Zv+uxLMO7QBbhxF/FHu/Gp2NFZAAL9tWl9PU02xxo07pb3G9FTyjNc6D5uZrJIg==",
|
|
866
776
|
"license": "Apache-2.0",
|
|
867
777
|
"dependencies": {
|
|
868
778
|
"tslib": "^2.6.2"
|
|
@@ -871,36 +781,10 @@
|
|
|
871
781
|
"node": ">=18.0.0"
|
|
872
782
|
}
|
|
873
783
|
},
|
|
874
|
-
"node_modules/@smithy/util-buffer-from": {
|
|
875
|
-
"version": "2.2.0",
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
877
|
-
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
|
|
878
|
-
"license": "Apache-2.0",
|
|
879
|
-
"dependencies": {
|
|
880
|
-
"@smithy/is-array-buffer": "^2.2.0",
|
|
881
|
-
"tslib": "^2.6.2"
|
|
882
|
-
},
|
|
883
|
-
"engines": {
|
|
884
|
-
"node": ">=14.0.0"
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
"node_modules/@smithy/util-utf8": {
|
|
888
|
-
"version": "2.3.0",
|
|
889
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
|
|
890
|
-
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
|
|
891
|
-
"license": "Apache-2.0",
|
|
892
|
-
"dependencies": {
|
|
893
|
-
"@smithy/util-buffer-from": "^2.2.0",
|
|
894
|
-
"tslib": "^2.6.2"
|
|
895
|
-
},
|
|
896
|
-
"engines": {
|
|
897
|
-
"node": ">=14.0.0"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
784
|
"node_modules/@types/node": {
|
|
901
|
-
"version": "22.
|
|
902
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
903
|
-
"integrity": "sha512-
|
|
785
|
+
"version": "22.20.1",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz",
|
|
787
|
+
"integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==",
|
|
904
788
|
"license": "MIT",
|
|
905
789
|
"dependencies": {
|
|
906
790
|
"undici-types": "~6.21.0"
|
|
@@ -960,9 +844,9 @@
|
|
|
960
844
|
"license": "MIT"
|
|
961
845
|
},
|
|
962
846
|
"node_modules/brace-expansion": {
|
|
963
|
-
"version": "5.0.
|
|
964
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
965
|
-
"integrity": "sha512-
|
|
847
|
+
"version": "5.0.9",
|
|
848
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
|
|
849
|
+
"integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
|
|
966
850
|
"license": "MIT",
|
|
967
851
|
"dependencies": {
|
|
968
852
|
"balanced-match": "^4.0.2"
|
|
@@ -1053,43 +937,6 @@
|
|
|
1053
937
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1054
938
|
"license": "MIT"
|
|
1055
939
|
},
|
|
1056
|
-
"node_modules/fast-xml-builder": {
|
|
1057
|
-
"version": "1.2.0",
|
|
1058
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
1059
|
-
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
1060
|
-
"license": "MIT",
|
|
1061
|
-
"dependencies": {
|
|
1062
|
-
"path-expression-matcher": "^1.5.0",
|
|
1063
|
-
"xml-naming": "^0.1.0"
|
|
1064
|
-
},
|
|
1065
|
-
"funding": [
|
|
1066
|
-
{
|
|
1067
|
-
"type": "github",
|
|
1068
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1069
|
-
}
|
|
1070
|
-
]
|
|
1071
|
-
},
|
|
1072
|
-
"node_modules/fast-xml-parser": {
|
|
1073
|
-
"version": "5.7.3",
|
|
1074
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
|
1075
|
-
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
|
1076
|
-
"license": "MIT",
|
|
1077
|
-
"dependencies": {
|
|
1078
|
-
"@nodable/entities": "^2.1.0",
|
|
1079
|
-
"fast-xml-builder": "^1.1.7",
|
|
1080
|
-
"path-expression-matcher": "^1.5.0",
|
|
1081
|
-
"strnum": "^2.2.3"
|
|
1082
|
-
},
|
|
1083
|
-
"bin": {
|
|
1084
|
-
"fxparser": "src/cli/cli.js"
|
|
1085
|
-
},
|
|
1086
|
-
"funding": [
|
|
1087
|
-
{
|
|
1088
|
-
"type": "github",
|
|
1089
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1090
|
-
}
|
|
1091
|
-
]
|
|
1092
|
-
},
|
|
1093
940
|
"node_modules/fetch-blob": {
|
|
1094
941
|
"version": "3.2.0",
|
|
1095
942
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
@@ -1262,9 +1109,9 @@
|
|
|
1262
1109
|
}
|
|
1263
1110
|
},
|
|
1264
1111
|
"node_modules/ignore": {
|
|
1265
|
-
"version": "7.0.
|
|
1266
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
1267
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "7.0.6",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
1114
|
+
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
1268
1115
|
"license": "MIT",
|
|
1269
1116
|
"engines": {
|
|
1270
1117
|
"node": ">= 4"
|
|
@@ -1424,21 +1271,21 @@
|
|
|
1424
1271
|
}
|
|
1425
1272
|
},
|
|
1426
1273
|
"node_modules/omk-adaptorch-wpl": {
|
|
1427
|
-
"version": "0.95.
|
|
1428
|
-
"resolved": "https://registry.npmjs.org/omk-adaptorch-wpl/-/omk-adaptorch-wpl-0.95.
|
|
1274
|
+
"version": "0.95.2",
|
|
1275
|
+
"resolved": "https://registry.npmjs.org/omk-adaptorch-wpl/-/omk-adaptorch-wpl-0.95.2.tgz",
|
|
1429
1276
|
"license": "MIT",
|
|
1430
1277
|
"engines": {
|
|
1431
1278
|
"node": ">=22.19.0"
|
|
1432
1279
|
}
|
|
1433
1280
|
},
|
|
1434
1281
|
"node_modules/omk-agent-core": {
|
|
1435
|
-
"version": "0.95.
|
|
1436
|
-
"resolved": "https://registry.npmjs.org/omk-agent-core/-/omk-agent-core-0.95.
|
|
1282
|
+
"version": "0.95.2",
|
|
1283
|
+
"resolved": "https://registry.npmjs.org/omk-agent-core/-/omk-agent-core-0.95.2.tgz",
|
|
1437
1284
|
"license": "MIT",
|
|
1438
1285
|
"dependencies": {
|
|
1439
|
-
"omk-ai": "^0.95.
|
|
1440
|
-
"ignore": "7.0.
|
|
1441
|
-
"typebox": "1.
|
|
1286
|
+
"omk-ai": "^0.95.2",
|
|
1287
|
+
"ignore": "7.0.6",
|
|
1288
|
+
"typebox": "1.3.11",
|
|
1442
1289
|
"yaml": "2.9.0"
|
|
1443
1290
|
},
|
|
1444
1291
|
"engines": {
|
|
@@ -1446,20 +1293,20 @@
|
|
|
1446
1293
|
}
|
|
1447
1294
|
},
|
|
1448
1295
|
"node_modules/omk-ai": {
|
|
1449
|
-
"version": "0.95.
|
|
1450
|
-
"resolved": "https://registry.npmjs.org/omk-ai/-/omk-ai-0.95.
|
|
1296
|
+
"version": "0.95.2",
|
|
1297
|
+
"resolved": "https://registry.npmjs.org/omk-ai/-/omk-ai-0.95.2.tgz",
|
|
1451
1298
|
"license": "MIT",
|
|
1452
1299
|
"dependencies": {
|
|
1453
1300
|
"@anthropic-ai/sdk": "0.91.1",
|
|
1454
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
1455
|
-
"@smithy/node-http-handler": "4.7.3",
|
|
1301
|
+
"@aws-sdk/client-bedrock-runtime": "3.1106.0",
|
|
1456
1302
|
"@google/genai": "1.52.0",
|
|
1457
1303
|
"@mistralai/mistralai": "2.2.1",
|
|
1304
|
+
"@smithy/node-http-handler": "4.9.13",
|
|
1458
1305
|
"http-proxy-agent": "7.0.2",
|
|
1459
1306
|
"https-proxy-agent": "7.0.6",
|
|
1460
|
-
"openai": "6.
|
|
1307
|
+
"openai": "6.49.0",
|
|
1461
1308
|
"partial-json": "0.1.7",
|
|
1462
|
-
"typebox": "1.
|
|
1309
|
+
"typebox": "1.3.11"
|
|
1463
1310
|
},
|
|
1464
1311
|
"bin": {
|
|
1465
1312
|
"omk-ai": "dist/cli.js"
|
|
@@ -1469,8 +1316,8 @@
|
|
|
1469
1316
|
}
|
|
1470
1317
|
},
|
|
1471
1318
|
"node_modules/omk-tui": {
|
|
1472
|
-
"version": "0.95.
|
|
1473
|
-
"resolved": "https://registry.npmjs.org/omk-tui/-/omk-tui-0.95.
|
|
1319
|
+
"version": "0.95.2",
|
|
1320
|
+
"resolved": "https://registry.npmjs.org/omk-tui/-/omk-tui-0.95.2.tgz",
|
|
1474
1321
|
"license": "MIT",
|
|
1475
1322
|
"dependencies": {
|
|
1476
1323
|
"get-east-asian-width": "1.6.0",
|
|
@@ -1481,24 +1328,33 @@
|
|
|
1481
1328
|
}
|
|
1482
1329
|
},
|
|
1483
1330
|
"node_modules/openai": {
|
|
1484
|
-
"version": "6.
|
|
1485
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-6.
|
|
1486
|
-
"integrity": "sha512-
|
|
1331
|
+
"version": "6.49.0",
|
|
1332
|
+
"resolved": "https://registry.npmjs.org/openai/-/openai-6.49.0.tgz",
|
|
1333
|
+
"integrity": "sha512-aYCc0C6L864eR6WSYIwQGyXriw/nIyZx0ObvhzOEVuk0zoBDpynjSbrionWI7q65B5H8jJX0DXR9snEzM6bfPg==",
|
|
1487
1334
|
"license": "Apache-2.0",
|
|
1488
1335
|
"peerDependencies": {
|
|
1336
|
+
"@aws-sdk/credential-provider-node": ">=3.972.0 <4",
|
|
1337
|
+
"@smithy/hash-node": ">=4.3.0 <5",
|
|
1338
|
+
"@smithy/signature-v4": ">=5.4.0 <6",
|
|
1489
1339
|
"ws": "^8.18.0",
|
|
1490
1340
|
"zod": "^3.25 || ^4.0"
|
|
1491
1341
|
},
|
|
1492
1342
|
"peerDependenciesMeta": {
|
|
1343
|
+
"@aws-sdk/credential-provider-node": {
|
|
1344
|
+
"optional": true
|
|
1345
|
+
},
|
|
1346
|
+
"@smithy/hash-node": {
|
|
1347
|
+
"optional": true
|
|
1348
|
+
},
|
|
1349
|
+
"@smithy/signature-v4": {
|
|
1350
|
+
"optional": true
|
|
1351
|
+
},
|
|
1493
1352
|
"ws": {
|
|
1494
1353
|
"optional": true
|
|
1495
1354
|
},
|
|
1496
1355
|
"zod": {
|
|
1497
1356
|
"optional": true
|
|
1498
1357
|
}
|
|
1499
|
-
},
|
|
1500
|
-
"bin": {
|
|
1501
|
-
"openai": "bin/cli"
|
|
1502
1358
|
}
|
|
1503
1359
|
},
|
|
1504
1360
|
"node_modules/p-retry": {
|
|
@@ -1526,21 +1382,6 @@
|
|
|
1526
1382
|
"integrity": "sha512-Njv/59hHaokb/hRUjce3Hdv12wd60MtM9Z5Olmn+nehe0QDAsRtRbJPvJ0Z91TusF0SuZRIvnM+S4l6EIP8leA==",
|
|
1527
1383
|
"license": "MIT"
|
|
1528
1384
|
},
|
|
1529
|
-
"node_modules/path-expression-matcher": {
|
|
1530
|
-
"version": "1.5.0",
|
|
1531
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
1532
|
-
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
1533
|
-
"license": "MIT",
|
|
1534
|
-
"engines": {
|
|
1535
|
-
"node": ">=14.0.0"
|
|
1536
|
-
},
|
|
1537
|
-
"funding": [
|
|
1538
|
-
{
|
|
1539
|
-
"type": "github",
|
|
1540
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1541
|
-
}
|
|
1542
|
-
]
|
|
1543
|
-
},
|
|
1544
1385
|
"node_modules/path-key": {
|
|
1545
1386
|
"version": "3.1.1",
|
|
1546
1387
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -1665,18 +1506,6 @@
|
|
|
1665
1506
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1666
1507
|
"license": "ISC"
|
|
1667
1508
|
},
|
|
1668
|
-
"node_modules/strnum": {
|
|
1669
|
-
"version": "2.3.0",
|
|
1670
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
|
|
1671
|
-
"integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
|
|
1672
|
-
"license": "MIT",
|
|
1673
|
-
"funding": [
|
|
1674
|
-
{
|
|
1675
|
-
"type": "github",
|
|
1676
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1677
|
-
}
|
|
1678
|
-
]
|
|
1679
|
-
},
|
|
1680
1509
|
"node_modules/ts-algebra": {
|
|
1681
1510
|
"version": "2.0.0",
|
|
1682
1511
|
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
|
|
@@ -1690,15 +1519,15 @@
|
|
|
1690
1519
|
"license": "0BSD"
|
|
1691
1520
|
},
|
|
1692
1521
|
"node_modules/typebox": {
|
|
1693
|
-
"version": "1.
|
|
1694
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.
|
|
1695
|
-
"integrity": "sha512-
|
|
1522
|
+
"version": "1.3.11",
|
|
1523
|
+
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.11.tgz",
|
|
1524
|
+
"integrity": "sha512-tZGKIS02Opbh4EYMmAEVuXl+y3EQJ9ZlkitLZ1CmFCY4ZOqr/xWR9dDSCFmIjNDICGMWkOqMh6WxGTyRXqcSGQ==",
|
|
1696
1525
|
"license": "MIT"
|
|
1697
1526
|
},
|
|
1698
1527
|
"node_modules/undici": {
|
|
1699
|
-
"version": "8.
|
|
1700
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-8.
|
|
1701
|
-
"integrity": "sha512-
|
|
1528
|
+
"version": "8.10.0",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz",
|
|
1530
|
+
"integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==",
|
|
1702
1531
|
"license": "MIT",
|
|
1703
1532
|
"engines": {
|
|
1704
1533
|
"node": ">=22.19.0"
|
|
@@ -1755,21 +1584,6 @@
|
|
|
1755
1584
|
"node": ">=10.0.0"
|
|
1756
1585
|
}
|
|
1757
1586
|
},
|
|
1758
|
-
"node_modules/xml-naming": {
|
|
1759
|
-
"version": "0.1.0",
|
|
1760
|
-
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
1761
|
-
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
1762
|
-
"license": "MIT",
|
|
1763
|
-
"engines": {
|
|
1764
|
-
"node": ">=16.0.0"
|
|
1765
|
-
},
|
|
1766
|
-
"funding": [
|
|
1767
|
-
{
|
|
1768
|
-
"type": "github",
|
|
1769
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1770
|
-
}
|
|
1771
|
-
]
|
|
1772
|
-
},
|
|
1773
1587
|
"node_modules/yaml": {
|
|
1774
1588
|
"version": "2.9.0",
|
|
1775
1589
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|