@credenza3/contracts-lib-sui 0.1.12 → 0.1.13
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/dist/cjs/client/index.cjs +16 -16
- package/dist/cjs/client/index.cjs.map +1 -1
- package/dist/cjs/signer/CredenzaSuiSigner.d.ts +1 -1
- package/dist/cjs/signer/index.cjs +5 -2
- package/dist/cjs/signer/index.cjs.map +2 -2
- package/dist/esm/client/index.mjs +16 -16
- package/dist/esm/client/index.mjs.map +1 -1
- package/dist/esm/signer/CredenzaSuiSigner.d.ts +1 -1
- package/dist/esm/signer/index.mjs +5 -2
- package/dist/esm/signer/index.mjs.map +2 -2
- package/dist/umd/client/index.js +16 -16
- package/dist/umd/client/index.js.map +4 -4
- package/dist/umd/signer/index.js +166 -80
- package/dist/umd/signer/index.js.map +4 -4
- package/package.json +18 -17
|
@@ -225,10 +225,10 @@ var require_isMasked = __commonJS({
|
|
|
225
225
|
"node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isMasked.js"(exports, module) {
|
|
226
226
|
"use strict";
|
|
227
227
|
var coreJsData = require_coreJsData();
|
|
228
|
-
var maskSrcKey = function() {
|
|
228
|
+
var maskSrcKey = (function() {
|
|
229
229
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
230
230
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
231
|
-
}();
|
|
231
|
+
})();
|
|
232
232
|
function isMasked(func) {
|
|
233
233
|
return !!maskSrcKey && maskSrcKey in func;
|
|
234
234
|
}
|
|
@@ -1219,7 +1219,7 @@ var require_lodash = __commonJS({
|
|
|
1219
1219
|
var freeModule = freeExports && typeof module == "object" && module && !module.nodeType && module;
|
|
1220
1220
|
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
1221
1221
|
var freeProcess = moduleExports && freeGlobal.process;
|
|
1222
|
-
var nodeUtil = function() {
|
|
1222
|
+
var nodeUtil = (function() {
|
|
1223
1223
|
try {
|
|
1224
1224
|
var types = freeModule && freeModule.require && freeModule.require("util").types;
|
|
1225
1225
|
if (types) {
|
|
@@ -1228,7 +1228,7 @@ var require_lodash = __commonJS({
|
|
|
1228
1228
|
return freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
1229
1229
|
} catch (e) {
|
|
1230
1230
|
}
|
|
1231
|
-
}();
|
|
1231
|
+
})();
|
|
1232
1232
|
var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, nodeIsDate = nodeUtil && nodeUtil.isDate, nodeIsMap = nodeUtil && nodeUtil.isMap, nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, nodeIsSet = nodeUtil && nodeUtil.isSet, nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
|
1233
1233
|
function apply(func, thisArg, args) {
|
|
1234
1234
|
switch (args.length) {
|
|
@@ -1574,7 +1574,7 @@ var require_lodash = __commonJS({
|
|
|
1574
1574
|
function unicodeWords(string) {
|
|
1575
1575
|
return string.match(reUnicodeWord) || [];
|
|
1576
1576
|
}
|
|
1577
|
-
var runInContext = function runInContext2(context) {
|
|
1577
|
+
var runInContext = (function runInContext2(context) {
|
|
1578
1578
|
context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));
|
|
1579
1579
|
var Array2 = context.Array, Date2 = context.Date, Error2 = context.Error, Function2 = context.Function, Math2 = context.Math, Object2 = context.Object, RegExp2 = context.RegExp, String = context.String, TypeError2 = context.TypeError;
|
|
1580
1580
|
var arrayProto = Array2.prototype, funcProto = Function2.prototype, objectProto = Object2.prototype;
|
|
@@ -1582,10 +1582,10 @@ var require_lodash = __commonJS({
|
|
|
1582
1582
|
var funcToString = funcProto.toString;
|
|
1583
1583
|
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
1584
1584
|
var idCounter = 0;
|
|
1585
|
-
var maskSrcKey = function() {
|
|
1585
|
+
var maskSrcKey = (function() {
|
|
1586
1586
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
1587
1587
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
1588
|
-
}();
|
|
1588
|
+
})();
|
|
1589
1589
|
var nativeObjectToString = objectProto.toString;
|
|
1590
1590
|
var objectCtorString = funcToString.call(Object2);
|
|
1591
1591
|
var oldDash = root._;
|
|
@@ -1593,14 +1593,14 @@ var require_lodash = __commonJS({
|
|
|
1593
1593
|
"^" + funcToString.call(hasOwnProperty).replace(reRegExpChar, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1594
1594
|
);
|
|
1595
1595
|
var Buffer2 = moduleExports ? context.Buffer : undefined2, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined2, getPrototype = overArg(Object2.getPrototypeOf, Object2), objectCreate = Object2.create, propertyIsEnumerable = objectProto.propertyIsEnumerable, splice = arrayProto.splice, spreadableSymbol = Symbol2 ? Symbol2.isConcatSpreadable : undefined2, symIterator = Symbol2 ? Symbol2.iterator : undefined2, symToStringTag = Symbol2 ? Symbol2.toStringTag : undefined2;
|
|
1596
|
-
var defineProperty = function() {
|
|
1596
|
+
var defineProperty = (function() {
|
|
1597
1597
|
try {
|
|
1598
1598
|
var func = getNative(Object2, "defineProperty");
|
|
1599
1599
|
func({}, "", {});
|
|
1600
1600
|
return func;
|
|
1601
1601
|
} catch (e) {
|
|
1602
1602
|
}
|
|
1603
|
-
}();
|
|
1603
|
+
})();
|
|
1604
1604
|
var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, ctxNow = Date2 && Date2.now !== root.Date.now && Date2.now, ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout;
|
|
1605
1605
|
var nativeCeil = Math2.ceil, nativeFloor = Math2.floor, nativeGetSymbols = Object2.getOwnPropertySymbols, nativeIsBuffer = Buffer2 ? Buffer2.isBuffer : undefined2, nativeIsFinite = context.isFinite, nativeJoin = arrayProto.join, nativeKeys = overArg(Object2.keys, Object2), nativeMax = Math2.max, nativeMin = Math2.min, nativeNow = Date2.now, nativeParseInt = context.parseInt, nativeRandom = Math2.random, nativeReverse = arrayProto.reverse;
|
|
1606
1606
|
var DataView = getNative(context, "DataView"), Map = getNative(context, "Map"), Promise2 = getNative(context, "Promise"), Set = getNative(context, "Set"), WeakMap = getNative(context, "WeakMap"), nativeCreate = getNative(Object2, "create");
|
|
@@ -1619,7 +1619,7 @@ var require_lodash = __commonJS({
|
|
|
1619
1619
|
}
|
|
1620
1620
|
return new LodashWrapper(value);
|
|
1621
1621
|
}
|
|
1622
|
-
var baseCreate = /* @__PURE__ */ function() {
|
|
1622
|
+
var baseCreate = /* @__PURE__ */ (function() {
|
|
1623
1623
|
function object() {
|
|
1624
1624
|
}
|
|
1625
1625
|
return function(proto) {
|
|
@@ -1634,7 +1634,7 @@ var require_lodash = __commonJS({
|
|
|
1634
1634
|
object.prototype = undefined2;
|
|
1635
1635
|
return result2;
|
|
1636
1636
|
};
|
|
1637
|
-
}();
|
|
1637
|
+
})();
|
|
1638
1638
|
function baseLodash() {
|
|
1639
1639
|
}
|
|
1640
1640
|
function LodashWrapper(value, chainAll) {
|
|
@@ -4926,9 +4926,9 @@ var require_lodash = __commonJS({
|
|
|
4926
4926
|
var gte = createRelationalOperation(function(value, other) {
|
|
4927
4927
|
return value >= other;
|
|
4928
4928
|
});
|
|
4929
|
-
var isArguments = baseIsArguments(/* @__PURE__ */ function() {
|
|
4929
|
+
var isArguments = baseIsArguments(/* @__PURE__ */ (function() {
|
|
4930
4930
|
return arguments;
|
|
4931
|
-
}()) ? baseIsArguments : function(value) {
|
|
4931
|
+
})()) ? baseIsArguments : function(value) {
|
|
4932
4932
|
return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
|
|
4933
4933
|
};
|
|
4934
4934
|
var isArray = Array2.isArray;
|
|
@@ -6180,7 +6180,7 @@ var require_lodash = __commonJS({
|
|
|
6180
6180
|
lodash.each = forEach;
|
|
6181
6181
|
lodash.eachRight = forEachRight;
|
|
6182
6182
|
lodash.first = head;
|
|
6183
|
-
mixin(lodash, function() {
|
|
6183
|
+
mixin(lodash, (function() {
|
|
6184
6184
|
var source = {};
|
|
6185
6185
|
baseForOwn(lodash, function(func, methodName) {
|
|
6186
6186
|
if (!hasOwnProperty.call(lodash.prototype, methodName)) {
|
|
@@ -6188,7 +6188,7 @@ var require_lodash = __commonJS({
|
|
|
6188
6188
|
}
|
|
6189
6189
|
});
|
|
6190
6190
|
return source;
|
|
6191
|
-
}(), { "chain": false });
|
|
6191
|
+
})(), { "chain": false });
|
|
6192
6192
|
lodash.VERSION = VERSION;
|
|
6193
6193
|
arrayEach(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(methodName) {
|
|
6194
6194
|
lodash[methodName].placeholder = lodash;
|
|
@@ -6348,7 +6348,7 @@ var require_lodash = __commonJS({
|
|
|
6348
6348
|
lodash.prototype[symIterator] = wrapperToIterator;
|
|
6349
6349
|
}
|
|
6350
6350
|
return lodash;
|
|
6351
|
-
};
|
|
6351
|
+
});
|
|
6352
6352
|
var _ = runInContext();
|
|
6353
6353
|
if (typeof define == "function" && typeof define.amd == "object" && define.amd) {
|
|
6354
6354
|
root._ = _;
|