Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fdc3 for web impl merging prs #1436

Merged
merged 16 commits into from
Nov 15, 2024
Merged
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
300 changes: 197 additions & 103 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"toolbox/fdc3-for-web/fdc3-web-impl",
"packages/fdc3-get-agent",
"packages/fdc3",
"toolbox/fdc3-for-web/reference-ui",
"toolbox/fdc3-for-web/demo",
"toolbox/fdc3-workbench"
],
Expand All @@ -37,7 +38,7 @@
"report": "nyc report --reporter json-summary --report-dir nyc-coverage-report --exclude-after-remap false --temp-dir coverage",
"lint": "npm run lint --workspaces --if-present",
"syncpack": "npm exec syncpack fix-mismatches --types 'local'",
"dev": "concurrently \"cd toolbox/fdc3-workbench && npm run dev\" \"cd toolbox/fdc3-for-web/demo && npm run dev\""
"dev": "concurrently \"cd toolbox/fdc3-workbench && npm run dev\" \"cd toolbox/fdc3-for-web/reference-ui && npm run dev\" \"cd toolbox/fdc3-for-web/demo && npm run dev\""
},
"prettier": {
"semi": true,
Expand Down
160 changes: 0 additions & 160 deletions packages/addon/src/intent_resolver_orig.js

This file was deleted.

198 changes: 0 additions & 198 deletions packages/addon/src/main.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class HeartbeatListener implements RegisterableListener {
heartbeatEventUuid: (_m as HeartbeatEvent).meta.eventUuid
}
} as HeartbeatAcknowledgementRequest)
console.log("Heartbeat acknowledged")
//console.log("Heartbeat acknowledged")
}

async register(): Promise<void> {
Expand Down
2 changes: 1 addition & 1 deletion packages/fdc3-context/generated/context/ContextTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export type ActionType = "broadcast" | "raiseIntent";
export interface AppIdentifier {
/**
* The unique application identifier located within a specific application directory
* instance. An example of an appId might be 'app@sub.root'
* instance. An example of an appId might be 'app@sub.root'.
*/
appId: string;
/**
Expand Down
Loading
Loading