@meshsdk/core 1.6.0-alpha.10 → 1.6.0-alpha.12

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/core.js CHANGED
@@ -17862,7 +17862,8 @@ var Cs = ra.default = Ar;
17862
17862
  const js = Cs, Bs = (d, i) => {
17863
17863
  const t = Qs(d), w = t.derive(Gr + 1852).derive(Gr + 1815).derive(Gr + i), u = w.derive(0).derive(0).to_raw_key(), h = w.derive(2).derive(0).to_raw_key();
17864
17864
  return w.free(), t.free(), { paymentKey: u, stakeKey: h };
17865
- }, Es = (d, i, t) => {
17865
+ };
17866
+ function Es(d, i, t) {
17866
17867
  const w = new Map(i);
17867
17868
  w.set("lovelace", String(Number(w.get("lovelace")) + Number(t)));
17868
17869
  const u = /* @__PURE__ */ new Map();
@@ -17953,7 +17954,8 @@ const js = Cs, Bs = (d, i) => {
17953
17954
  m && Y.push(m);
17954
17955
  }
17955
17956
  return Y;
17956
- }, Ss = (d, i) => {
17957
+ }
17958
+ const Ss = (d, i) => {
17957
17959
  for (const t of d.output.amount)
17958
17960
  if (t.unit == i)
17959
17961
  return t.quantity;
@@ -21934,27 +21936,14 @@ export {
21934
21936
  No as BlockfrostProvider,
21935
21937
  on as BrowserWallet,
21936
21938
  Js as CSLSerializer,
21937
- n_ as DEFAULT_PROTOCOL_PARAMETERS,
21938
- dr as DEFAULT_REDEEMER_BUDGET,
21939
21939
  Yt as EmbeddedWallet,
21940
21940
  qo as ForgeScript,
21941
- Gr as HARDENED_KEY_START,
21942
21941
  Uo as InfuraProvider,
21943
21942
  Po as KoiosProvider,
21944
- je as LANGUAGE_VERSIONS,
21945
21943
  Ko as MaestroProvider,
21946
21944
  zo as MeshTxBuilder,
21947
21945
  Vo as MeshWallet,
21948
21946
  Mo as OgmiosProvider,
21949
- c_ as POLICY_ID_LENGTH,
21950
- Ya as REDEEMER_TAGS,
21951
- zr as SUPPORTED_CLOCKS,
21952
- xn as SUPPORTED_COST_MODELS,
21953
- pn as SUPPORTED_HANDLES,
21954
- Ga as SUPPORTED_LANGUAGE_VIEWS,
21955
- $a as SUPPORTED_OGMIOS_LINKS,
21956
- Ja as SUPPORTED_TOKENS,
21957
- An as SUPPORTED_WALLETS,
21958
21947
  Y_ as Transaction,
21959
21948
  Ho as YaciProvider,
21960
21949
  lo as assetClass,
package/dist/index.d.ts CHANGED
@@ -3,7 +3,6 @@ export * from './common/data';
3
3
  export { generateNonce, readPlutusData } from './common/helpers';
4
4
  export * from './common/utils/resolver';
5
5
  export * from './common/utils/parser';
6
- export * from './common/constants';
7
6
  export * from './core/CIP2';
8
7
  export * from './core/CPS0009';
9
8
  export { checkSignature } from './core/CIP8';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Rapidly build Web3 apps on the Cardano Blockchain.",
4
4
  "homepage": "https://meshjs.dev",
5
5
  "author": "MeshJS",
6
- "version": "1.6.0-alpha.10",
6
+ "version": "1.6.0-alpha.12",
7
7
  "license": "Apache-2.0",
8
8
  "type": "module",
9
9
  "repository": {