sass-embedded
Advanced tools
Comparing version 1.59.3 to 1.60.0
@@ -43,3 +43,2 @@ "use strict"; | ||
} | ||
exports.SassBooleanInternal = SassBooleanInternal; | ||
// Whether callers are allowed to construct this class. This is set to | ||
@@ -49,2 +48,3 @@ // `false` once the two constants are constructed so that the constructor | ||
SassBooleanInternal.constructionAllowed = true; | ||
exports.SassBooleanInternal = SassBooleanInternal; | ||
/** The singleton instance of SassScript true. */ | ||
@@ -51,0 +51,0 @@ exports.sassTrue = new SassBooleanInternal(true); |
@@ -37,3 +37,2 @@ "use strict"; | ||
} | ||
exports.SassNull = SassNull; | ||
// Whether callers are allowed to construct this class. This is set to | ||
@@ -43,2 +42,3 @@ // `false` once the two constants are constructed so that the constructor | ||
SassNull.constructionAllowed = true; | ||
exports.SassNull = SassNull; | ||
/** The singleton instance of SassScript null. */ | ||
@@ -45,0 +45,0 @@ exports.sassNull = new SassNull(); |
{ | ||
"name": "sass-embedded", | ||
"version": "1.59.3", | ||
"version": "1.60.0", | ||
"protocol-version": "1.2.0", | ||
"compiler-version": "1.59.3", | ||
"compiler-version": "1.60.0", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -30,10 +30,10 @@ "repository": "sass/embedded-host-node", | ||
"optionalDependencies": { | ||
"sass-embedded-darwin-arm64": "1.59.3", | ||
"sass-embedded-darwin-x64": "1.59.3", | ||
"sass-embedded-linux-arm": "1.59.3", | ||
"sass-embedded-linux-arm64": "1.59.3", | ||
"sass-embedded-linux-ia32": "1.59.3", | ||
"sass-embedded-linux-x64": "1.59.3", | ||
"sass-embedded-win32-ia32": "1.59.3", | ||
"sass-embedded-win32-x64": "1.59.3" | ||
"sass-embedded-darwin-arm64": "1.60.0", | ||
"sass-embedded-darwin-x64": "1.60.0", | ||
"sass-embedded-linux-arm": "1.60.0", | ||
"sass-embedded-linux-arm64": "1.60.0", | ||
"sass-embedded-linux-ia32": "1.60.0", | ||
"sass-embedded-linux-x64": "1.60.0", | ||
"sass-embedded-win32-ia32": "1.60.0", | ||
"sass-embedded-win32-x64": "1.60.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "dependencies": { | ||
"jest": "^29.4.1", | ||
"minipass": "4.0.3", | ||
"minipass": "4.2.5", | ||
"npm-run-all": "^4.1.5", | ||
@@ -71,3 +71,3 @@ "path-equal": "^1.2.5", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3", | ||
"typescript": "^5.0.2", | ||
"yaml": "^2.2.1", | ||
@@ -74,0 +74,0 @@ "yargs": "^17.2.1" |
{ | ||
"name": "sass-embedded", | ||
"version": "1.59.3", | ||
"version": "1.60.0", | ||
"protocol-version": "1.2.0", | ||
"compiler-version": "1.59.3", | ||
"compiler-version": "1.60.0", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -30,10 +30,10 @@ "repository": "sass/embedded-host-node", | ||
"optionalDependencies": { | ||
"sass-embedded-darwin-arm64": "1.59.3", | ||
"sass-embedded-darwin-x64": "1.59.3", | ||
"sass-embedded-linux-arm": "1.59.3", | ||
"sass-embedded-linux-arm64": "1.59.3", | ||
"sass-embedded-linux-ia32": "1.59.3", | ||
"sass-embedded-linux-x64": "1.59.3", | ||
"sass-embedded-win32-ia32": "1.59.3", | ||
"sass-embedded-win32-x64": "1.59.3" | ||
"sass-embedded-darwin-arm64": "1.60.0", | ||
"sass-embedded-darwin-x64": "1.60.0", | ||
"sass-embedded-linux-arm": "1.60.0", | ||
"sass-embedded-linux-arm64": "1.60.0", | ||
"sass-embedded-linux-ia32": "1.60.0", | ||
"sass-embedded-linux-x64": "1.60.0", | ||
"sass-embedded-win32-ia32": "1.60.0", | ||
"sass-embedded-win32-x64": "1.60.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "dependencies": { | ||
"jest": "^29.4.1", | ||
"minipass": "4.0.3", | ||
"minipass": "4.2.5", | ||
"npm-run-all": "^4.1.5", | ||
@@ -71,3 +71,3 @@ "path-equal": "^1.2.5", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3", | ||
"typescript": "^5.0.2", | ||
"yaml": "^2.2.1", | ||
@@ -74,0 +74,0 @@ "yargs": "^17.2.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
623371