@meshsdk/core-cst 1.6.6 → 1.6.8

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.cjs CHANGED
@@ -1135,15 +1135,19 @@ var import_blakejs = __toESM(require_blakejs(), 1);
1135
1135
 
1136
1136
  // src/stricahq/bip32ed25519/wrapper.ts
1137
1137
  var cjsBip32ed25519 = __toESM(require("@stricahq/bip32ed25519"), 1);
1138
- var StricaPrivateKey = cjsBip32ed25519.PrivateKey;
1139
- var StricaPublicKey = cjsBip32ed25519.PublicKey;
1140
- var StricaBip32PrivateKey = cjsBip32ed25519.Bip32PrivateKey;
1141
- var StricaBip32PublicKey = cjsBip32ed25519.Bip32PublicKey;
1138
+ var bip32ed25519 = cjsBip32ed25519;
1139
+ var exportedBip32ed25519 = bip32ed25519?.default || bip32ed25519;
1140
+ var StricaPrivateKey = exportedBip32ed25519.PrivateKey;
1141
+ var StricaPublicKey = exportedBip32ed25519.PublicKey;
1142
+ var StricaBip32PrivateKey = exportedBip32ed25519.Bip32PrivateKey;
1143
+ var StricaBip32PublicKey = exportedBip32ed25519.Bip32PublicKey;
1142
1144
 
1143
1145
  // src/stricahq/cbors/wrapper.ts
1144
1146
  var cjsCbors = __toESM(require("@stricahq/cbors"), 1);
1145
- var StricaEncoder = cjsCbors.Encoder;
1146
- var StricaDecoder = cjsCbors.Decoder;
1147
+ var cbors = cjsCbors;
1148
+ var exportedCbors = cbors?.default || cbors;
1149
+ var StricaEncoder = exportedCbors.Encoder;
1150
+ var StricaDecoder = exportedCbors.Decoder;
1147
1151
 
1148
1152
  // src/message-signing/cose-sign1.ts
1149
1153
  var CoseSign1 = class _CoseSign1 {
package/dist/index.js CHANGED
@@ -976,15 +976,19 @@ import { Buffer as Buffer2 } from "buffer";
976
976
 
977
977
  // src/stricahq/bip32ed25519/wrapper.ts
978
978
  import * as cjsBip32ed25519 from "@stricahq/bip32ed25519";
979
- var StricaPrivateKey = cjsBip32ed25519.PrivateKey;
980
- var StricaPublicKey = cjsBip32ed25519.PublicKey;
981
- var StricaBip32PrivateKey = cjsBip32ed25519.Bip32PrivateKey;
982
- var StricaBip32PublicKey = cjsBip32ed25519.Bip32PublicKey;
979
+ var bip32ed25519 = cjsBip32ed25519;
980
+ var exportedBip32ed25519 = bip32ed25519?.default || bip32ed25519;
981
+ var StricaPrivateKey = exportedBip32ed25519.PrivateKey;
982
+ var StricaPublicKey = exportedBip32ed25519.PublicKey;
983
+ var StricaBip32PrivateKey = exportedBip32ed25519.Bip32PrivateKey;
984
+ var StricaBip32PublicKey = exportedBip32ed25519.Bip32PublicKey;
983
985
 
984
986
  // src/stricahq/cbors/wrapper.ts
985
987
  import * as cjsCbors from "@stricahq/cbors";
986
- var StricaEncoder = cjsCbors.Encoder;
987
- var StricaDecoder = cjsCbors.Decoder;
988
+ var cbors = cjsCbors;
989
+ var exportedCbors = cbors?.default || cbors;
990
+ var StricaEncoder = exportedCbors.Encoder;
991
+ var StricaDecoder = exportedCbors.Decoder;
988
992
 
989
993
  // src/message-signing/cose-sign1.ts
990
994
  var CoseSign1 = class _CoseSign1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/core-cst",
3
- "version": "1.6.6",
3
+ "version": "1.6.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",