Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e21f1cd

Browse files
committed
Lock to web3.js 1.x for compatibility
1 parent d73e91c commit e21f1cd

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

account-compression/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ For more information, see the full [Solana account compression SDK documentation
66
## Install
77

88
```shell
9-
npm install --save @solana/spl-account-compression @solana/web3.js
9+
npm install --save @solana/spl-account-compression @solana/web3.js@1
1010
```
1111

1212
__OR__
1313

1414
```shell
15-
yarn add @solana/spl-account-compression @solana/web3.js
15+
yarn add @solana/spl-account-compression @solana/web3.js@1
1616
```
1717

1818
## Information

docs/src/account-compression/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ title: Example usage of the TS SDK
77
## Install
88

99
```shell
10-
npm install --save @solana/spl-account-compression @solana/web3.js
10+
npm install --save @solana/spl-account-compression @solana/web3.js@1
1111
```
1212

1313
__OR__
1414

1515
```shell
16-
yarn add @solana/spl-account-compression @solana/web3.js
16+
yarn add @solana/spl-account-compression @solana/web3.js@1
1717
```
1818

1919
### Examples

memo/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ A TypeScript library for interacting with the SPL Memo program.
1111
## Install
1212

1313
```shell
14-
npm install --save @solana/spl-memo @solana/web3.js
14+
npm install --save @solana/spl-memo @solana/web3.js@1
1515
```
1616
_OR_
1717
```shell
18-
yarn add @solana/spl-memo @solana/web3.js
18+
yarn add @solana/spl-memo @solana/web3.js@1
1919
```
2020

2121
## Build from Source

token-group/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ If you've found a bug or you'd like to request a feature, please
2121
## Install
2222

2323
```shell
24-
npm install --save @solana/spl-token-group @solana/web3.js
24+
npm install --save @solana/spl-token-group @solana/web3.js@1
2525
```
2626
_OR_
2727
```shell
28-
yarn add @solana/spl-token-group @solana/web3.js
28+
yarn add @solana/spl-token-group @solana/web3.js@1
2929
```
3030

3131
## Build from Source

token-lending/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Install the library and its peer dependencies in your app:
88

99
### Yarn
1010
```shell
11-
yarn add @solana/spl-token-lending @solana/spl-token @solana/web3.js
11+
yarn add @solana/spl-token-lending @solana/spl-token @solana/web3.js@1
1212
```
1313

1414
### NPM
1515
```shell
16-
npm install @solana/spl-token-lending @solana/spl-token @solana/web3.js
16+
npm install @solana/spl-token-lending @solana/spl-token @solana/web3.js@1
1717
```
1818

1919
## Documentation

token-metadata/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ If you've found a bug or you'd like to request a feature, please
2121
## Install
2222

2323
```shell
24-
npm install --save @solana/spl-token-metadata @solana/web3.js
24+
npm install --save @solana/spl-token-metadata @solana/web3.js@1
2525
```
2626
_OR_
2727
```shell
28-
yarn add @solana/spl-token-metadata @solana/web3.js
28+
yarn add @solana/spl-token-metadata @solana/web3.js@1
2929
```
3030

3131
## Build from Source

token/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Please see [upgrading from 0.1.x](#upgrading-from-01x).
2525
## Install
2626

2727
```shell
28-
npm install --save @solana/spl-token @solana/web3.js
28+
npm install --save @solana/spl-token @solana/web3.js@1
2929
```
3030
_OR_
3131
```shell
32-
yarn add @solana/spl-token @solana/web3.js
32+
yarn add @solana/spl-token @solana/web3.js@1
3333
```
3434

3535
## Build from Source

0 commit comments

Comments
 (0)