Skip to content

Commit

Permalink
fix: update protocols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Gripasov authored and Egor Gripasov committed May 5, 2022
1 parent 066c692 commit 1fbf611
Show file tree
Hide file tree
Showing 20 changed files with 423 additions and 423 deletions.
718 changes: 359 additions & 359 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/debug": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"@dxos/util": "^2.28.0",
"@otplib/plugin-thirty-two": "^12.0.1",
"@polkadot/api": "4.17.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/bot-factory-client": "~2.31.1",
"@dxos/botkit": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/bot-factory-client": "~2.31.3",
"@dxos/botkit": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/config": "~2.31.1",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/network-manager": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/config": "~2.31.3",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/network-manager": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"@dxos/util": "^2.28.0",
"abort-controller": "~3.0.0",
"assert": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/network-manager": "~2.31.1",
"@dxos/protocol-plugin-messenger": "~2.31.1",
"@dxos/protocol-plugin-presence": "~2.31.1",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/network-manager": "~2.31.3",
"@dxos/protocol-plugin-messenger": "~2.31.3",
"@dxos/protocol-plugin-presence": "~2.31.3",
"assert": "^2.0.0",
"hypercore-crypto": "^1.0.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/debug": "~2.31.3",
"abort-controller": "~3.0.0",
"assert": "^2.0.0",
"chance": "^1.1.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/client": "~2.31.1",
"@dxos/config": "~2.31.1",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/client": "~2.31.3",
"@dxos/config": "~2.31.3",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"@otplib/plugin-thirty-two": "^12.0.1",
"@types/yargs": "^16.0.1",
"assert": "^2.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/client": "~2.31.1",
"@dxos/config": "~2.31.1",
"@dxos/credentials": "~2.31.1",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/echo-db": "~2.31.1",
"@dxos/random-access-multi-storage": "~2.31.1",
"@dxos/client": "~2.31.3",
"@dxos/config": "~2.31.3",
"@dxos/credentials": "~2.31.3",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/echo-db": "~2.31.3",
"@dxos/random-access-multi-storage": "~2.31.3",
"assert": "^2.0.0",
"base-x": "^3.0.9",
"fs-extra": "10.0.0",
Expand All @@ -53,9 +53,9 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@dxos/async": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/eslint-plugin": "~1.0.24",
"@dxos/signal": "~2.31.1",
"@dxos/signal": "~2.31.3",
"@swc-node/register": "~1.4.2",
"@types/fs-extra": "^9.0.13",
"@types/lockfile": "^1.0.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli-dxns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/config": "~2.31.1",
"@dxos/credentials": "~2.31.1",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/config": "~2.31.3",
"@dxos/credentials": "~2.31.3",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"@polkadot/api": "4.17.1",
"@polkadot/keyring": "6.11.1",
"@polkadot/util-crypto": "^6.11.1",
Expand All @@ -70,7 +70,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@dxos/client": "~2.31.1",
"@dxos/client": "~2.31.3",
"@dxos/eslint-plugin": "~1.0.24",
"@polkadot/types": "4.17.1",
"@types/bn.js": "~5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-dxns/src/handlers/deploy/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface PublishArgs {
export const publish = ({ config, module }: PublishParams) => async ({ verbose, timeout, path: distPath }: PublishArgs): Promise<string> => {
verbose && log(`Publishing ${module?.name}...`);

const publishFolder = path.join(process.cwd(), distPath || module.build!.outDir!);
const publishFolder = path.join(process.cwd(), distPath || module.build!.outdir!);

const total = await getFolderSize(publishFolder);
const bar = new cliProgress.SingleBar({}, cliProgress.Presets.shades_classic);
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-dxns/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const loadConfig = async (configPath: string = CONFIG_FILENAME): Promise<
modules: dxConfig.package.modules.map((mod: PackageModule) => defaultsDeep(mod, {
tags: packageProps.keywords ?? [],
description: packageProps.description,
build: { command: DEFAULT_BUILD_COMMAND, outDir: DEFAULT_DIST_PATH },
build: { command: DEFAULT_BUILD_COMMAND, outdir: DEFAULT_DIST_PATH },
repos: mod.repos ?? repos
}))
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/object-model": "~2.31.1",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/object-model": "~2.31.3",
"assert": "^2.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@dxos/cli-data": "workspace:*",
"@dxos/echo-db": "~2.31.1",
"@dxos/echo-db": "~2.31.3",
"@dxos/eslint-plugin": "~1.0.24",
"@types/jest": "~27.0.3",
"@types/node": "~16.11.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/debug": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"@polkadot/api": "4.17.1",
"abort-controller": "~3.0.0",
"assert": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli-kube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/crypto": "~2.31.1",
"@dxos/debug": "~2.31.1",
"@dxos/object-model": "~2.31.1",
"@dxos/registry-client": "~2.31.1",
"@dxos/crypto": "~2.31.3",
"@dxos/debug": "~2.31.3",
"@dxos/object-model": "~2.31.3",
"@dxos/registry-client": "~2.31.3",
"assert": "^2.0.0",
"do-wrapper": "^4.1.2",
"got": "^11.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-mdns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/debug": "~2.31.3",
"assert": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"verbose": false
},
"dependencies": {
"@dxos/async": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/network-manager": "~2.31.1",
"@dxos/network-manager": "~2.31.3",
"assert": "^2.0.0",
"boolean": "^3.0.1",
"do-wrapper": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/debug": "~2.31.3",
"lodash-clean": "^2.2.1",
"yargs": "^16.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@dxos/cli-core": "workspace:*",
"@dxos/debug": "~2.31.1",
"@dxos/random-access-multi-storage": "~2.31.1",
"@dxos/debug": "~2.31.3",
"@dxos/random-access-multi-storage": "~2.31.3",
"assert": "^2.0.0",
"download": "^8.0.0",
"find-root": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/mocks/app/dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package:
- productivity
build:
command: npm run build
outDir: 'out'
outdir: 'out'
version: 1.2.3
tag: latest
record:
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/mocks/bot/dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ package:
- productivity
build:
command: npm run bundle
outDir: 'out'
outdir: 'out'
8 changes: 4 additions & 4 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"timeout": 0
},
"devDependencies": {
"@dxos/async": "~2.31.1",
"@dxos/botkit": "~2.31.1",
"@dxos/async": "~2.31.3",
"@dxos/botkit": "~2.31.3",
"@dxos/cli-core": "workspace:*",
"@dxos/crypto": "~2.31.1",
"@dxos/crypto": "~2.31.3",
"@dxos/eslint-plugin": "~1.0.24",
"@dxos/signal": "~2.31.1",
"@dxos/signal": "~2.31.3",
"@dxos/util": "^2.28.0",
"@koush/wrtc": "^0.5.3",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 1fbf611

Please sign in to comment.