@solana/functional 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.
- package/README.md +4 -4
- package/package.json +1 -1
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/functional/
|
|
10
|
-
[npm-image]: https://img.shields.io/npm/v/@solana/functional/
|
|
11
|
-
[npm-url]: https://www.npmjs.com/package/@solana/functional/v/
|
|
9
|
+
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/functional/rc.svg?style=flat
|
|
10
|
+
[npm-image]: https://img.shields.io/npm/v/@solana/functional/rc.svg?style=flat
|
|
11
|
+
[npm-url]: https://www.npmjs.com/package/@solana/functional/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
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
This package contains generalized functional helpers and functional helpers
|
|
18
18
|
specific to Solana application components. It can be used standalone, but it
|
|
19
19
|
is also exported as part of the Solana JavaScript SDK
|
|
20
|
-
[`@solana/web3.js@
|
|
20
|
+
[`@solana/web3.js@rc`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).
|
|
21
21
|
|
|
22
22
|
## Functions
|
|
23
23
|
|