@ar.io/sdk 2.1.0-alpha.9 → 2.1.0

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.
@@ -18,4 +18,4 @@
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.version = void 0;
20
20
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
21
- exports.version = '2.1.0-alpha.9';
21
+ exports.version = '2.1.0';
@@ -15,4 +15,4 @@
15
15
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
  */
17
17
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
18
- export const version = '2.1.0-alpha.9';
18
+ export const version = '2.1.0';
package/lib/types/io.d.ts CHANGED
@@ -124,6 +124,7 @@ export type AoGateway = {
124
124
  observerAddress: WalletAddress;
125
125
  operatorStake: number;
126
126
  status: 'joined' | 'leaving';
127
+ weights: AoGatewayWeights;
127
128
  };
128
129
  export type AoGatewayStats = {
129
130
  passedConsecutiveEpochs: number;
@@ -14,4 +14,4 @@
14
14
  * You should have received a copy of the GNU Affero General Public License
15
15
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
  */
17
- export declare const version = "2.1.0-alpha.8";
17
+ export declare const version = "2.1.0-alpha.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "2.1.0-alpha.9",
3
+ "version": "2.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"
@@ -133,7 +133,7 @@
133
133
  "**/*.{ts,js,mjs,cjs,md,json}": [
134
134
  "prettier --write ."
135
135
  ],
136
- "**/*.md": [
136
+ "**/README.md": [
137
137
  "markdown-toc-gen insert"
138
138
  ]
139
139
  }