@xylabs/bignumber 3.6.6 → 3.6.7

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.
@@ -4,4 +4,4 @@ export {
4
4
  default3 as BN,
5
5
  default2 as BigNumber
6
6
  };
7
- //# sourceMappingURL=index.js.map
7
+ //# sourceMappingURL=index.mjs.map
@@ -4,4 +4,4 @@ export {
4
4
  default3 as BN,
5
5
  default2 as BigNumber
6
6
  };
7
- //# sourceMappingURL=index.js.map
7
+ //# sourceMappingURL=index.mjs.map
@@ -4,4 +4,4 @@ export {
4
4
  default3 as BN,
5
5
  default2 as BigNumber
6
6
  };
7
- //# sourceMappingURL=index.js.map
7
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -21,15 +21,15 @@
21
21
  "default": "./dist/neutral/index.cjs"
22
22
  },
23
23
  "import": {
24
- "types": "./dist/neutral/index.d.mts",
25
- "default": "./dist/neutral/index.js"
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
26
26
  }
27
27
  },
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "main": "./dist/neutral/index.cjs",
31
31
  "types": "./dist/neutral/index.d.ts",
32
- "module": "./dist/neutral/index.js",
32
+ "module": "./dist/neutral/index.mjs",
33
33
  "homepage": "https://xylabs.com",
34
34
  "keywords": [
35
35
  "bignumber",
@@ -40,8 +40,8 @@
40
40
  ],
41
41
  "devDependencies": {
42
42
  "@types/bn.js": "^5.1.5",
43
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
44
- "@xylabs/tsconfig": "^3.14.1",
43
+ "@xylabs/ts-scripts-yarn3": "^3.15.4",
44
+ "@xylabs/tsconfig": "^3.15.4",
45
45
  "typescript": "^5.5.4"
46
46
  },
47
47
  "engines": {
@@ -55,6 +55,6 @@
55
55
  "url": "https://github.com/xylabs/sdk-js.git"
56
56
  },
57
57
  "sideEffects": false,
58
- "version": "3.6.6",
58
+ "version": "3.6.7",
59
59
  "type": "module"
60
60
  }
File without changes
File without changes
File without changes