@ar.io/sdk 3.16.0-alpha.3 → 3.16.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.
@@ -54,7 +54,7 @@ async function spawnANT({ signer, module, ao = (0, aoconnect_1.connect)({
54
54
  const { moduleId: latestAntModule, version: latestVersion } = await antRegistry.getLatestANTVersion();
55
55
  logger.debug('Spawning new ANT with latest module from ANT registry', {
56
56
  moduleId: latestAntModule,
57
- version,
57
+ version: latestVersion,
58
58
  antRegistryId,
59
59
  });
60
60
  module = latestAntModule;
@@ -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.16.0-alpha.3';
20
+ exports.version = '3.16.1-alpha.1';
@@ -43,7 +43,7 @@ export async function spawnANT({ signer, module, ao = connect({
43
43
  const { moduleId: latestAntModule, version: latestVersion } = await antRegistry.getLatestANTVersion();
44
44
  logger.debug('Spawning new ANT with latest module from ANT registry', {
45
45
  moduleId: latestAntModule,
46
- version,
46
+ version: latestVersion,
47
47
  antRegistryId,
48
48
  });
49
49
  module = latestAntModule;
@@ -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.16.0-alpha.3';
17
+ export const version = '3.16.1-alpha.1';
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "3.16.0-alpha.2";
16
+ export declare const version = "3.16.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "3.16.0-alpha.3",
3
+ "version": "3.16.1-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"
@@ -102,7 +102,7 @@
102
102
  "c8": "^10.1.3",
103
103
  "dotenv": "^16.4.5",
104
104
  "dotenv-cli": "^7.4.2",
105
- "esbuild": "^0.25.2",
105
+ "esbuild": "^0.25.8",
106
106
  "esbuild-plugin-polyfill-node": "^0.3.0",
107
107
  "eslint": "^8.47.0",
108
108
  "eslint-config-prettier": "^9.0.0",