Skip to content

Commit

Permalink
894 publish transport chrome package to npm (#919)
Browse files Browse the repository at this point in the history
* publish transport-chrome

* publish transport-chrome

* fmt

* add exports
  • Loading branch information
Valentine1898 authored Apr 12, 2024
1 parent 70be476 commit 13d0bc5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/flat-foxes-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@penumbra-zone/transport-chrome': minor
---
13 changes: 12 additions & 1 deletion packages/transport-chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"name": "@penumbra-zone/transport-chrome",
"version": "2.0.0",
"private": true,
"description": "Tools for adapting `@penumbra-zone/transport` to Chrome's extension runtime messaging API",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"test": "vitest run"
},
"files": [
"src/",
"*.md",
"!**/*.test.ts"
],
"exports": {
"./channel-names": "./src/channel-names.ts",
"./message": "./src/message.ts",
"./session-client": "./src/session-client.ts",
"./session-manager": "./src/session-manager.ts",
"./stream": "./src/stream.ts"
},
"dependencies": {
"@bufbuild/protobuf": "^1.8.0",
"@connectrpc/connect": "^1.4.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13d0bc5

Please sign in to comment.