@master/css-validator
Advanced tools
Comparing version 2.0.0-rc.47 to 2.0.0-rc.48
@@ -1,2 +0,2 @@ | ||
import { MasterCSS, Rule } from '@master/css'; | ||
import { MasterCSS } from '@master/css'; | ||
/** | ||
@@ -6,2 +6,2 @@ * @argument syntax A potential Master CSS syntactic class | ||
*/ | ||
export default function generateValidRules(syntax: string, css?: MasterCSS): Rule[]; | ||
export default function generateValidRules(syntax: string, css?: MasterCSS): import("@master/css").SyntaxRule[]; |
@@ -1,1 +0,1 @@ | ||
{"name":"@master/css-validator","type":"module","scripts":{"build":"techor build \"src/**/*.ts\"","dev":"pnpm build --watch","lint":"eslint","type-check":"tsc --noEmit","test":"vitest"},"license":"MIT","description":"Validate Master CSS syntax","author":"Aoyue Design LLC.","funding":"https://rc.css.master.co/sponsor","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/validator"},"keywords":["classes","class","validator","css","mastercss"],"sideEffects":false,"main":"./dist/index.cjs","module":"./dist/index.mjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"files":["dist"],"publishConfig":{"access":"public","provenance":true},"dependencies":{"@master/css":"^2.0.0-rc.47","css-tree":"^3.0.1"},"devDependencies":{"@types/css-tree":"^2.3.9","shared":"^2.0.0-rc.47","ts-jest":"^29.2.5"},"version":"2.0.0-rc.47"} | ||
{"name":"@master/css-validator","type":"module","scripts":{"build":"techor build \"src/**/*.ts\"","dev":"pnpm build --watch","lint":"eslint","type-check":"tsc --noEmit","test":"vitest"},"license":"MIT","description":"Validate Master CSS syntax","author":"Aoyue Design LLC.","funding":"https://rc.css.master.co/sponsor","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/validator"},"keywords":["classes","class","validator","css","mastercss"],"sideEffects":false,"main":"./dist/index.cjs","module":"./dist/index.mjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"files":["dist"],"publishConfig":{"access":"public","provenance":true},"dependencies":{"@master/css":"^2.0.0-rc.48","css-tree":"^3.0.1"},"devDependencies":{"@types/css-tree":"^2.3.9","shared":"^2.0.0-rc.48","ts-jest":"^29.2.5"},"version":"2.0.0-rc.48"} |
21639
Updated@master/css@^2.0.0-rc.48