vite-plugin-open-graph
Advanced tools
Comparing version
{ | ||
"name": "vite-plugin-open-graph", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"packageManager": "pnpm@8.6.2", | ||
@@ -28,9 +28,12 @@ "description": "Generate open graph meta tags for your vite app.", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"types": { | ||
"require": "./dist/index.d.cts", | ||
"import": "./dist/index.d.ts" | ||
}, | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -41,3 +44,3 @@ "typesVersions": { | ||
"./dist/*", | ||
"./dist/index.d.ts" | ||
"./*" | ||
] | ||
@@ -51,6 +54,6 @@ } | ||
"play": "vite playground", | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"build": "tsup", | ||
"dev": "tsup --watch src", | ||
"lint": "eslint . --fix", | ||
"prepublishOnly": "unbuild", | ||
"prepublishOnly": "tsup", | ||
"release": "bumpp && npm publish", | ||
@@ -65,4 +68,4 @@ "test": "vitest", | ||
"eslint": "^8.43.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.1.3", | ||
"unbuild": "^1.2.1", | ||
"vite": "^3.2.7", | ||
@@ -69,0 +72,0 @@ "vitest": "^0.32.2" |
Sorry, the diff of this file is not supported yet
24281
36.1%7
16.67%278
3.35%