@gmana/aspect-ratio
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@gmana/aspect-ratio", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "aspect-ratio", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "build/legacy/index.cjs", | ||
"sideEffects": false, | ||
@@ -34,4 +34,4 @@ "files": [ | ||
"tailwind-variants": "^0.2.0", | ||
"@gmana/utils": "1.3.8", | ||
"@gmana/core": "1.3.13" | ||
"@gmana/core": "1.3.14", | ||
"@gmana/utils": "1.3.9" | ||
}, | ||
@@ -43,9 +43,14 @@ "peerDependencies": { | ||
"clean-package": "../../clean-package.config.json", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "build/legacy/index.d.ts", | ||
"module": "build/legacy/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"import": { | ||
"types": "./build/modern/index.d.ts", | ||
"default": "./build/modern/index.js" | ||
}, | ||
"require": { | ||
"types": "./build/modern/index.d.cts", | ||
"default": "./build/modern/index.cjs" | ||
} | ||
}, | ||
@@ -55,4 +60,4 @@ "./package.json": "./package.json" | ||
"scripts": { | ||
"build": "tsup src --dts", | ||
"build:fast": "tsup src", | ||
"build": "tsup", | ||
"build:fast": "tsup", | ||
"dev": "pnpm build:fast --watch", | ||
@@ -59,0 +64,0 @@ "clean": "rimraf dist .turbo", |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
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
1739
2
0
2
+ Added@gmana/core@1.3.14(transitive)
+ Added@gmana/utils@1.3.9(transitive)
- Removed@gmana/core@1.3.13(transitive)
- Removed@gmana/utils@1.3.8(transitive)
Updated@gmana/core@1.3.14
Updated@gmana/utils@1.3.9