@solana/rpc-subscriptions-api 2.0.0-rc.0 → 2.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  [code-style-prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
8
8
  [code-style-prettier-url]: https://github.com/prettier/prettier
9
- [npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-subscriptions-api/experimental.svg?style=flat
10
- [npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-api/experimental.svg?style=flat
11
- [npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-api/v/experimental
9
+ [npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-subscriptions-api/rc.svg?style=flat
10
+ [npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-api/rc.svg?style=flat
11
+ [npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-api/v/rc
12
12
  [semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
13
13
  [semantic-release-url]: https://github.com/semantic-release/semantic-release
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/rpc-subscriptions-api",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0-rc.1",
4
4
  "description": "Defines all default Solana RPC subscriptions as types",
5
5
  "exports": {
6
6
  "browser": {
@@ -46,13 +46,13 @@
46
46
  "maintained node versions"
47
47
  ],
48
48
  "dependencies": {
49
- "@solana/addresses": "2.0.0-rc.0",
50
- "@solana/keys": "2.0.0-rc.0",
51
- "@solana/rpc-subscriptions-spec": "2.0.0-rc.0",
52
- "@solana/rpc-transformers": "2.0.0-rc.0",
53
- "@solana/transaction-messages": "2.0.0-rc.0",
54
- "@solana/transactions": "2.0.0-rc.0",
55
- "@solana/rpc-types": "2.0.0-rc.0"
49
+ "@solana/keys": "2.0.0-rc.1",
50
+ "@solana/rpc-subscriptions-spec": "2.0.0-rc.1",
51
+ "@solana/rpc-transformers": "2.0.0-rc.1",
52
+ "@solana/transaction-messages": "2.0.0-rc.1",
53
+ "@solana/rpc-types": "2.0.0-rc.1",
54
+ "@solana/transactions": "2.0.0-rc.1",
55
+ "@solana/addresses": "2.0.0-rc.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "typescript": ">=5"