@slidev/types
Advanced tools
Comparing version 0.0.0-alpha.42 to 0.0.0-alpha.43
import './client' | ||
export * from './types' | ||
export * from './dist/index.d' |
{ | ||
"name": "@slidev/types", | ||
"version": "0.0.0-alpha.42", | ||
"version": "0.0.0-alpha.43", | ||
"description": "Shared types declerations for Slidev", | ||
@@ -12,6 +12,15 @@ "license": "MIT", | ||
"author": "antfu <anthonyfu117@hotmail.com>", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "index.d.ts", | ||
"homepage": "https://github.com/slidevjs/slidev", | ||
"bugs": "https://github.com/slidevjs/slidev/issues" | ||
"bugs": "https://github.com/slidevjs/slidev/issues", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"dev": "nr build --watch" | ||
}, | ||
"devDependencies": { | ||
"@antfu/utils": "^0.1.4", | ||
"markdown-it-shiki": "^0.2.2" | ||
} | ||
} |
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
5876
10
169
2
1