@ar.io/sdk 3.6.1-alpha.2 → 3.6.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.
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '3.6.1-alpha.2';
20
+ exports.version = '3.6.1';
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '3.6.1-alpha.2';
17
+ export const version = '3.6.1';
@@ -110,7 +110,11 @@ export type AoEpochSettings = {
110
110
  epochZeroStartTimestamp: Timestamp;
111
111
  durationMs: number;
112
112
  prescribedNameCount: number;
113
+ rewardPercentage: number;
113
114
  maxObservers: number;
115
+ distributionDelayMs: number;
116
+ epochZeroTimestamp: Timestamp;
117
+ pruneEpochsCount: number;
114
118
  };
115
119
  export type AoEpochData = {
116
120
  epochIndex: AoEpochIndex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "3.6.1-alpha.2",
3
+ "version": "3.6.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"