Skip to content

Commit f863884

Browse files
committed
chore: Release 0.11.0
1 parent 1697ea3 commit f863884

File tree

8 files changed

+881
-735
lines changed

8 files changed

+881
-735
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.0 (2021-06-06)
2+
3+
Bump Ceramic packages to v1
4+
15
## v0.10.0 (2021-04-13)
26

37
Added `getLegacy3BoxProfileAsBasicProfile` function to load a legacy 3Box profile as a `BasicProfile`.

package-lock.json

+850-707
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ceramic",
66
"idx"
77
],
8-
"version": "0.9.0-rc.0",
8+
"version": "0.9.0",
99
"author": "Paul Le Cam <paul@3box.io>",
1010
"license": "(Apache-2.0 OR MIT)",
1111
"repository": "ceramicstudio/js-idx",
@@ -40,12 +40,12 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@ceramicnetwork/3id-did-resolver": "^1.2.0-rc.7",
44-
"@ceramicnetwork/http-client": "^1.0.0-rc.4",
45-
"@ceramicnetwork/streamid": "^1.0.0-rc.2",
46-
"@ceramicstudio/idx": "^0.11.0-rc.0",
43+
"@ceramicnetwork/3id-did-resolver": "^1.2.0",
44+
"@ceramicnetwork/http-client": "^1.0.0",
45+
"@ceramicnetwork/streamid": "^1.0.0",
46+
"@ceramicstudio/idx": "^0.11.0",
4747
"@ceramicstudio/idx-constants": "^1.0.0",
48-
"@ceramicstudio/idx-tools": "^0.10.0-rc.0",
48+
"@ceramicstudio/idx-tools": "^0.10.0",
4949
"@oclif/command": "^1.8.0",
5050
"@oclif/config": "^1.17.0",
5151
"@oclif/plugin-help": "^3.2.2",
@@ -63,7 +63,7 @@
6363
"update-notifier": "^5.1.0"
6464
},
6565
"devDependencies": {
66-
"@ceramicnetwork/common": "^1.0.0-rc.5",
66+
"@ceramicnetwork/common": "^1.0.0",
6767
"@oclif/dev-cli": "^1.26.0",
6868
"@types/inquirer": "^7.3.1",
6969
"@types/listr": "^0.14.2",

packages/core/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ceramicstudio/idx",
33
"author": "Ceramic Studio",
44
"homepage": "https://idx.xyz",
5-
"version": "0.11.0-rc.0",
5+
"version": "0.11.0",
66
"license": "(Apache-2.0 OR MIT)",
77
"main": "dist/index.js",
88
"module": "dist/idx.esm.js",
@@ -22,19 +22,19 @@
2222
"prepublish": "npm run build"
2323
},
2424
"dependencies": {
25-
"@ceramicnetwork/stream-tile": "^1.0.0-rc.4",
26-
"@ceramicnetwork/stream-caip10-link": "^1.0.0-rc.4",
25+
"@ceramicnetwork/stream-tile": "^1.0.0",
26+
"@ceramicnetwork/stream-caip10-link": "^1.0.0",
2727
"@ceramicstudio/idx-constants": "^1.0.0",
2828
"caip": "^0.9.2",
2929
"cross-fetch": "^3.1.4",
3030
"dataloader": "^2.0.0"
3131
},
3232
"devDependencies": {
33-
"@ceramicnetwork/blockchain-utils-linking": "^1.0.0-rc.2",
34-
"@ceramicnetwork/streamid": "^1.0.0-rc.2",
35-
"@ceramicnetwork/common": "^1.0.0-rc.4",
33+
"@ceramicnetwork/blockchain-utils-linking": "^1.0.0",
34+
"@ceramicnetwork/streamid": "^1.0.0",
35+
"@ceramicnetwork/common": "^1.0.0",
3636
"@ethersproject/wallet": "^5.0.12",
37-
"jest-environment-idx": "^0.7.0-rc.0",
37+
"jest-environment-idx": "^0.7.0",
3838
"tslib": "^2.1.0",
3939
"uint8arrays": "^2.1.3"
4040
},

packages/jest-environment-ceramic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-ceramic",
3-
"version": "0.12.0-rc.1",
3+
"version": "0.12.0",
44
"description": "Ceramic environment for Jest",
55
"main": "index.js",
66
"files": [],
@@ -11,7 +11,7 @@
1111
"prepare": "npm run lint"
1212
},
1313
"dependencies": {
14-
"@ceramicnetwork/core": "^1.0.0-rc.6",
14+
"@ceramicnetwork/core": "^1.0.0",
1515
"dag-jose": "^0.3.0",
1616
"ipfs-core": "^0.5.4",
1717
"jest-environment-node": "^26.6.2",

packages/jest-environment-idx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-idx",
3-
"version": "0.7.0-rc.0",
3+
"version": "0.7.0",
44
"description": "IDX environment for Jest",
55
"main": "index.js",
66
"files": [],
@@ -11,9 +11,9 @@
1111
"prepare": "npm run lint"
1212
},
1313
"dependencies": {
14-
"@ceramicstudio/idx-tools": "^0.10.0-rc.0",
14+
"@ceramicstudio/idx-tools": "^0.10.0",
1515
"dids": "^2.0.0",
16-
"jest-environment-ceramic": "^0.12.0-rc.1",
16+
"jest-environment-ceramic": "^0.12.0",
1717
"key-did-provider-ed25519": "^1.0.1",
1818
"key-did-resolver": "^1.1.1",
1919
"uint8arrays": "^2.1.2"

packages/tools/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramicstudio/idx-tools",
3-
"version": "0.10.0-rc.0",
3+
"version": "0.10.0",
44
"author": "Ceramic Studio",
55
"homepage": "https://idx.xyz",
66
"license": "(Apache-2.0 OR MIT)",
@@ -25,9 +25,9 @@
2525
"analyze": "size-limit --why"
2626
},
2727
"dependencies": {
28-
"@ceramicnetwork/stream-tile": "^1.0.0-rc.4",
29-
"@ceramicnetwork/streamid": "^1.0.0-rc.2",
30-
"@ceramicnetwork/common": "^1.0.0-rc.4",
28+
"@ceramicnetwork/stream-tile": "^1.0.0",
29+
"@ceramicnetwork/streamid": "^1.0.0",
30+
"@ceramicnetwork/common": "^1.0.0",
3131
"@ceramicstudio/idx-constants": "^1.0.0",
3232
"ajv": "^7.1.1",
3333
"ajv-formats": "^1.5.1",
@@ -37,11 +37,11 @@
3737
"uint8arrays": "^2.1.2"
3838
},
3939
"devDependencies": {
40-
"@ceramicnetwork/http-client": "^1.0.0-rc.4",
40+
"@ceramicnetwork/http-client": "^1.0.0",
4141
"@types/jest": "^26.0.20",
4242
"dids": "^2.0.0",
4343
"fs-extra": "^9.1.0",
44-
"jest-environment-ceramic": "^0.12.0-rc.1",
44+
"jest-environment-ceramic": "^0.12.0",
4545
"key-did-provider-ed25519": "^1.0.1",
4646
"key-did-resolver": "^1.1.1",
4747
"tslib": "^2.1.0"

packages/tools/src/docset.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { CeramicApi, StreamMetadata } from '@ceramicnetwork/common'
2-
import type { StreamID, StreamRef } from '@ceramicnetwork/streamid'
2+
import type { StreamRef } from '@ceramicnetwork/streamid'
33
import type { TileDocument } from '@ceramicnetwork/stream-tile'
4-
import { CommitID } from '@ceramicnetwork/streamid'
54
import { camelCase, pascalCase } from 'change-case'
65
import type { DagJWSResult } from 'dids'
76

@@ -405,7 +404,7 @@ export class DocSet {
405404
dependencies.forEach((depid) => {
406405
deps.add(depid.toString())
407406
})
408-
const streamid = (id instanceof CommitID ? id.baseID : id) as StreamID
407+
const streamid = id.baseID
409408
const commits = await this._ceramic.loadStreamCommits(streamid)
410409
docs[id.toString()] = commits.map((r) => r.value as DagJWSResult)
411410
}

0 commit comments

Comments
 (0)