Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronGoldman committed Aug 8, 2024
2 parents 937bf30 + 37c56e1 commit 46c822f
Show file tree
Hide file tree
Showing 60 changed files with 386 additions and 146 deletions.
8 changes: 8 additions & 0 deletions packages/3id-did-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/3id-did-resolver





# [6.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/3id-did-resolver
Expand Down
8 changes: 4 additions & 4 deletions packages/3id-did-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/3id-did-resolver",
"version": "6.3.0-rc.1",
"version": "6.3.0",
"description": "DID Resolver for the 3ID method",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -40,15 +40,15 @@
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/stream-tile": "^6.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0",
"@ceramicnetwork/stream-tile": "^6.3.0",
"@ceramicnetwork/streamid": "^5.6.0",
"least-recent": "^1.0.3",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/http-client": "^6.3.0-rc.1",
"@ceramicnetwork/http-client": "^6.3.0",
"did-resolver": "^4.0.1",
"http-request-mock": "^1.8.17"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor-listener/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/anchor-listener





# [5.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/anchor-listener
Expand Down
6 changes: 3 additions & 3 deletions packages/anchor-listener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/anchor-listener",
"version": "5.3.0-rc.1",
"version": "5.3.0",
"description": "Ceramic anchor events listener",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,12 +30,12 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/anchor-utils": "^5.3.0-rc.1",
"@ceramicnetwork/anchor-utils": "^5.3.0",
"@ethersproject/providers": "^5.5.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0",
"@ethersproject/abi": "^5.7.0",
"@jest/globals": "^29.7.0",
"multiformats": "~13.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/anchor-utils





# [5.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/anchor-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/anchor-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/anchor-utils",
"version": "5.3.0-rc.1",
"version": "5.3.0",
"description": "Ceramic anchor contract constants, interface and utilities",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0",
"@ethersproject/abi": "^5.7.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/base-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.12.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/base-test-utils





# [3.12.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/base-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/base-test-utils",
"version": "3.12.0-rc.0",
"version": "3.12.0",
"description": "Ceramic Test Utils",
"keywords": [
"ceramic"
Expand Down
8 changes: 8 additions & 0 deletions packages/blockchain-utils-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation





# [6.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation
Expand Down
4 changes: 2 additions & 2 deletions packages/blockchain-utils-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/blockchain-utils-validation",
"version": "6.3.0-rc.1",
"version": "6.3.0",
"description": "Blockchain utils for validation of linked blockchain accounts",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "^5.6.0",
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/wallet": "^5.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/cli





# [6.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/cli",
"version": "6.3.0-rc.1",
"version": "6.3.0",
"description": "Typescript implementation of the Ceramic CLI",
"engines": {
"node": ">=20.8"
Expand Down Expand Up @@ -44,17 +44,17 @@
},
"dependencies": {
"@awaitjs/express": "^0.9.0",
"@ceramicnetwork/3id-did-resolver": "^6.3.0-rc.1",
"@ceramicnetwork/codecs": "^5.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/core": "^6.3.0-rc.1",
"@ceramicnetwork/http-client": "^6.3.0-rc.1",
"@ceramicnetwork/indexing": "^5.3.0-rc.1",
"@ceramicnetwork/ipfs-daemon": "^6.3.0-rc.1",
"@ceramicnetwork/3id-did-resolver": "^6.3.0",
"@ceramicnetwork/codecs": "^5.3.0",
"@ceramicnetwork/common": "^6.3.0",
"@ceramicnetwork/core": "^6.3.0",
"@ceramicnetwork/http-client": "^6.3.0",
"@ceramicnetwork/indexing": "^5.3.0",
"@ceramicnetwork/ipfs-daemon": "^6.3.0",
"@ceramicnetwork/logger": "^5.0.0",
"@ceramicnetwork/node-metrics": "^1.0.3",
"@ceramicnetwork/observability": "^1.4.4",
"@ceramicnetwork/stream-tile": "^6.3.0-rc.1",
"@ceramicnetwork/stream-tile": "^6.3.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@stablelib/random": "^1.0.1",
"aws-sdk": "^2.1049.0",
Expand All @@ -81,10 +81,10 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/common-test-utils": "^4.3.0-rc.1",
"@ceramicnetwork/stream-model": "^5.3.0-rc.1",
"@ceramicnetwork/stream-model-instance": "^5.3.0-rc.1",
"@ceramicnetwork/stream-tile-handler": "^6.3.0-rc.1",
"@ceramicnetwork/common-test-utils": "^4.3.0",
"@ceramicnetwork/stream-model": "^5.3.0",
"@ceramicnetwork/stream-model-instance": "^5.3.0",
"@ceramicnetwork/stream-tile-handler": "^6.3.0",
"@stablelib/sha256": "^1.0.1",
"@types/express": "^4.17.21",
"@types/levelup": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/codecs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/codecs





# [5.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/codecs
Expand Down
6 changes: 3 additions & 3 deletions packages/codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/codecs",
"version": "5.3.0-rc.1",
"version": "5.3.0",
"description": "Ceramic Codecs",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/common": "^6.3.0",
"@ceramicnetwork/streamid": "^5.6.0",
"cartonne": "^3.0.1",
"codeco": "^1.1.0",
Expand All @@ -39,7 +39,7 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/base-test-utils": "^3.12.0-rc.0",
"@ceramicnetwork/base-test-utils": "^3.12.0",
"ts-essentials": "^9.4.1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/common-test-utils





# [4.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)

**Note:** Version bump only for package @ceramicnetwork/common-test-utils
Expand Down
6 changes: 3 additions & 3 deletions packages/common-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/common-test-utils",
"version": "4.3.0-rc.1",
"version": "4.3.0",
"description": "Ceramic Common Module Test Utils",
"keywords": [
"ceramic"
Expand Down Expand Up @@ -29,8 +29,8 @@
"author": "3Box Labs <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/base-test-utils": "^3.12.0-rc.0",
"@ceramicnetwork/common": "^6.3.0-rc.1",
"@ceramicnetwork/base-test-utils": "^3.12.0",
"@ceramicnetwork/common": "^6.3.0",
"@ceramicnetwork/streamid": "^5.6.0",
"it-first": "^3.0.4",
"multiformats": "~13.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/common





# [6.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/common",
"version": "6.3.0-rc.1",
"version": "6.3.0",
"description": "Ceramic common types and utilities",
"keywords": [
"ceramic",
Expand Down Expand Up @@ -63,7 +63,7 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/base-test-utils": "^3.12.0-rc.0",
"@ceramicnetwork/base-test-utils": "^3.12.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/logfmt": "^1.2.2",
"@types/node": "^18.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-08-08)

**Note:** Version bump only for package @ceramicnetwork/core





# [6.3.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2024-07-31)


Expand Down
Loading

0 comments on commit 46c822f

Please sign in to comment.