@ar.io/sdk 2.2.0-alpha.4 → 2.2.1-alpha.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.
@@ -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.2.0-alpha.4';
21
+ exports.version = '2.2.1-alpha.1';
@@ -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.2.0-alpha.4';
18
+ export const version = '2.2.1-alpha.1';
package/lib/types/io.d.ts CHANGED
@@ -138,7 +138,7 @@ export type AoGateway = {
138
138
  export type AoGatewayStats = {
139
139
  passedConsecutiveEpochs: number;
140
140
  failedConsecutiveEpochs: number;
141
- totalEpochParticipationCount: number;
141
+ totalEpochCount: number;
142
142
  passedEpochCount: number;
143
143
  failedEpochCount: number;
144
144
  observedEpochCount: 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.2.0-alpha.3";
17
+ export declare const version = "2.2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "2.2.0-alpha.4",
3
+ "version": "2.2.1-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"
@@ -114,6 +114,7 @@
114
114
  "rimraf": "^5.0.1",
115
115
  "semantic-release": "^21.0.7",
116
116
  "sinon": "^15.2.0",
117
+ "testcontainers": "^10.13.1",
117
118
  "ts-jest": "^29.1.2",
118
119
  "ts-node": "^10.9.1",
119
120
  "typescript": "^5.1.6",
@@ -123,7 +124,7 @@
123
124
  "@permaweb/aoconnect": "^0.0.57",
124
125
  "arbundles": "0.11.0",
125
126
  "arweave": "1.14.4",
126
- "axios": "1.7.3",
127
+ "axios": "1.7.4",
127
128
  "axios-retry": "^4.3.0",
128
129
  "eventemitter3": "^5.0.1",
129
130
  "plimit-lit": "^3.0.1",