Skip to content

Commit

Permalink
Renamed client to fdc3-get-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Sep 11, 2024
1 parent 8904993 commit 8629642
Show file tree
Hide file tree
Showing 52 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: npm install

- name: Run tests
run: npm build
run: npm run build
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"packages/testing",
"packages/da-proxy",
"toolbox/fdc3-for-web/da-server",
"packages/client",
"packages/fdc3-get-agent",
"toolbox/fdc3-for-web/demo",
"toolbox/fdc3-workbench"
],
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kite9/client",
"name": "@kite9/fdc3-get-agent",
"version": "2.2.0-beta.6",
"files": [
"dist"
Expand Down
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.
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@kite9/client": "2.2.0-beta.6",
"@kite9/fdc3-get-agent": "2.2.0-beta.6",
"@kite9/da-server": "2.2.0-beta.6",
"@kite9/fdc3-core": "2.2.0-beta.6",
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/ag-grid.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from "@kite9/client";
import { getAgent } from "@kite9/fdc3-get-agent";
import "./ag-grid.css";

// DATA
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

function createContext(i: number) {
return {
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app2.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

/**
* This demonstrates using the API via a promise
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app4.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

/**
* This demonstrates using the API via a promise
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app5.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

/**
* This demonstrates using the API via a promise
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app6.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

/**
* This demonstrates using the API via a promise
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/app7.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from '@kite9/client'
import { getAgent } from '@kite9/fdc3-get-agent'

/**
* This demonstrates using the API via a promise
Expand Down
2 changes: 1 addition & 1 deletion toolbox/fdc3-for-web/demo/src/client/apps/chartiq.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAgent } from "@kite9/client";
import { getAgent } from "@kite9/fdc3-get-agent";

const init = async () => {
const fdc3 = await getAgent();
Expand Down
10 changes: 5 additions & 5 deletions toolbox/fdc3-workbench/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions toolbox/fdc3-workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"devDependencies": {
"@kite9/client": "2.2.0-beta.6",
"@kite9/fdc3-get-agent": "2.2.0-beta.6",
"@types/jsoneditor": "^8.6.1",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}
}
2 changes: 1 addition & 1 deletion toolbox/fdc3-workbench/src/utility/Fdc3Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as fdc3_2 from "@kite9/fdc3-core";
import * as fdc3_1 from "fdc3-1.2";
import { group } from "console";
import { fdc3Ready } from '@kite9/client'
import { fdc3Ready } from '@kite9/fdc3-get-agent'

const fdc3ReadyPromise = fdc3Ready()
interface fdc3_1IntentResolution extends fdc3_1.IntentResolution {
Expand Down

0 comments on commit 8629642

Please sign in to comment.