@flopflip/types
Advanced tools
Comparing version 0.0.0-canary-20250210194120 to 0.0.0-canary-20250212203531
{ | ||
"name": "@flopflip/types", | ||
"version": "0.0.0-canary-20250210194120", | ||
"version": "0.0.0-canary-20250212203531", | ||
"description": "Type definitions for flipflop", | ||
"main": "dist/flopflip-types.cjs.js", | ||
"module": "dist/flopflip-types.esm.js", | ||
"types": "dist/flopflip-types.cjs.d.ts", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"dist/*.d.ts", | ||
"dist/*.d.cts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -36,7 +50,16 @@ "readme.md", | ||
"@types/react": "18.3.18", | ||
"typescript": "5.7.3" | ||
"tsup": "8.3.6", | ||
"typescript": "5.7.3", | ||
"@flopflip/tsconfig": "0.0.0-canary-20250212203531" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "4.x || 5.x" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && tsup", | ||
"check-types": "tsc --noEmit", | ||
"test": "exit 0", | ||
"test:watch": "exit 0", | ||
"dev": "tsup --watch --clean=false" | ||
} | ||
} |
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
72983
9
372
Yes
4
1