Skip to content

Commit 512494e

Browse files
committed
build: fix publish of @nidomiro/relation-tuple-parser-ory-grpc
1 parent 6a2d3f1 commit 512494e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎packages/typescript-ory-grpc/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @nidomiro/relation-tuple-parser-ory
22

3+
This library is the same as `@nidomiro/relation-tuple-parser` but uses grpc types of [ory keto](https://www.ory.sh/docs/keto/).
4+
35
## Usage
46

57
```ts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@relation-tuple-parser/typescript-ory-grpc",
2+
"name": "@nidomiro/relation-tuple-parser-ory-grpc",
33
"version": "0.0.1",
44
"type": "commonjs"
55
}

‎packages/typescript-ory-grpc/project.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"publish": {
1818
"executor": "nx:run-commands",
1919
"options": {
20-
"command": "node tools/scripts/publish.mjs typescript-ory {args.ver} {args.tag}"
20+
"command": "node tools/scripts/publish.mjs typescript-ory-grpc {args.ver} {args.tag}"
2121
},
2222
"dependsOn": ["build"]
2323
},

0 commit comments

Comments
 (0)