Skip to content

Commit ce8b095

Browse files
authored
Merge pull request #1677 from finos/esm-modules-fix
Esm modules fix
2 parents e198b0f + c75b942 commit ce8b095

215 files changed

Lines changed: 10877 additions & 9567 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.semgrepignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
website/**
22

33
# Just used for build so ignoring
4-
s2tQuicktypeUtil.js
4+
s2tQuicktypeUtil.cjs
55
t2sQuicktypeUtil.js
66

77
# API schema set for localhost gets picked up by semgrep rule
88
schemas/bridgingAsyncAPI/bridgingAsyncAPI.json
99

1010
# demo apps get picked up for not having integrity headers
1111
toolbox/fdc3-for-web/demo/src/client/apps/**
12+
13+
# Test utilities using controlled paths (false positive for path traversal)
14+
packages/testing/src/steps/generic.impl.ts

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"editor.tabSize": 2,
4+
"editor.insertSpaces": true
35
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4343
* Fix for channel change listeners not sending addEventListenerRequests ([#1606](https://github.com/finos/FDC3/pull/1606))
4444
* Fix to ensure that Adding A Channel Change Event Listener Doesn't Send addEventListenerRequest - Conformance 2.2 ([#1606](https://github.com/finos/FDC3/pull/1606))
4545
* Updated Conformance tests to allow agents that fully qualify app Ids (as recommended in the Standard) to pass the conformance tests ([#1767](https://github.com/finos/FDC3/pull/1767))
46+
* Fixed import file extensions and module type to be esm module compliant ([#1677](https://github.com/finos/FDC3/pull/1677))
4647

4748
## [FDC3 Standard 2.2](https://github.com/finos/FDC3/compare/v2.1..v2.2) - 2025-03-12
4849

0 commit comments

Comments
 (0)