@meshsdk/common 1.8.2 → 1.8.4

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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -893,8 +893,8 @@ var require_blakejs = __commonJS({
893
893
  });
894
894
 
895
895
  // src/index.ts
896
- var src_exports = {};
897
- __export(src_exports, {
896
+ var index_exports = {};
897
+ __export(index_exports, {
898
898
  AssetFingerprint: () => AssetFingerprint,
899
899
  BigNum: () => BigNum,
900
900
  CIP68_100: () => CIP68_100,
@@ -1001,7 +1001,7 @@ __export(src_exports, {
1001
1001
  validityRangeToObj: () => validityRangeToObj,
1002
1002
  value: () => value
1003
1003
  });
1004
- module.exports = __toCommonJS(src_exports);
1004
+ module.exports = __toCommonJS(index_exports);
1005
1005
 
1006
1006
  // src/constants/protocol-parameters.ts
1007
1007
  var DEFAULT_PROTOCOL_PARAMETERS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "description": "Contains constants, types and interfaces used across the SDK and different serialization libraries",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",