Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent 124105f commit 86486c6
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 49 deletions.
39 changes: 31 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@bufbuild/buf": "^1.44.0",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/bun": "latest",
Expand All @@ -46,24 +46,47 @@
"pre-commit": "pnpm lint"
},
"knip": {
"ignore": [".github/**"],
"ignoreDependencies": ["bun", "@size-limit/preset-big-lib"],
"ignoreWorkspaces": ["examples/**", "test"],
"ignore": [
".github/**"
],
"ignoreDependencies": [
"bun",
"@size-limit/preset-big-lib"
],
"ignoreWorkspaces": [
"examples/**",
"test"
],
"workspaces": {
".": {
"project": "scripts/*.ts"
},
"src": {
"entry": ["index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{}/index.ts!"
]
},
"accounts": {
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
},
"actions": {
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
},
"clients": {
"entry": ["index.ts!", "{clients}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{clients}/index.ts!",
"{}/index.ts!"
]
}
}
},
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Internal/Protobufs/gossip_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file gossip.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/hub_event_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file hub_event.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/hub_state_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file hub_state.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/job_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file job.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/message_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file message.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/onchain_event_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file onchain_event.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/request_response_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file request_response.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/rpc_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file rpc.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/sync_trie_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file sync_trie.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Protobufs/username_proof_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.1.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated by protoc-gen-es v2.2.0 with parameter "target=ts,import_extension=js,json_types=true"
// @generated from file username_proof.proto (syntax proto3)
/* eslint-disable */

Expand Down
13 changes: 10 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"types": "./_types/index.d.ts",
"typings": "./_types/index.d.ts",
"sideEffects": false,
"files": ["*", "!**/*.tsbuildinfo", "!tsconfig.build.json", "!jsr.json"],
"files": [
"*",
"!**/*.tsbuildinfo",
"!tsconfig.build.json",
"!jsr.json"
],
"exports": {
".": {
"types": "./_types/index.d.ts",
Expand Down Expand Up @@ -41,7 +46,7 @@
}
},
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protobuf": "^2.2.0",
"@connectrpc/connect": "beta",
"@connectrpc/connect-node": "beta",
"@connectrpc/connect-web": "beta",
Expand All @@ -51,5 +56,7 @@
},
"license": "WTFPL",
"repository": "dalechyn/fhub",
"authors": ["dalechyn.eth"]
"authors": [
"dalechyn.eth"
]
}

0 comments on commit 86486c6

Please sign in to comment.