@akta/sdk 1.2.5 → 1.2.6
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/{chunk-XPFN2BBS.mjs → chunk-3PRN7K2A.mjs} +2 -2
- package/dist/{chunk-TYELKHE6.mjs → chunk-LAVGTLZP.mjs} +49 -27
- package/dist/chunk-LAVGTLZP.mjs.map +1 -0
- package/dist/{chunk-JJEFNX75.js → chunk-RPRERQJ2.js} +49 -27
- package/dist/{chunk-JJEFNX75.js.map → chunk-RPRERQJ2.js.map} +1 -1
- package/dist/{chunk-CO2BC2GE.js → chunk-YIKWX5EO.js} +3 -3
- package/dist/{chunk-CO2BC2GE.js.map → chunk-YIKWX5EO.js.map} +1 -1
- package/dist/dao/index.js +3 -3
- package/dist/dao/index.mjs +2 -2
- package/dist/dao-deployable/index.js +5 -5
- package/dist/dao-deployable/index.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/wallet/index.js +2 -2
- package/dist/wallet/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-TYELKHE6.mjs.map +0 -1
- /package/dist/{chunk-XPFN2BBS.mjs.map → chunk-3PRN7K2A.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class; var _class2;
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkRPRERQJ2js = require('./chunk-RPRERQJ2.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -1117,7 +1117,7 @@ var AkitaDaoSDK = (_class2 = class extends _chunkT5TIVGPAjs.BaseSDK {
|
|
|
1117
1117
|
if (!walletAppId) {
|
|
1118
1118
|
throw new Error("Could not read wallet app ID from DAO global state. Has the DAO been set up?");
|
|
1119
1119
|
}
|
|
1120
|
-
this._wallet = new (0,
|
|
1120
|
+
this._wallet = new (0, _chunkRPRERQJ2js.WalletSDK)({
|
|
1121
1121
|
...this._constructorParams,
|
|
1122
1122
|
factoryParams: {
|
|
1123
1123
|
...this._constructorParams.factoryParams,
|
|
@@ -1881,4 +1881,4 @@ var AkitaDaoSDK = (_class2 = class extends _chunkT5TIVGPAjs.BaseSDK {
|
|
|
1881
1881
|
|
|
1882
1882
|
|
|
1883
1883
|
exports.SplitDistributionType = SplitDistributionType; exports.SplitsToTuples = SplitsToTuples; exports.ProposalActionEnum = ProposalActionEnum; exports.EMPTY_CID = EMPTY_CID; exports.DAOProposalVotesMBR = DAOProposalVotesMBR; exports.AkitaDaoSDK = AkitaDaoSDK;
|
|
1884
|
-
//# sourceMappingURL=chunk-
|
|
1884
|
+
//# sourceMappingURL=chunk-YIKWX5EO.js.map
|