@juliusmarminge/next-themes
Advanced tools
Comparing version 0.3.0 to 0.3.1-1
{ | ||
"name": "@juliusmarminge/next-themes", | ||
"type": "module", | ||
"version": "0.3.0", | ||
"version": "0.3.1-1", | ||
"license": "MIT", | ||
@@ -9,2 +9,9 @@ "publishConfig": { | ||
}, | ||
"scripts": { | ||
"prepublish": "bunchee", | ||
"build": "bunchee", | ||
"dev": "bunchee -w", | ||
"release": "changelogen --bump --publish && changelogen gh release", | ||
"release:nightly": "changelogen --prerelease --publish --push" | ||
}, | ||
"peerDependencies": { | ||
@@ -15,15 +22,11 @@ "react": "^16.8 || ^17 || ^18", | ||
"devDependencies": { | ||
"@testing-library/react": "^14.1.2", | ||
"@types/react": "^18.2.48", | ||
"bunchee": "^4.4.1", | ||
"jsdom": "^23.2.0", | ||
"@types/react": "^18.2.55", | ||
"bunchee": "^4.4.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"vitest": "^1.2.1" | ||
"typescript": "^5.3.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pacocoursey/next-themes.git" | ||
"url": "https://github.com/juliusmarminge/next-themes.git" | ||
}, | ||
@@ -33,23 +36,8 @@ "files": [ | ||
], | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"prepublish": "bunchee", | ||
"build": "bunchee", | ||
"dev": "bunchee -w", | ||
"test": "vitest" | ||
} | ||
} | ||
} |
5
12494
3
291