sass-embedded 1.93.3 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/src/compiler/async.js +7 -3
- package/dist/lib/src/compiler/async.js.map +1 -1
- package/dist/lib/src/compiler/utils.js +16 -0
- package/dist/lib/src/compiler/utils.js.map +1 -1
- package/dist/lib/src/deprecations.js +2 -0
- package/dist/lib/src/deprecations.js.map +1 -1
- package/dist/lib/src/vendor/deprecations.js +8 -1
- package/dist/lib/src/vendor/deprecations.js.map +1 -1
- package/dist/package.json +20 -20
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deprecations.d.ts +9 -1
- package/package.json +20 -20
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export interface Deprecations {
|
|
8
8
|
// START AUTOGENERATED LIST
|
|
9
|
-
// Checksum:
|
|
9
|
+
// Checksum: 81dd840fe9e83020c1fd88a91e46f49b16190c76
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Deprecation for passing a string directly to meta.call().
|
|
@@ -110,6 +110,7 @@ export interface Deprecations {
|
|
|
110
110
|
* Deprecation for function and mixin names beginning with --.
|
|
111
111
|
*
|
|
112
112
|
* This deprecation became active in Dart Sass 1.76.0.
|
|
113
|
+
* It became obsolete in Dart Sass 1.94.0.
|
|
113
114
|
*/
|
|
114
115
|
'css-function-mixin': Deprecation<'css-function-mixin'>;
|
|
115
116
|
|
|
@@ -192,6 +193,13 @@ export interface Deprecations {
|
|
|
192
193
|
*/
|
|
193
194
|
'with-private': Deprecation<'with-private'>;
|
|
194
195
|
|
|
196
|
+
/**
|
|
197
|
+
* Deprecation for the Sass if($condition, $if-true, $if-false) function.
|
|
198
|
+
*
|
|
199
|
+
* This deprecation became active in Dart Sass 1.95.0.
|
|
200
|
+
*/
|
|
201
|
+
'if-function': Deprecation<'if-function'>;
|
|
202
|
+
|
|
195
203
|
// END AUTOGENERATED LIST
|
|
196
204
|
|
|
197
205
|
/**
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sass-embedded",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.96.0",
|
|
4
4
|
"protocol-version": "3.2.0",
|
|
5
|
-
"compiler-version": "1.
|
|
5
|
+
"compiler-version": "1.96.0",
|
|
6
6
|
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
|
|
7
7
|
"repository": "sass/embedded-host-node",
|
|
8
8
|
"author": "Google Inc.",
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"test": "jest"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"sass-embedded-all-unknown": "1.
|
|
45
|
-
"sass-embedded-android-arm": "1.
|
|
46
|
-
"sass-embedded-android-arm64": "1.
|
|
47
|
-
"sass-embedded-android-riscv64": "1.
|
|
48
|
-
"sass-embedded-android-x64": "1.
|
|
49
|
-
"sass-embedded-darwin-arm64": "1.
|
|
50
|
-
"sass-embedded-darwin-x64": "1.
|
|
51
|
-
"sass-embedded-linux-arm": "1.
|
|
52
|
-
"sass-embedded-linux-arm64": "1.
|
|
53
|
-
"sass-embedded-linux-musl-arm": "1.
|
|
54
|
-
"sass-embedded-linux-musl-arm64": "1.
|
|
55
|
-
"sass-embedded-linux-musl-riscv64": "1.
|
|
56
|
-
"sass-embedded-linux-musl-x64": "1.
|
|
57
|
-
"sass-embedded-linux-riscv64": "1.
|
|
58
|
-
"sass-embedded-linux-x64": "1.
|
|
59
|
-
"sass-embedded-unknown-all": "1.
|
|
60
|
-
"sass-embedded-win32-arm64": "1.
|
|
61
|
-
"sass-embedded-win32-x64": "1.
|
|
44
|
+
"sass-embedded-all-unknown": "1.96.0",
|
|
45
|
+
"sass-embedded-android-arm": "1.96.0",
|
|
46
|
+
"sass-embedded-android-arm64": "1.96.0",
|
|
47
|
+
"sass-embedded-android-riscv64": "1.96.0",
|
|
48
|
+
"sass-embedded-android-x64": "1.96.0",
|
|
49
|
+
"sass-embedded-darwin-arm64": "1.96.0",
|
|
50
|
+
"sass-embedded-darwin-x64": "1.96.0",
|
|
51
|
+
"sass-embedded-linux-arm": "1.96.0",
|
|
52
|
+
"sass-embedded-linux-arm64": "1.96.0",
|
|
53
|
+
"sass-embedded-linux-musl-arm": "1.96.0",
|
|
54
|
+
"sass-embedded-linux-musl-arm64": "1.96.0",
|
|
55
|
+
"sass-embedded-linux-musl-riscv64": "1.96.0",
|
|
56
|
+
"sass-embedded-linux-musl-x64": "1.96.0",
|
|
57
|
+
"sass-embedded-linux-riscv64": "1.96.0",
|
|
58
|
+
"sass-embedded-linux-x64": "1.96.0",
|
|
59
|
+
"sass-embedded-unknown-all": "1.96.0",
|
|
60
|
+
"sass-embedded-win32-arm64": "1.96.0",
|
|
61
|
+
"sass-embedded-win32-x64": "1.96.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@bufbuild/protobuf": "^2.5.0",
|