@paraspell/sdk-common 13.5.0 → 13.7.0
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/index.d.ts +36 -11
- package/dist/index.mjs +53 -11
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Supported Polkadot / Kusama / Westend / Paseo parachains.
|
|
3
3
|
*/
|
|
4
|
-
declare const PARACHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "
|
|
4
|
+
declare const PARACHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "Quartz", "RobonomicsPolkadot", "PeopleKusama", "Shiden", "Zeitgeist", "AssetHubWestend", "BridgeHubWestend", "CollectivesWestend", "CoretimeWestend", "Penpal", "PeopleWestend", "AjunaPaseo", "AssetHubPaseo", "BifrostPaseo", "BridgeHubPaseo", "CoretimePaseo", "EnergyWebXPaseo", "HeimaPaseo", "HydrationPaseo", "NeuroWebPaseo", "PeoplePaseo", "ZeitgeistPaseo"];
|
|
5
5
|
/**
|
|
6
6
|
* Relaychains.
|
|
7
7
|
*/
|
|
@@ -9,15 +9,19 @@ declare const RELAYCHAINS: readonly ["Polkadot", "Kusama", "Westend", "Paseo"];
|
|
|
9
9
|
/**
|
|
10
10
|
* All Substrate chains (parachains + relaychains).
|
|
11
11
|
*/
|
|
12
|
-
declare const SUBSTRATE_CHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "
|
|
12
|
+
declare const SUBSTRATE_CHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "Quartz", "RobonomicsPolkadot", "PeopleKusama", "Shiden", "Zeitgeist", "AssetHubWestend", "BridgeHubWestend", "CollectivesWestend", "CoretimeWestend", "Penpal", "PeopleWestend", "AjunaPaseo", "AssetHubPaseo", "BifrostPaseo", "BridgeHubPaseo", "CoretimePaseo", "EnergyWebXPaseo", "HeimaPaseo", "HydrationPaseo", "NeuroWebPaseo", "PeoplePaseo", "ZeitgeistPaseo", "Polkadot", "Kusama", "Westend", "Paseo"];
|
|
13
13
|
/**
|
|
14
14
|
* External chains (non-Substrate/Polkadot ecosystem chains).
|
|
15
15
|
*/
|
|
16
16
|
declare const EXTERNAL_CHAINS: readonly ["Ethereum", "EthereumTestnet"];
|
|
17
|
+
/**
|
|
18
|
+
* Default SS58 address prefix.
|
|
19
|
+
*/
|
|
20
|
+
declare const DEFAULT_SS58_PREFIX = 42;
|
|
17
21
|
/**
|
|
18
22
|
* All supported chains.
|
|
19
23
|
*/
|
|
20
|
-
declare const CHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "
|
|
24
|
+
declare const CHAINS: readonly ["AssetHubPolkadot", "Acala", "Ajuna", "Astar", "BifrostPolkadot", "BridgeHubPolkadot", "Centrifuge", "Darwinia", "EnergyWebX", "Hydration", "Interlay", "Heima", "Jamton", "Moonbeam", "CoretimePolkadot", "Collectives", "Crust", "NeuroWeb", "Pendulum", "Mythos", "Peaq", "PeoplePolkadot", "Unique", "Xode", "AssetHubKusama", "BridgeHubKusama", "Karura", "Kintsugi", "Moonriver", "CoretimeKusama", "Encointer", "Basilisk", "BifrostKusama", "CrustShadow", "Crab", "Quartz", "RobonomicsPolkadot", "PeopleKusama", "Shiden", "Zeitgeist", "AssetHubWestend", "BridgeHubWestend", "CollectivesWestend", "CoretimeWestend", "Penpal", "PeopleWestend", "AjunaPaseo", "AssetHubPaseo", "BifrostPaseo", "BridgeHubPaseo", "CoretimePaseo", "EnergyWebXPaseo", "HeimaPaseo", "HydrationPaseo", "NeuroWebPaseo", "PeoplePaseo", "ZeitgeistPaseo", "Polkadot", "Kusama", "Westend", "Paseo", "Ethereum", "EthereumTestnet"];
|
|
21
25
|
|
|
22
26
|
type TParachain = (typeof PARACHAINS)[number];
|
|
23
27
|
type TRelaychain = (typeof RELAYCHAINS)[number];
|
|
@@ -110,32 +114,53 @@ declare enum Version {
|
|
|
110
114
|
|
|
111
115
|
declare const isTLocation: (value: unknown) => value is TLocation;
|
|
112
116
|
|
|
113
|
-
declare const
|
|
114
|
-
declare const
|
|
115
|
-
declare const
|
|
117
|
+
declare const ETHEREUM_BRIDGE_ORIGINS: TSubstrateChain[];
|
|
118
|
+
declare const isSubstrateBridge: <TCustomChain extends string = never>(origin: TChain | TCustomChain, destination: TChain | TCustomChain) => boolean;
|
|
119
|
+
declare const isSnowbridge: <TCustomChain extends string = never>(_origin: TChain | TCustomChain, destination: TChain | TCustomChain) => boolean;
|
|
120
|
+
declare const isBridge: <TCustomChain extends string = never>(origin: TChain | TCustomChain, destination: TChain | TCustomChain) => boolean;
|
|
116
121
|
|
|
122
|
+
/** * Checks if a given string is a valid chain.
|
|
123
|
+
*
|
|
124
|
+
* @param chain - The string to check.
|
|
125
|
+
* @returns True if the string is a valid chain; otherwise, false.
|
|
126
|
+
*/
|
|
127
|
+
declare const isChain: (chain: string) => chain is TChain;
|
|
128
|
+
/**
|
|
129
|
+
* Checks if a given string is a valid substrate chain.
|
|
130
|
+
*
|
|
131
|
+
* @param chain - The string to check.
|
|
132
|
+
* @returns True if the string is a valid substrate chain; otherwise, false.
|
|
133
|
+
*/
|
|
134
|
+
declare const isSubstrateChain: (chain: string) => chain is TSubstrateChain;
|
|
117
135
|
/**
|
|
118
136
|
* Determines whether a given chain is a relaychain.
|
|
119
137
|
*
|
|
120
138
|
* @param chain - The chain to check.
|
|
121
139
|
* @returns True if the chain is a relaychain; otherwise, false.
|
|
122
140
|
*/
|
|
123
|
-
declare const isRelayChain: (chain: TChain) => chain is TRelaychain;
|
|
141
|
+
declare const isRelayChain: <TCustomChain extends string = never>(chain: TChain | TCustomChain) => chain is TRelaychain;
|
|
124
142
|
/**
|
|
125
143
|
* Determines whether a given chain is an external chain.
|
|
126
144
|
*
|
|
127
145
|
* @param chain - The chain to check.
|
|
128
146
|
* @returns True if the chain is an external chain; otherwise, false.
|
|
129
147
|
*/
|
|
130
|
-
declare const isExternalChain: (chain: TChain) => chain is TExternalChain;
|
|
148
|
+
declare const isExternalChain: <TCustomChain extends string = never>(chain: TChain | TCustomChain) => chain is TExternalChain;
|
|
149
|
+
/**
|
|
150
|
+
* Determines whether a given chain is a custom (user-registered) chain.
|
|
151
|
+
*
|
|
152
|
+
* @param chain - The chain to check.
|
|
153
|
+
* @returns True if the chain is a custom added chain; otherwise, false.
|
|
154
|
+
*/
|
|
155
|
+
declare const isCustomChain: <TCustomChain extends string = never>(chain: TChain | TCustomChain) => chain is TCustomChain;
|
|
131
156
|
/**
|
|
132
157
|
* Checks if a given chain is a system chain.
|
|
133
158
|
*
|
|
134
159
|
* @param chain - The chain to check.
|
|
135
160
|
* @returns True if the chain is a system chain; otherwise, false.
|
|
136
161
|
*/
|
|
137
|
-
declare const isSystemChain: (chain: TChain) => boolean;
|
|
138
|
-
declare const isTrustedChain: (chain: TChain) => boolean;
|
|
162
|
+
declare const isSystemChain: <TCustomChain extends string = never>(chain: TChain | TCustomChain) => boolean;
|
|
163
|
+
declare const isTrustedChain: <TCustomChain extends string = never>(chain: TChain | TCustomChain) => boolean;
|
|
139
164
|
|
|
140
165
|
declare const isPrimitive: (obj: unknown) => boolean;
|
|
141
166
|
declare const deepEqual: (obj1: unknown, obj2: unknown) => boolean;
|
|
@@ -145,5 +170,5 @@ declare const hasJunction: (location: TLocation, junctionType: TJunctionType, ju
|
|
|
145
170
|
|
|
146
171
|
declare const replaceBigInt: (_key: string, value: unknown) => unknown;
|
|
147
172
|
|
|
148
|
-
export { CHAINS, EXTERNAL_CHAINS, PARACHAINS, Parents, RELAYCHAINS, SUBSTRATE_CHAINS, Version, deepEqual, getJunctionValue, hasJunction, isBridge, isExternalChain, isPrimitive, isRelayChain, isSnowbridge, isSubstrateBridge, isSystemChain, isTLocation, isTrustedChain, replaceBigInt };
|
|
173
|
+
export { CHAINS, DEFAULT_SS58_PREFIX, ETHEREUM_BRIDGE_ORIGINS, EXTERNAL_CHAINS, PARACHAINS, Parents, RELAYCHAINS, SUBSTRATE_CHAINS, Version, deepEqual, getJunctionValue, hasJunction, isBridge, isChain, isCustomChain, isExternalChain, isPrimitive, isRelayChain, isSnowbridge, isSubstrateBridge, isSubstrateChain, isSystemChain, isTLocation, isTrustedChain, replaceBigInt };
|
|
149
174
|
export type { TChain, TExternalChain, TJunction, TJunctionAccountId32, TJunctionAccountIndex64, TJunctionAccountKey20, TJunctionGeneralIndex, TJunctionGeneralKey, TJunctionGlobalConsensus, TJunctionOnlyChild, TJunctionPalletInstance, TJunctionParachain, TJunctionPlurality, TJunctionType, TJunctions, TLocation, TParachain, TRelaychain, TSubstrateChain };
|
package/dist/index.mjs
CHANGED
|
@@ -5,11 +5,11 @@ var PARACHAINS = [
|
|
|
5
5
|
// Polkadot chains
|
|
6
6
|
'AssetHubPolkadot', 'Acala', 'Ajuna', 'Astar', 'BifrostPolkadot', 'BridgeHubPolkadot', 'Centrifuge', 'Darwinia', 'EnergyWebX', 'Hydration', 'Interlay', 'Heima', 'Jamton', 'Moonbeam', 'CoretimePolkadot', 'Collectives', 'Crust', 'NeuroWeb', 'Pendulum', 'Mythos', 'Peaq', 'PeoplePolkadot', 'Unique', 'Xode',
|
|
7
7
|
// Kusama chains
|
|
8
|
-
'AssetHubKusama', 'BridgeHubKusama', 'Karura', 'Kintsugi', 'Moonriver', 'CoretimeKusama', 'Encointer', 'Basilisk', 'BifrostKusama', 'CrustShadow', 'Crab', '
|
|
8
|
+
'AssetHubKusama', 'BridgeHubKusama', 'Karura', 'Kintsugi', 'Moonriver', 'CoretimeKusama', 'Encointer', 'Basilisk', 'BifrostKusama', 'CrustShadow', 'Crab', 'Quartz', 'RobonomicsPolkadot', 'PeopleKusama', 'Shiden', 'Zeitgeist',
|
|
9
9
|
// Westend testnet chains
|
|
10
10
|
'AssetHubWestend', 'BridgeHubWestend', 'CollectivesWestend', 'CoretimeWestend', 'Penpal', 'PeopleWestend',
|
|
11
11
|
// Paseo testnet chains
|
|
12
|
-
'AjunaPaseo', 'AssetHubPaseo', 'BifrostPaseo', 'BridgeHubPaseo', 'CoretimePaseo', 'EnergyWebXPaseo', 'HeimaPaseo', 'HydrationPaseo', '
|
|
12
|
+
'AjunaPaseo', 'AssetHubPaseo', 'BifrostPaseo', 'BridgeHubPaseo', 'CoretimePaseo', 'EnergyWebXPaseo', 'HeimaPaseo', 'HydrationPaseo', 'NeuroWebPaseo', 'PeoplePaseo', 'ZeitgeistPaseo'];
|
|
13
13
|
/**
|
|
14
14
|
* Relaychains.
|
|
15
15
|
*/
|
|
@@ -22,6 +22,10 @@ var SUBSTRATE_CHAINS = [].concat(PARACHAINS, RELAYCHAINS);
|
|
|
22
22
|
* External chains (non-Substrate/Polkadot ecosystem chains).
|
|
23
23
|
*/
|
|
24
24
|
var EXTERNAL_CHAINS = ['Ethereum', 'EthereumTestnet'];
|
|
25
|
+
/**
|
|
26
|
+
* Default SS58 address prefix.
|
|
27
|
+
*/
|
|
28
|
+
var DEFAULT_SS58_PREFIX = 42;
|
|
25
29
|
/**
|
|
26
30
|
* All supported chains.
|
|
27
31
|
*/
|
|
@@ -163,6 +167,27 @@ var Version;
|
|
|
163
167
|
Version["V5"] = "V5";
|
|
164
168
|
})(Version || (Version = {}));
|
|
165
169
|
|
|
170
|
+
/** * Checks if a given string is a valid chain.
|
|
171
|
+
*
|
|
172
|
+
* @param chain - The string to check.
|
|
173
|
+
* @returns True if the string is a valid chain; otherwise, false.
|
|
174
|
+
*/
|
|
175
|
+
var isChain = function isChain(chain) {
|
|
176
|
+
return CHAINS.some(function (c) {
|
|
177
|
+
return c === chain;
|
|
178
|
+
});
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* Checks if a given string is a valid substrate chain.
|
|
182
|
+
*
|
|
183
|
+
* @param chain - The string to check.
|
|
184
|
+
* @returns True if the string is a valid substrate chain; otherwise, false.
|
|
185
|
+
*/
|
|
186
|
+
var isSubstrateChain = function isSubstrateChain(chain) {
|
|
187
|
+
return SUBSTRATE_CHAINS.some(function (c) {
|
|
188
|
+
return c === chain;
|
|
189
|
+
});
|
|
190
|
+
};
|
|
166
191
|
/**
|
|
167
192
|
* Determines whether a given chain is a relaychain.
|
|
168
193
|
*
|
|
@@ -170,7 +195,9 @@ var Version;
|
|
|
170
195
|
* @returns True if the chain is a relaychain; otherwise, false.
|
|
171
196
|
*/
|
|
172
197
|
var isRelayChain = function isRelayChain(chain) {
|
|
173
|
-
return RELAYCHAINS.
|
|
198
|
+
return RELAYCHAINS.some(function (c) {
|
|
199
|
+
return c === chain;
|
|
200
|
+
});
|
|
174
201
|
};
|
|
175
202
|
/**
|
|
176
203
|
* Determines whether a given chain is an external chain.
|
|
@@ -179,7 +206,20 @@ var isRelayChain = function isRelayChain(chain) {
|
|
|
179
206
|
* @returns True if the chain is an external chain; otherwise, false.
|
|
180
207
|
*/
|
|
181
208
|
var isExternalChain = function isExternalChain(chain) {
|
|
182
|
-
return EXTERNAL_CHAINS.
|
|
209
|
+
return EXTERNAL_CHAINS.some(function (c) {
|
|
210
|
+
return c === chain;
|
|
211
|
+
});
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* Determines whether a given chain is a custom (user-registered) chain.
|
|
215
|
+
*
|
|
216
|
+
* @param chain - The chain to check.
|
|
217
|
+
* @returns True if the chain is a custom added chain; otherwise, false.
|
|
218
|
+
*/
|
|
219
|
+
var isCustomChain = function isCustomChain(chain) {
|
|
220
|
+
return !CHAINS.some(function (c) {
|
|
221
|
+
return c === chain;
|
|
222
|
+
});
|
|
183
223
|
};
|
|
184
224
|
/**
|
|
185
225
|
* Checks if a given chain is a system chain.
|
|
@@ -189,17 +229,19 @@ var isExternalChain = function isExternalChain(chain) {
|
|
|
189
229
|
*/
|
|
190
230
|
var isSystemChain = function isSystemChain(chain) {
|
|
191
231
|
var systemChains = ['AssetHubPolkadot', 'AssetHubKusama', 'AssetHubWestend', 'AssetHubPaseo', 'BridgeHubPolkadot', 'BridgeHubKusama', 'BridgeHubWestend', 'BridgeHubPaseo', 'PeoplePolkadot', 'PeopleKusama', 'PeopleWestend', 'PeoplePaseo', 'CoretimePolkadot', 'CoretimeKusama', 'CoretimeWestend', 'CoretimePaseo', 'Collectives', 'Encointer', 'CollectivesWestend'];
|
|
192
|
-
return systemChains.
|
|
232
|
+
return systemChains.some(function (c) {
|
|
233
|
+
return c === chain;
|
|
234
|
+
}) || isRelayChain(chain);
|
|
193
235
|
};
|
|
194
236
|
var isTrustedChain = function isTrustedChain(chain) {
|
|
195
|
-
var
|
|
196
|
-
|
|
197
|
-
return
|
|
198
|
-
};
|
|
199
|
-
return isTrustedByAh(chain) || isSystemChain(chain);
|
|
237
|
+
var isTrustedByAh = ['Mythos', 'Encointer'];
|
|
238
|
+
return isTrustedByAh.some(function (t) {
|
|
239
|
+
return t === chain;
|
|
240
|
+
}) || isSystemChain(chain);
|
|
200
241
|
};
|
|
201
242
|
|
|
202
243
|
var COMPATIBLE_BRIDGES = [['AssetHubPolkadot', 'AssetHubKusama']];
|
|
244
|
+
var ETHEREUM_BRIDGE_ORIGINS = ['AssetHubPolkadot', 'AssetHubPaseo', 'AssetHubWestend', 'Hydration', 'BifrostPolkadot', 'Moonbeam', 'Mythos'];
|
|
203
245
|
var isSubstrateBridge = function isSubstrateBridge(origin, destination) {
|
|
204
246
|
if (isExternalChain(origin) || isExternalChain(destination)) return false;
|
|
205
247
|
if (!origin.startsWith('AssetHub') || !destination.startsWith('AssetHub')) return false;
|
|
@@ -330,4 +372,4 @@ var replaceBigInt = function replaceBigInt(_key, value) {
|
|
|
330
372
|
return typeof value === 'bigint' ? value.toString() : value;
|
|
331
373
|
};
|
|
332
374
|
|
|
333
|
-
export { CHAINS, EXTERNAL_CHAINS, PARACHAINS, Parents, RELAYCHAINS, SUBSTRATE_CHAINS, Version, _deepEqual as deepEqual, getJunctionValue, hasJunction, isBridge, isExternalChain, isPrimitive, isRelayChain, isSnowbridge, isSubstrateBridge, isSystemChain, isTLocation, isTrustedChain, replaceBigInt };
|
|
375
|
+
export { CHAINS, DEFAULT_SS58_PREFIX, ETHEREUM_BRIDGE_ORIGINS, EXTERNAL_CHAINS, PARACHAINS, Parents, RELAYCHAINS, SUBSTRATE_CHAINS, Version, _deepEqual as deepEqual, getJunctionValue, hasJunction, isBridge, isChain, isCustomChain, isExternalChain, isPrimitive, isRelayChain, isSnowbridge, isSubstrateBridge, isSubstrateChain, isSystemChain, isTLocation, isTrustedChain, replaceBigInt };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-common",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.7.0",
|
|
4
4
|
"description": "SDK common code for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babel/plugin-syntax-import-attributes": "^7.
|
|
27
|
-
"@babel/preset-env": "^7.29.
|
|
26
|
+
"@babel/plugin-syntax-import-attributes": "^7.29.7",
|
|
27
|
+
"@babel/preset-env": "^7.29.7",
|
|
28
28
|
"@codecov/rollup-plugin": "^2.0.1",
|
|
29
29
|
"@polkadot/api": "^16.5.6",
|
|
30
30
|
"@polkadot/types": "^16.5.6",
|
|
31
31
|
"@rollup/plugin-babel": "^7.0.0",
|
|
32
32
|
"@rollup/plugin-json": "^6.1.0",
|
|
33
33
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
34
|
-
"@vitest/coverage-v8": "^4.1.
|
|
34
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
35
35
|
"dotenv": "^17.4.2",
|
|
36
|
-
"rollup": "^4.60.
|
|
36
|
+
"rollup": "^4.60.4",
|
|
37
37
|
"rollup-plugin-dts": "^6.4.1"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|