Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "void-css", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
"main": "index.ts", | ||
"main": "dist/index.tj", | ||
"scripts": { | ||
@@ -10,2 +10,3 @@ "dev": "nodemon --watch ./**/*.ts --ignore ./viteTest/**/* --exec npx ts-node index.ts", | ||
"tsc": "tsc", | ||
"clean": "tsc --build --clean", | ||
"prepare": "npm run tsc", | ||
@@ -16,5 +17,10 @@ "postpublish": "npx tsc --build --clean" | ||
"license": "ISC", | ||
"files": [ | ||
"dist", | ||
"src/types" | ||
], | ||
"dependencies": { | ||
"chalk": "^4.1.2" | ||
}, | ||
"types": "./declarations.d.ts", | ||
"devDependencies": { | ||
@@ -21,0 +27,0 @@ "@babel/preset-typescript": "^7.16.0", |
declare module "*.txt" { | ||
const content: string; | ||
export default content; | ||
} | ||
declare module "*.vcss" { | ||
const content: (variables: Record<string, string | number | null | undefined | String | Number>) => Record<string, string>; | ||
export default content; | ||
} | ||
declare module "*.void" { | ||
const content: (variables: Record<string, string | number | null | undefined | String | Number>) => Record<string, string>; | ||
export default content; | ||
} |
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
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
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
60866
25
1372
1