Skip to content

Commit

Permalink
updated to use fdc3-get-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Dec 19, 2024
1 parent 4433915 commit 61c8545
Show file tree
Hide file tree
Showing 7 changed files with 1,222 additions and 1,097 deletions.
993 changes: 582 additions & 411 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-static": "npm run compile && npm run copy"
},
"dependencies": {
"@kite9/client": "0.0.30",
"@kite9/fdc3-get-agent": "file:../../FDC3/packages/fdc3-get-agent",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"fdc3_1_2": "npm:@finos/fdc3@^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mock/v1.2/mock-functions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DesktopAgent } from "fdc3_1_2/dist/api/DesktopAgent";
import constants from "../../constants";
import { AppControlContext } from "../../context-types";
import { fdc3Ready } from "@kite9/client";
import { fdc3Ready } from "@kite9/fdc3-get-agent";

declare let fdc3: DesktopAgent;

Expand Down
2 changes: 1 addition & 1 deletion src/mock/v2.0/mock-functions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DesktopAgent } from "fdc3_2_0/dist/api/DesktopAgent";
import constants from "../../constants";
import { AppControlContext } from "../../context-types";
import { fdc3Ready } from "@kite9/client";
import { fdc3Ready } from "@kite9/fdc3-get-agent";

declare let fdc3: DesktopAgent;

Expand Down
2 changes: 1 addition & 1 deletion src/test/v1.2/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fdc3Ready } from "@kite9/client";
import { fdc3Ready } from "@kite9/fdc3-get-agent";
import { getPackMembers, getPackNames, executeTestsInBrowser } from "./testSuite";

require("mocha/mocha.css");
Expand Down
2 changes: 1 addition & 1 deletion src/test/v2.0/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "./testSuite";
import { fdc3Ready } from "@kite9/client";
import { fdc3Ready } from "@kite9/fdc3-get-agent";
import { getPackMembers, getPackNames, executeTestsInBrowser, executeManualTestsInBrowser } from "./testSuite";

require("mocha/mocha.css");
Expand Down
1,316 changes: 635 additions & 681 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 61c8545

Please sign in to comment.