@solana/subscribable 2.0.0-rc.2 → 2.0.0-rc.3

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 +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  [![npm][npm-image]][npm-url]
2
2
  [![npm-downloads][npm-downloads-image]][npm-url]
3
- [![semantic-release][semantic-release-image]][semantic-release-url]
4
3
  <br />
5
4
  [![code-style-prettier][code-style-prettier-image]][code-style-prettier-url]
6
5
 
@@ -9,8 +8,6 @@
9
8
  [npm-downloads-image]: https://img.shields.io/npm/dm/@solana/subscribable/rc.svg?style=flat
10
9
  [npm-image]: https://img.shields.io/npm/v/@solana/subscribable/rc.svg?style=flat
11
10
  [npm-url]: https://www.npmjs.com/package/@solana/subscribable/v/rc
12
- [semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
13
- [semantic-release-url]: https://github.com/semantic-release/semantic-release
14
11
 
15
12
  # @solana/subscribable
16
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/subscribable",
3
- "version": "2.0.0-rc.2",
3
+ "version": "2.0.0-rc.3",
4
4
  "description": "Helpers for creating subscription-based event emitters",
5
5
  "exports": {
6
6
  "edge-light": {
@@ -57,7 +57,7 @@
57
57
  "node": ">=17.4"
58
58
  },
59
59
  "dependencies": {
60
- "@solana/errors": "2.0.0-rc.2"
60
+ "@solana/errors": "2.0.0-rc.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": ">=5"