@ar.io/sdk 2.5.4-alpha.1 → 2.5.4-alpha.2

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.
@@ -387,7 +387,7 @@ class AoANTWriteable extends AoANTReadable {
387
387
  tags: [
388
388
  ...(options?.tags ?? []),
389
389
  { name: 'Action', value: 'Set-Keywords' },
390
- { name: 'Description', value: JSON.stringify(keywords) },
390
+ { name: 'Keywords', value: JSON.stringify(keywords) },
391
391
  ],
392
392
  signer: this.signer,
393
393
  });
@@ -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 = '2.5.4-alpha.1';
20
+ exports.version = '2.5.4-alpha.2';
@@ -382,7 +382,7 @@ export class AoANTWriteable extends AoANTReadable {
382
382
  tags: [
383
383
  ...(options?.tags ?? []),
384
384
  { name: 'Action', value: 'Set-Keywords' },
385
- { name: 'Description', value: JSON.stringify(keywords) },
385
+ { name: 'Keywords', value: JSON.stringify(keywords) },
386
386
  ],
387
387
  signer: this.signer,
388
388
  });
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '2.5.4-alpha.1';
17
+ export const version = '2.5.4-alpha.2';
@@ -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 = "2.5.3";
16
+ export declare const version = "2.5.4-alpha.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "2.5.4-alpha.1",
3
+ "version": "2.5.4-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"