@xylabs/decimal-precision 3.6.5 → 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.
@@ -10,4 +10,4 @@ var toDecimalPrecision = (value, digits) => {
10
10
  export {
11
11
  toDecimalPrecision
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
@@ -10,4 +10,4 @@ var toDecimalPrecision = (value, digits) => {
10
10
  export {
11
11
  toDecimalPrecision
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
@@ -10,4 +10,4 @@ var toDecimalPrecision = (value, digits) => {
10
10
  export {
11
11
  toDecimalPrecision
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -18,15 +18,15 @@
18
18
  "default": "./dist/neutral/index.cjs"
19
19
  },
20
20
  "import": {
21
- "types": "./dist/neutral/index.d.mts",
22
- "default": "./dist/neutral/index.js"
21
+ "types": "./dist/neutral/index.d.ts",
22
+ "default": "./dist/neutral/index.mjs"
23
23
  }
24
24
  },
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "main": "./dist/neutral/index.cjs",
28
28
  "types": "./dist/neutral/index.d.ts",
29
- "module": "./dist/neutral/index.js",
29
+ "module": "./dist/neutral/index.mjs",
30
30
  "homepage": "https://xylabs.com",
31
31
  "keywords": [
32
32
  "decimal",
@@ -37,8 +37,8 @@
37
37
  "esm"
38
38
  ],
39
39
  "devDependencies": {
40
- "@xylabs/ts-scripts-yarn3": "^3.12.4",
41
- "@xylabs/tsconfig": "^3.12.4",
40
+ "@xylabs/ts-scripts-yarn3": "^3.15.4",
41
+ "@xylabs/tsconfig": "^3.15.4",
42
42
  "typescript": "^5.5.4"
43
43
  },
44
44
  "engines": {
@@ -52,6 +52,6 @@
52
52
  "url": "https://github.com/xylabs/sdk-js.git"
53
53
  },
54
54
  "sideEffects": false,
55
- "version": "3.6.5",
55
+ "version": "3.6.7",
56
56
  "type": "module"
57
57
  }
File without changes
File without changes
File without changes