@windicss/config
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -34,3 +34,3 @@ var __create = Object.create; | ||
// ../../node_modules/.pnpm/tsup@5.1.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js | ||
// ../../node_modules/.pnpm/tsup@5.2.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js | ||
var importMetaUrlShim = typeof document === "undefined" ? new (require("url")).URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href; | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@windicss/config", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "Windi CSS configurations loader", | ||
@@ -9,3 +9,4 @@ "keywords": [ | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/antfu/vite-plugin-windicss", | ||
"bugs": "https://github.com/antfu/vite-plugin-windicss/issues", | ||
"repository": { | ||
@@ -16,21 +17,27 @@ "type": "git", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"license": "MIT", | ||
"author": "antfu <anthonyfu117@hotmail.com>", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"homepage": "https://github.com/antfu/vite-plugin-windicss", | ||
"bugs": "https://github.com/antfu/vite-plugin-windicss/issues", | ||
"dependencies": { | ||
"debug": "^4.3.2", | ||
"jiti": "^1.12.3", | ||
"tsup": "^5.1.0", | ||
"tsup": "^5.2.0", | ||
"windicss": "^3.1.7" | ||
}, | ||
"scripts": { | ||
"dev": "npm run build -- --watch", | ||
"build": "tsup src/index.ts --dts --format cjs,esm --no-splitting --external sucrase/register/ts,pug,windicss/utils/style,windicss/utils/parser,windicss/utils" | ||
"build": "tsup src/index.ts --dts --format cjs,esm --no-splitting --external sucrase/register/ts,pug,windicss/utils/style,windicss/utils/parser,windicss/utils", | ||
"dev": "npm run build -- --watch" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10037
Updatedtsup@^5.2.0