Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This product includes software developed at Datadog (<https://www.datadoghq.com/
The Orchestrion-JS fork is licensed under the Apache License, Version 2.0.
See licenses/orchestrion-js/LICENSE and licenses/orchestrion-js/NOTICE.

This package also includes a modified fork of import-in-the-middle 3.2.0.
This package also includes a modified fork of import-in-the-middle 3.3.1.
import-in-the-middle is licensed under the Apache License, Version 2.0.
See licenses/import-in-the-middle/LICENSE and
licenses/import-in-the-middle/NOTICE.
Expand Down
3 changes: 1 addition & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@
"dependencies": {
"@next/env": "^14.2.3",
"@vercel/functions": "^1.0.2",
"acorn": "^8.16.0",
"acorn-import-attributes": "^1.9.5",
"ajv": "^8.20.0",
"argparse": "^2.0.1",
"astring": "^1.9.0",
Expand All @@ -223,6 +221,7 @@
"cors": "^2.8.5",
"dc-browser": "^1.0.4",
"dotenv": "^16.4.5",
"es-module-lexer": "^2.3.0",
"esbuild": "0.28.0",
"esquery": "^1.7.0",
"eventsource-parser": "^1.1.2",
Expand Down
Loading
Loading