Skip to content

Commit 0446d18

Browse files
committed
publish new schema and protocol
We seem to have some published versions which are a bit broken and the version change was never committed to this repository. For now I am fixing the known bad packages by publishing this: - @openctx/schema@0.0.19 - @openctx/protocol@0.0.23 The previous patch versions for both were missing dist/index.d.ts files.
1 parent 8f84e17 commit 0446d18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openctx/protocol",
3-
"version": "0.0.21",
3+
"version": "0.0.23",
44
"description": "OpenCtx client/provider protocol",
55
"license": "Apache-2.0",
66
"repository": {

lib/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openctx/schema",
3-
"version": "0.0.17",
3+
"version": "0.0.19",
44
"description": "OpenCtx schema",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)