create-dubhe 0.0.3 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dubhe",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "team@obelisk.build",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@0xobelisk/sui-cli": "^0.5.23",
39
- "@0xobelisk/sui-client": "^0.5.26",
39
+ "@0xobelisk/sui-client": "^0.5.27",
40
40
  "@0xobelisk/sui-common": "^0.5.19",
41
41
  "@mysten/sui": "1.7.0",
42
42
  "clsx": "^1.2.1",
@@ -4631,6 +4631,18 @@ var Dubhe = class {
4631
4631
  "0x1::option::Option<u128>": _bcs3.bcs.option(_bcs3.bcs.u128()),
4632
4632
  "0x1::option::Option<u256>": _bcs3.bcs.option(_bcs3.bcs.u256()),
4633
4633
  "0x1::option::Option<bool>": _bcs3.bcs.option(_bcs3.bcs.bool()),
4634
+ "0x1::option::Option<vector<address>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.bytes(32).transform({
4635
+ // To change the input type, you need to provide a type definition for the input
4636
+ input: val => (0, _bcs3.fromHEX)(val),
4637
+ output: val => (0, _bcs3.toHEX)(val)
4638
+ }))),
4639
+ "0x1::option::Option<vector<u8>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u8())),
4640
+ "0x1::option::Option<vector<u16>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u16())),
4641
+ "0x1::option::Option<vector<u32>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u32())),
4642
+ "0x1::option::Option<vector<u64>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u64())),
4643
+ "0x1::option::Option<vector<u128>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u128())),
4644
+ "0x1::option::Option<vector<u256>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.u256())),
4645
+ "0x1::option::Option<vector<bool>>": _bcs3.bcs.option(_bcs3.bcs.vector(_bcs3.bcs.bool())),
4634
4646
  "vector<address>": _bcs3.bcs.vector(_bcs3.bcs.bytes(32).transform({
4635
4647
  // To change the input type, you need to provide a type definition for the input
4636
4648
  input: val => (0, _bcs3.fromHEX)(val),
@@ -4642,7 +4654,19 @@ var Dubhe = class {
4642
4654
  "vector<u64>": _bcs3.bcs.vector(_bcs3.bcs.u64()),
4643
4655
  "vector<u128>": _bcs3.bcs.vector(_bcs3.bcs.u128()),
4644
4656
  "vector<u256>": _bcs3.bcs.vector(_bcs3.bcs.u256()),
4645
- "vector<bool>": _bcs3.bcs.vector(_bcs3.bcs.bool())
4657
+ "vector<bool>": _bcs3.bcs.vector(_bcs3.bcs.bool()),
4658
+ "vector<vector<address>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.bytes(32).transform({
4659
+ // To change the input type, you need to provide a type definition for the input
4660
+ input: val => (0, _bcs3.fromHEX)(val),
4661
+ output: val => (0, _bcs3.toHEX)(val)
4662
+ }))),
4663
+ "vector<vector<u8>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u8())),
4664
+ "vector<vector<u16>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u16())),
4665
+ "vector<vector<u32>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u32())),
4666
+ "vector<vector<u64>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u64())),
4667
+ "vector<vector<u128>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u128())),
4668
+ "vector<vector<u256>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.u256())),
4669
+ "vector<vector<bool>>": _bcs3.bcs.vector(_bcs3.bcs.vector(_bcs3.bcs.bool()))
4646
4670
  });
4647
4671
  __privateAdd(this, _exec, async (meta, tx, params, typeArguments, isRaw) => {
4648
4672
  if (isRaw === true) {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@0xobelisk/sui-cli": "^0.5.23",
19
- "@0xobelisk/sui-client": "^0.5.26",
19
+ "@0xobelisk/sui-client": "^0.5.27",
20
20
  "@0xobelisk/sui-common": "^0.5.19"
21
21
  },
22
22
  "devDependencies": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@0xobelisk/sui-cli": "^0.5.23",
39
- "@0xobelisk/sui-client": "^0.5.26",
39
+ "@0xobelisk/sui-client": "^0.5.27",
40
40
  "@0xobelisk/sui-common": "^0.5.19",
41
41
  "@mysten/dapp-kit": "0.14.9",
42
42
  "@mysten/sui": "1.7.0",