Skip to content

Commit

Permalink
Merge branch 'main' into osff-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat authored Jun 19, 2024
2 parents 9843b53 + ddc437d commit d2a57fa
Show file tree
Hide file tree
Showing 69 changed files with 15 additions and 462 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Messaging } from "da-proxy";
import { ChannelSelector, ChannelSelectorDetails, CSSPositioning, ChannelSelectionChoiceAgentRequest } from "fdc3-common";
import { Messaging } from "@kite9/da-proxy";
import { ChannelSelector, ChannelSelectorDetails, CSSPositioning, ChannelSelectionChoiceAgentRequest } from "@kite9/fdc3-common";
import { Channel } from "@finos/fdc3";
import { DEFAULT_CONTAINER_CSS } from "../intent-resolution/DefaultDesktopAgentIntentResolver";

Expand Down
1 change: 0 additions & 1 deletion packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const DEFAULT_OPTIONS: Options = {
fireFdc3Ready: false,
strategies: [postMessage], //, electronEvent],
frame: window.opener ?? window.parent,
middlewares: []
}

/**
Expand Down
4 changes: 1 addition & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"private": true,
"version": "0.0.30",
"scripts": {
"dev": "nodemon -w src/server -x tsx src/server/main.ts",
"start": "NODE_ENV=production tsx src/server/main.ts",
"build": "vite build"
"dev": "nodemon -w src/server -x tsx src/server/main.ts"
},
"devDependencies": {
"@types/express": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/fdc3-workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vite",
"start": "vite",
"preview": "vite preview",
"build": "tsc && vite build",
"build-removed": "tsc && vite build",
"lint": "eslint --cache --quiet **/*.{ts,tsx,js,jsx} && prettier --check **/*.{ts,tsx,js,jsx,json,yml,css,html,md}",
"lint:fix": "eslint --cache --quiet --fix **/*.{ts,tsx,js,jsx} && prettier --write **/*.{ts,tsx,js,jsx} && prettier --write **/*.{json,yml,css,html,md}"
},
Expand Down Expand Up @@ -81,4 +81,4 @@
"@material-ui/styles": "^4.11.5",
"rimraf": "^5.0.7"
}
}
}
Loading

0 comments on commit d2a57fa

Please sign in to comment.