Skip to content

Commit

Permalink
chore(ws-provider): make papi ws-provider dev dependency. (#2595)
Browse files Browse the repository at this point in the history
Since we always transpile @polkadot-api/ws-provider, it does not need to be a prod dependency.
  • Loading branch information
ryanleecode authored Dec 14, 2024
1 parent 5044e68 commit 85f3d52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-buttons-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@substrate/ws-provider": patch
---

chore: make @polkadot-api/ws-provider a dev dependency
2 changes: 1 addition & 1 deletion packages/ws-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"trailingComma": "all"
},
"dependencies": {
"@polkadot-api/ws-provider": "0.3.6",
"@polkadot-api/json-rpc-provider-proxy": "0.2.4",
"@polkadot-api/json-rpc-provider": "0.0.4"
},
"devDependencies": {
"@polkadot-api/ws-provider": "0.3.6",
"typescript": "5.6.2",
"vitest": "^2.1.4"
},
Expand Down
1 change: 1 addition & 0 deletions packages/ws-provider/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
import {
getInternalWsProvider,
type StatusChange,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 85f3d52

Please sign in to comment.