@akta/sdk 1.3.2 → 1.3.4-canary
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-3TAJZ3DL.mjs → chunk-44USE4O3.mjs} +114 -13
- package/dist/chunk-44USE4O3.mjs.map +1 -0
- package/dist/{chunk-6WXLEQYK.js → chunk-B44GPDTQ.js} +114 -13
- package/dist/chunk-B44GPDTQ.js.map +1 -0
- package/dist/{chunk-6XWR3D2C.mjs → chunk-J5IDXBAZ.mjs} +2 -2
- package/dist/{chunk-G63UD4EE.js → chunk-VMF3S2VY.js} +3 -3
- package/dist/{chunk-G63UD4EE.js.map → chunk-VMF3S2VY.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/generated/AkitaSocialPluginClient.d.ts +67 -0
- 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/dist/wallet/plugins/social.d.ts +5 -0
- package/dist/wallet/plugins/subscriptions.d.ts +9 -0
- package/package.json +1 -1
- package/dist/chunk-3TAJZ3DL.mjs.map +0 -1
- package/dist/chunk-6WXLEQYK.js.map +0 -1
- /package/dist/{chunk-6XWR3D2C.mjs.map → chunk-J5IDXBAZ.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WalletSDK
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-44USE4O3.mjs";
|
|
4
4
|
import {
|
|
5
5
|
AllowancesToTuple,
|
|
6
6
|
forceProperties
|
|
@@ -1881,4 +1881,4 @@ export {
|
|
|
1881
1881
|
DAOProposalVotesMBR,
|
|
1882
1882
|
AkitaDaoSDK
|
|
1883
1883
|
};
|
|
1884
|
-
//# sourceMappingURL=chunk-
|
|
1884
|
+
//# sourceMappingURL=chunk-J5IDXBAZ.mjs.map
|
|
@@ -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 _chunkB44GPDTQjs = require('./chunk-B44GPDTQ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -1117,7 +1117,7 @@ var AkitaDaoSDK = (_class2 = class extends _chunkRH4O3GM6js.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, _chunkB44GPDTQjs.WalletSDK)({
|
|
1121
1121
|
...this._constructorParams,
|
|
1122
1122
|
factoryParams: {
|
|
1123
1123
|
...this._constructorParams.factoryParams,
|
|
@@ -1881,4 +1881,4 @@ var AkitaDaoSDK = (_class2 = class extends _chunkRH4O3GM6js.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-VMF3S2VY.js.map
|