@tw-classed/core
Advanced tools
Comparing version 1.3.0-canary.2 to 1.3.0-canary.3
{ | ||
"name": "@tw-classed/core", | ||
"version": "1.3.0-canary.2", | ||
"version": "1.3.0-canary.3", | ||
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components", | ||
@@ -9,10 +9,9 @@ "sideEffects": false, | ||
], | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"types": "./dist/esm/index.d.ts" | ||
} | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
@@ -40,4 +39,4 @@ "keywords": [], | ||
"scripts": { | ||
"dev": "nodemon --watch './src/**/*' -e ts,tsx --exec 'pnpm run build'", | ||
"build": "unbuild", | ||
"dev": "pnpm run build --watch", | ||
"build": "bunchee ./src/index.ts --target es2018", | ||
"test": "vitest run", | ||
@@ -44,0 +43,0 @@ "test:watch": "vitest", |
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
18717
6
333
1