Skip to content

Commit 0900bf6

Browse files
committed
chore: npm publish
1 parent bcb2f73 commit 0900bf6

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/repair-cli": "0.0.1"
2+
"packages/repair-cli": "0.0.6"
33
}

packages/repair-cli/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filoz/repair-cli",
3-
"version": "0.0.1",
3+
"version": "0.0.6",
44
"description": "Early repair for faulty service providers and datasets",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,9 @@
2424
"main": "dist/src/cli.js",
2525
"module": "dist/src/cli.js",
2626
"types": "dist/src/cli.d.ts",
27-
"bin": "./dist/cli.js",
27+
"bin": {
28+
"repair-cli": "./dist/src/cli.js"
29+
},
2830
"sideEffects": false,
2931
"exports": {
3032
".": {
@@ -102,7 +104,6 @@
102104
},
103105
"dependencies": {
104106
"@clack/prompts": "^1.5.1",
105-
"@filoz/repair-db": "workspace:*",
106107
"@filoz/synapse-core": "^0.6.0",
107108
"@libsql/client": "^0.17.3",
108109
"conf": "^15.1.0",

pnpm-lock.yaml

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)