Skip to content

Commit

Permalink
Update packages for v0.6 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam authored Nov 29, 2023
1 parent 243aa45 commit 5f4af41
Show file tree
Hide file tree
Showing 36 changed files with 4,778 additions and 1,473 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"prepare": "pnpm build"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.1",
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.96",
"@swc/core": "^1.3.99",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"del-cli": "^5.1.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"turbo": "^1.10.16",
"typedoc": "0.25.3",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"pnpm": {
"overrides": {}
Expand Down
36 changes: 18 additions & 18 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/cli",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -69,45 +69,45 @@
]
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^3.0.0-rc.0",
"@ceramicnetwork/cli": "^3.0.0-rc.0",
"@ceramicnetwork/http-client": "^3.0.0-rc.0",
"@ceramicnetwork/stream-model": "^2.0.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^2.0.0-rc.0",
"@ceramicnetwork/streamid": "^3.0.0-rc.0",
"@ceramicnetwork/3id-did-resolver": "^3.0.5",
"@ceramicnetwork/cli": "^3.0.5",
"@ceramicnetwork/http-client": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/stream-model-instance": "^2.0.5",
"@ceramicnetwork/streamid": "^3.0.5",
"@composedb/client": "workspace:^",
"@composedb/devtools": "workspace:^",
"@composedb/devtools-node": "workspace:^",
"@composedb/runtime": "workspace:^",
"@oclif/core": "^3.10.8",
"@oclif/plugin-help": "^6.0.6",
"@oclif/plugin-version": "^2.0.6",
"@oclif/core": "^3.12.0",
"@oclif/plugin-help": "^6.0.7",
"@oclif/plugin-version": "^2.0.8",
"cli-table3": "^0.6.3",
"did-resolver": "^4.1.0",
"dids": "^4.0.4",
"env-paths": "^3.0.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"key-did-provider-ed25519": "^3.0.2",
"key-did-resolver": "^3.0.0",
"listr": "^0.14.3",
"listr-update-renderer": "^0.5.0",
"ora": "^7.0.1",
"terminal-size": "^4.0.0",
"uint8arrays": "^4.0.6"
"uint8arrays": "^4.0.9"
},
"devDependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@composedb/types": "workspace:^",
"@swc-node/register": "^1.6.8",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.8",
"@types/listr": "^0.14.8",
"@types/node": "^20.9.0",
"@types/update-notifier": "^6.0.7",
"@types/jest": "^29.5.10",
"@types/listr": "^0.14.9",
"@types/node": "^20.10.0",
"@types/update-notifier": "^6.0.8",
"ajv": "^8.12.0",
"execa": "^8.0.1",
"jest-dev-server": "^9.0.1",
"oclif": "^4.0.3",
"oclif": "^4.0.4",
"strip-ansi": "~7.1.0"
},
"jest": {
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/client",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -39,21 +39,21 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^3.0.0-rc.0",
"@ceramicnetwork/stream-model": "^2.0.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^2.0.0-rc.0",
"@ceramicnetwork/http-client": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/stream-model-instance": "^2.0.5",
"@composedb/constants": "workspace:^",
"@composedb/graphql-scalars": "workspace:^",
"@composedb/runtime": "workspace:^",
"@graphql-tools/batch-execute": "^9.0.2",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/utils": "^10.0.8",
"@graphql-tools/utils": "^10.0.11",
"dataloader": "^2.2.2",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@composedb/devtools": "workspace:^",
"@composedb/test-schemas": "workspace:^",
"@composedb/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/constants",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools-node",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -37,11 +37,11 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^3.0.0-rc.0",
"@ceramicnetwork/http-client": "^3.0.5",
"@composedb/client": "workspace:^",
"@composedb/runtime": "workspace:^",
"@composedb/server": "workspace:^",
"fs-extra": "^11.1.1"
"fs-extra": "^11.2.0"
},
"peerDependencies": {
"@composedb/devtools": "workspace:^"
Expand Down
26 changes: 13 additions & 13 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -39,31 +39,31 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/stream-model": "^2.0.0-rc.0",
"@ceramicnetwork/streamid": "^3.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/streamid": "^3.0.5",
"@composedb/graphql-scalars": "workspace:^",
"@didtools/cacao": "^2.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.8",
"change-case": "^5.1.2",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.11",
"change-case": "^5.2.0",
"json-ptr": "^3.1.1",
"lodash-es": "^4.17.21",
"multiformats": "^12.1.3",
"object-hash": "^3.0.0",
"type-fest": "^4.7.1",
"uint8arrays": "^4.0.6"
"type-fest": "^4.8.2",
"uint8arrays": "^4.0.9"
},
"devDependencies": {
"@composedb/test-schemas": "workspace:^",
"@composedb/types": "workspace:^",
"@types/jest": "^29.5.8",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.9.0",
"@types/jest": "^29.5.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.0",
"@types/object-hash": "^3.0.6",
"ajv": "^8.12.0",
"dids": "^4.0.4",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"graphql": "^16.8.1",
"jest-environment-composedb": "workspace:^"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-scalars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/graphql-scalars",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/streamid": "^3.0.0-rc.0",
"@ceramicnetwork/streamid": "^3.0.5",
"@composedb/types": "workspace:^",
"caip": "^1.1.0",
"graphql": "^16.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-environment-composedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-composedb",
"private": true,
"version": "0.6.0-rc.1",
"version": "0.6.0",
"description": "ComposeDB environment for Jest",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
Expand All @@ -23,13 +23,13 @@
"lint": "eslint index.js --fix"
},
"dependencies": {
"@ceramicnetwork/core": "^3.0.0-rc.0",
"@ceramicnetwork/core": "^3.0.5",
"dids": "^4.0.4",
"ipfs-core": "^0.18.1",
"jest-environment-node": "^29.7.0",
"key-did-provider-ed25519": "^3.0.2",
"key-did-resolver": "^3.0.0",
"tmp-promise": "^3.0.3",
"uint8arrays": "^4.0.6"
"uint8arrays": "^4.0.9"
}
}
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/runtime",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,17 +39,17 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^3.0.0-rc.0",
"@ceramicnetwork/stream-model": "^2.0.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^2.0.0-rc.0",
"@ceramicnetwork/streamid": "^3.0.0-rc.0",
"@ceramicnetwork/http-client": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/stream-model-instance": "^2.0.5",
"@ceramicnetwork/streamid": "^3.0.5",
"@composedb/graphql-scalars": "workspace:^",
"dataloader": "^2.2.2",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@composedb/devtools": "workspace:^",
"@composedb/test-schemas": "workspace:^",
"@composedb/types": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/server",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,17 +39,17 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^3.0.0-rc.0",
"@ceramicnetwork/http-client": "^3.0.5",
"@composedb/constants": "workspace:^",
"@composedb/runtime": "workspace:^",
"get-port": "^7.0.0",
"graphql": "^16.8.1",
"graphql-yoga": "^5.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@composedb/types": "workspace:^",
"@types/node": "^20.9.0"
"@types/node": "^20.10.0"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down
2 changes: 1 addition & 1 deletion packages/test-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@composedb/test-schemas",
"private": true,
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/types",
"version": "0.6.0-rc.1",
"version": "0.6.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -36,9 +36,9 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/common": "^3.0.0-rc.0",
"@ceramicnetwork/stream-model": "^2.0.0-rc.0",
"@ceramicnetwork/stream-model-instance": "^2.0.0-rc.0",
"@ceramicnetwork/common": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/stream-model-instance": "^2.0.5",
"dids": "^4.0.4",
"json-schema-typed": "^8.0.1"
}
Expand Down
Loading

0 comments on commit 5f4af41

Please sign in to comment.