Skip to content

Commit

Permalink
Prepare v0.7 release (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Feb 27, 2024
1 parent 4d5de06 commit 39cf077
Show file tree
Hide file tree
Showing 45 changed files with 5,069 additions and 1,374 deletions.
19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,20 @@
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"turbo": "^1.12.4",
"typedoc": "0.25.8",
"typedoc": "0.25.9",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
},
"pnpm": {
"overrides": {
"@ceramicnetwork/3id-did-resolver": "^5.2.0-rc.0",
"@ceramicnetwork/cli": "^5.2.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/core": "^5.2.0-rc.0",
"@ceramicnetwork/http-client": "^5.2.0-rc.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0-rc.0",
"@ceramicnetwork/streamid": "^5.0.0"
}
"overrides": {}
}
}
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/cli",
"version": "0.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -69,17 +69,17 @@
]
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^5.0.1-rc.1",
"@ceramicnetwork/cli": "^5.1.0-rc.1",
"@ceramicnetwork/http-client": "^5.0.1-rc.1",
"@ceramicnetwork/stream-model": "^4.0.1-rc.1",
"@ceramicnetwork/stream-model-instance": "^4.0.1-rc.1",
"@ceramicnetwork/3id-did-resolver": "^5.2.0",
"@ceramicnetwork/cli": "^5.2.0",
"@ceramicnetwork/http-client": "^5.2.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@composedb/client": "workspace:^",
"@composedb/devtools": "workspace:^",
"@composedb/devtools-node": "workspace:^",
"@composedb/runtime": "workspace:^",
"@oclif/core": "^3.19.4",
"@oclif/core": "^3.19.7",
"@oclif/plugin-help": "^6.0.13",
"@oclif/plugin-version": "^2.0.12",
"cli-table3": "^0.6.3",
Expand All @@ -96,18 +96,18 @@
"uint8arrays": "^5.0.2"
},
"devDependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@composedb/types": "workspace:^",
"@swc-node/register": "^1.8.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/listr": "^0.14.9",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/update-notifier": "^6.0.8",
"ajv": "^8.12.0",
"execa": "^8.0.1",
"jest-dev-server": "^10.0.0",
"oclif": "^4.4.17",
"oclif": "^4.4.19",
"strip-ansi": "~7.1.0"
},
"jest": {
Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/client",
"version": "0.7.0-rc.3",
"version": "0.7.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": "^5.0.1-rc.1",
"@ceramicnetwork/stream-model": "^4.0.1-rc.1",
"@ceramicnetwork/stream-model-instance": "^4.0.1-rc.1",
"@ceramicnetwork/http-client": "^5.2.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0",
"@composedb/constants": "workspace:^",
"@composedb/graphql-scalars": "workspace:^",
"@composedb/runtime": "workspace:^",
"@graphql-tools/batch-execute": "^9.0.3",
"@graphql-tools/stitch": "^9.0.4",
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/batch-execute": "^9.0.4",
"@graphql-tools/stitch": "^9.0.5",
"@graphql-tools/utils": "^10.1.0",
"dataloader": "^2.2.2",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@composedb/devtools": "workspace:^",
"@composedb/loader": "workspace:^",
"@composedb/test-schemas": "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",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down
4 changes: 2 additions & 2 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.7.0-rc.3",
"version": "0.7.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/http-client": "^5.0.1-rc.1",
"@ceramicnetwork/http-client": "^5.2.0",
"@composedb/client": "workspace:^",
"@composedb/runtime": "workspace:^",
"@composedb/server": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools",
"version": "0.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -39,13 +39,13 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/stream-model": "^4.0.1-rc.1",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@composedb/graphql-scalars": "workspace:^",
"@didtools/cacao": "^3.0.1",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.1.0",
"change-case": "^5.4.3",
"json-ptr": "^3.1.1",
"lodash-es": "^4.17.21",
Expand All @@ -59,7 +59,7 @@
"@composedb/types": "workspace:^",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/object-hash": "^3.0.6",
"ajv": "^8.12.0",
"dids": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/devtools/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const RELATION_VIEW_SOURCES: Record<RelationViewType, RuntimeRelationSource> = {

const RELATION_VIEW_TYPES = Object.keys(RELATION_VIEW_SOURCES)

/** @internal */
export function isRelationViewDefinition(
view: ModelViewDefinitionV2,
): view is ModelRelationViewDefinitionV2 {
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.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@composedb/types": "workspace:^",
"caip": "^1.1.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"graphql-scalars": "^1.22.5",
"multiformats": "^13.1.0"
}
}
4 changes: 2 additions & 2 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.7.0-rc.3",
"version": "0.7.0",
"description": "ComposeDB environment for Jest",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
Expand All @@ -23,7 +23,7 @@
"lint": "eslint index.js --fix"
},
"dependencies": {
"@ceramicnetwork/core": "^5.1.0-rc.1",
"@ceramicnetwork/core": "^5.2.0",
"dids": "^5.0.2",
"ipfs-core": "^0.18.1",
"jest-environment-node": "^29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/loader",
"version": "0.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,12 +39,12 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/stream-model-instance": "^4.0.1-rc.1",
"@ceramicnetwork/stream-model-instance": "^4.2.0",
"@ceramicnetwork/streamid": "^5.0.0",
"dataloader": "^2.2.2"
},
"devDependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@composedb/devtools": "workspace:^",
"@composedb/test-schemas": "workspace:^",
"@composedb/types": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/runtime",
"version": "0.7.0-rc.3",
"version": "0.7.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": "^5.0.1-rc.1",
"@ceramicnetwork/stream-model": "^4.0.1-rc.1",
"@ceramicnetwork/stream-model-instance": "^4.0.1-rc.1",
"@ceramicnetwork/http-client": "^5.2.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0",
"@ceramicnetwork/streamid": "^5.0.0",
"@composedb/graphql-scalars": "workspace:^",
"@composedb/loader": "workspace:^",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@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.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,18 +39,18 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^5.0.1-rc.1",
"@ceramicnetwork/http-client": "^5.2.0",
"@composedb/constants": "workspace:^",
"@composedb/runtime": "workspace:^",
"get-port": "^7.0.0",
"graphql": "^16.8.1",
"graphql-yoga": "^5.1.1"
},
"devDependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/common": "^5.1.0",
"@composedb/loader": "workspace:^",
"@composedb/types": "workspace:^",
"@types/node": "^20.11.19"
"@types/node": "^20.11.20"
},
"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.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
12 changes: 6 additions & 6 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/types",
"version": "0.7.0-rc.3",
"version": "0.7.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down Expand Up @@ -36,11 +36,11 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/common": "^5.1.0-rc.0",
"@ceramicnetwork/core": "^5.1.0-rc.1",
"@ceramicnetwork/http-client": "^5.0.1-rc.1",
"@ceramicnetwork/stream-model": "^4.0.1-rc.1",
"@ceramicnetwork/stream-model-instance": "^4.0.1-rc.1",
"@ceramicnetwork/common": "^5.1.0",
"@ceramicnetwork/core": "^5.2.0",
"@ceramicnetwork/http-client": "^5.2.0",
"@ceramicnetwork/stream-model": "^4.1.0",
"@ceramicnetwork/stream-model-instance": "^4.2.0",
"dids": "^5.0.2",
"json-schema-typed": "^8.0.1"
}
Expand Down

0 comments on commit 39cf077

Please sign in to comment.