@mysten/sui 1.21.0 → 1.21.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mysten/sui.js
2
2
 
3
+ ## 1.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [95b1ea5]
8
+ - @mysten/bcs@1.4.0
9
+
10
+ ## 1.21.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [10e2724]
15
+ - @mysten/bcs@1.3.0
16
+
3
17
  ## 1.21.0
4
18
 
5
19
  ### Minor Changes
@@ -3125,6 +3125,7 @@ declare const suiBcs: {
3125
3125
  bool(options?: import("@mysten/bcs").BcsTypeOptions<boolean>): import("@mysten/bcs").BcsType<boolean, boolean>;
3126
3126
  uleb128(options?: import("@mysten/bcs").BcsTypeOptions<number>): import("@mysten/bcs").BcsType<number, number>;
3127
3127
  bytes<T extends number>(size: T, options?: import("@mysten/bcs").BcsTypeOptions<Uint8Array, Iterable<number>>): import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>>;
3128
+ byteVector(options?: import("@mysten/bcs").BcsTypeOptions<Uint8Array, Iterable<number>>): import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>>;
3128
3129
  string(options?: import("@mysten/bcs").BcsTypeOptions<string>): import("@mysten/bcs").BcsType<string, string>;
3129
3130
  fixedArray<T, Input>(size: number, type: import("@mysten/bcs").BcsType<T, Input>, options?: import("@mysten/bcs").BcsTypeOptions<T[], Iterable<Input> & {
3130
3131
  length: number;
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "1.21.0";
2
- export declare const TARGETED_RPC_VERSION = "1.42.0";
1
+ export declare const PACKAGE_VERSION = "1.21.2";
2
+ export declare const TARGETED_RPC_VERSION = "1.43.0";
@@ -22,6 +22,6 @@ __export(version_exports, {
22
22
  TARGETED_RPC_VERSION: () => TARGETED_RPC_VERSION
23
23
  });
24
24
  module.exports = __toCommonJS(version_exports);
25
- const PACKAGE_VERSION = "1.21.0";
26
- const TARGETED_RPC_VERSION = "1.42.0";
25
+ const PACKAGE_VERSION = "1.21.2";
26
+ const TARGETED_RPC_VERSION = "1.43.0";
27
27
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/version.ts"],
4
- "sourcesContent": ["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// This file is generated by genversion.mjs. Do not edit it directly.\n\nexport const PACKAGE_VERSION = '1.21.0';\nexport const TARGETED_RPC_VERSION = '1.42.0';\n"],
4
+ "sourcesContent": ["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// This file is generated by genversion.mjs. Do not edit it directly.\n\nexport const PACKAGE_VERSION = '1.21.2';\nexport const TARGETED_RPC_VERSION = '1.43.0';\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAKO,MAAM,kBAAkB;AACxB,MAAM,uBAAuB;",
6
6
  "names": []
7
7
  }
@@ -3125,6 +3125,7 @@ declare const suiBcs: {
3125
3125
  bool(options?: import("@mysten/bcs").BcsTypeOptions<boolean>): import("@mysten/bcs").BcsType<boolean, boolean>;
3126
3126
  uleb128(options?: import("@mysten/bcs").BcsTypeOptions<number>): import("@mysten/bcs").BcsType<number, number>;
3127
3127
  bytes<T extends number>(size: T, options?: import("@mysten/bcs").BcsTypeOptions<Uint8Array, Iterable<number>>): import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>>;
3128
+ byteVector(options?: import("@mysten/bcs").BcsTypeOptions<Uint8Array, Iterable<number>>): import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>>;
3128
3129
  string(options?: import("@mysten/bcs").BcsTypeOptions<string>): import("@mysten/bcs").BcsType<string, string>;
3129
3130
  fixedArray<T, Input>(size: number, type: import("@mysten/bcs").BcsType<T, Input>, options?: import("@mysten/bcs").BcsTypeOptions<T[], Iterable<Input> & {
3130
3131
  length: number;
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "1.21.0";
2
- export declare const TARGETED_RPC_VERSION = "1.42.0";
1
+ export declare const PACKAGE_VERSION = "1.21.2";
2
+ export declare const TARGETED_RPC_VERSION = "1.43.0";
@@ -1,5 +1,5 @@
1
- const PACKAGE_VERSION = "1.21.0";
2
- const TARGETED_RPC_VERSION = "1.42.0";
1
+ const PACKAGE_VERSION = "1.21.2";
2
+ const TARGETED_RPC_VERSION = "1.43.0";
3
3
  export {
4
4
  PACKAGE_VERSION,
5
5
  TARGETED_RPC_VERSION
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/version.ts"],
4
- "sourcesContent": ["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// This file is generated by genversion.mjs. Do not edit it directly.\n\nexport const PACKAGE_VERSION = '1.21.0';\nexport const TARGETED_RPC_VERSION = '1.42.0';\n"],
4
+ "sourcesContent": ["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// This file is generated by genversion.mjs. Do not edit it directly.\n\nexport const PACKAGE_VERSION = '1.21.2';\nexport const TARGETED_RPC_VERSION = '1.43.0';\n"],
5
5
  "mappings": "AAKO,MAAM,kBAAkB;AACxB,MAAM,uBAAuB;",
6
6
  "names": []
7
7
  }