@h6s/table
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@h6s/table", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"sideEffects": false, | ||
"main": "src/index.ts", | ||
"main": "dist/index.cjs", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.cjs", | ||
@@ -62,3 +63,16 @@ "module": "dist/index.js", | ||
} | ||
}, | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53240
0
1402