smart-unit 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +20 -6
package/package.json CHANGED
@@ -1,12 +1,18 @@
1
1
  {
2
2
  "name": "smart-unit",
3
- "version": "1.0.0",
4
- "description": "",
3
+ "version": "1.0.1",
4
+ "description": "Elegant unit conversion utility with automatic unit selection and high-precision support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
8
- "repository": "https://github.com/flycran/smart-unit.git",
9
- "homepage": "https://github.com/flycran/smart-unit",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/flycran/smart-unit.git"
11
+ },
12
+ "homepage": "https://github.com/flycran/smart-unit#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/flycran/smart-unit/issues"
15
+ },
10
16
  "devDependencies": {
11
17
  "@biomejs/biome": "2.4.7",
12
18
  "@rollup/plugin-commonjs": "^28.0.3",
@@ -31,9 +37,17 @@
31
37
  "test:watch": "vitest"
32
38
  },
33
39
  "keywords": [
34
- "Automatically select the appropriate unit of measurement"
40
+ "unit",
41
+ "unit-conversion",
42
+ "formatter",
43
+ "filesize",
44
+ "bytes",
45
+ "precision",
46
+ "decimal",
47
+ "bigint",
48
+ "typescript"
35
49
  ],
36
- "author": "Flycran",
50
+ "author": "flycran",
37
51
  "license": "MIT",
38
52
  "dependencies": {
39
53
  "decimal.js": "^10.5.0"