@adobe/css-tools
Advanced tools
Comparing version 4.0.0-rc.3 to 4.0.0-rc.4
@@ -25,3 +25,3 @@ import CssParseError from './CssParseError'; | ||
export declare type CssCommonPositionAST = CssCommonAST & { | ||
position: Position; | ||
position?: Position; | ||
parent?: unknown; | ||
@@ -34,3 +34,3 @@ }; | ||
rules: Array<CssAtRuleAST>; | ||
parsingErrors: Array<CssParseError>; | ||
parsingErrors?: Array<CssParseError>; | ||
}; | ||
@@ -37,0 +37,0 @@ }; |
{ | ||
"name": "@adobe/css-tools", | ||
"version": "4.0.0-rc.3", | ||
"version": "4.0.0-rc.4", | ||
"description": "CSS parser / stringifier", | ||
"main": "dist/umd/index.js", | ||
"module": "dist/cjs/index.js", | ||
"main": "dist/umd/cssTools.js", | ||
"module": "dist/cjs/cssTools.js", | ||
"types": "dist/cjs/index.d.ts", | ||
@@ -21,6 +21,8 @@ "files": [ | ||
"jest": "^28.1.1", | ||
"rollup": "^2.75.6", | ||
"ts-jest": "^28.0.4", | ||
"ts-loader": "^9.3.0", | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.3", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.9.2" | ||
}, | ||
@@ -32,5 +34,4 @@ "scripts": { | ||
"clean": "gts clean", | ||
"build": "npm run build:cjs && npm run build:umd", | ||
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs", | ||
"build:umd": "npx rollup dist/cjs/index.js --format umd --name cssTools --sourcemap --file dist/umd/index.js", | ||
"build": "npm run compile", | ||
"compile": "NODE_ENV=prod webpack --mode production", | ||
"fix": "gts fix", | ||
@@ -37,0 +38,0 @@ "prepare": "npm run build", |
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
129289
14
15
325
1