Skip to content

Commit

Permalink
chore: update homestar to use channel pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 16, 2023
1 parent bcafbc2 commit c881101
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 627 deletions.
33 changes: 6 additions & 27 deletions packages/homestar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,8 @@
"types": "./dist/src/workflow/index.d.ts",
"default": "./src/workflow/index.js"
},
"./channel": {
"types": "./dist/src/channel/index.d.ts",
"default": "./src/channel/index.js"
},
"./transports/*": {
"types": "./dist/src/channel/transports/*",
"default": "./src/channel/transports/*"
},
"./codecs/*": {
"types": "./dist/src/channel/codecs/*",
"default": "./src/channel/codecs/*"
"./types": {
"types": "./dist/src/types.d.ts"
}
},
"main": "src/index.js",
Expand All @@ -42,27 +33,15 @@
"workflow": [
"dist/src/workflow/index"
],
"channel": [
"dist/src/channel/index"
],
"transports/*": [
"dist/src/channel/transports/*"
],
"codecs/*": [
"dist/src/channel/codecs/*"
"types": [
"dist/src/types"
]
}
},
"files": [
"src",
"dist/src/workflow/*.d.ts",
"dist/src/workflow/*.d.ts.map",
"dist/src/channel/codecs/*.d.ts",
"dist/src/channel/codecs/*.d.ts.map",
"dist/src/channel/transports/*.d.ts",
"dist/src/channel/transports/*.d.ts.map",
"dist/src/channel/*.d.ts",
"dist/src/channel/*.d.ts.map",
"dist/src/*.d.ts",
"dist/src/*.d.ts.map"
],
Expand All @@ -74,14 +53,14 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js' --assets test/fixtures"
},
"dependencies": {
"@fission-codes/channel": "workspace:^",
"@ipld/dag-cbor": "^9.0.6",
"@ipld/dag-json": "^10.1.5",
"@multiformats/sha3": "^3.0.1",
"@ts-ast-parser/core": "^0.6.3",
"emittery": "^1.0.1",
"esbuild": "^0.19.9",
"get-tsconfig": "^4.7.2",
"iso-websocket": "^0.1.6",
"multiformats": "^12.1.3",
"object-path": "^0.11.8",
"zod": "^3.22.4"
Expand All @@ -102,7 +81,7 @@
"testcontainers": "^10.3.2",
"type-fest": "^4.8.3",
"unws": "^0.2.4",
"ws": "^8.15.0"
"ws": "^8.15.1"
},
"publishConfig": {
"provenance": true
Expand Down
103 changes: 0 additions & 103 deletions packages/homestar/src/channel/codecs/jsonrpc.js

This file was deleted.

103 changes: 0 additions & 103 deletions packages/homestar/src/channel/codecs/types.ts

This file was deleted.

101 changes: 0 additions & 101 deletions packages/homestar/src/channel/index.js

This file was deleted.

Loading

0 comments on commit c881101

Please sign in to comment.