@diplodoc/utils
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@diplodoc/utils", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Diplodoc cross-packages utils", | ||
@@ -14,3 +14,3 @@ "homepage": "https://github.com/diplodoc-platform/utils", | ||
], | ||
"types": "./build/cjs/index.d.ts", | ||
"types": "./build/esm/common/index.d.ts", | ||
"exports": { | ||
@@ -20,3 +20,4 @@ ".": { | ||
"require": "./build/cjs/common/index.js", | ||
"default": "./build/esm/common/index.js" | ||
"default": "./build/esm/common/index.js", | ||
"types": "./build/esm/common/index.d.ts" | ||
}, | ||
@@ -26,3 +27,4 @@ "./react": { | ||
"require": "./build/cjs/react/index.js", | ||
"default": "./build/esm/react/index.js" | ||
"default": "./build/esm/react/index.js", | ||
"types": "./build/esm/react/index.d.ts" | ||
} | ||
@@ -29,0 +31,0 @@ }, |
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
35091
0