@remotion/enable-scss 4.0.499 → 4.0.501
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export declare const enableScss:
|
|
1
|
+
import type { BundlerConfiguration } from '@remotion/bundler';
|
|
2
|
+
export declare const enableScss: <Configuration extends BundlerConfiguration>(currentConfiguration: Configuration) => Configuration;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/enable-scss"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/enable-scss",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.501",
|
|
7
7
|
"description": "Enable SCSS support in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"sass-loader": "14.2.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@remotion/bundler": "4.0.
|
|
29
|
+
"@remotion/bundler": "4.0.501"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@remotion/bundler": "4.0.
|
|
33
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/bundler": "4.0.501",
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.501",
|
|
34
34
|
"eslint": "9.19.0",
|
|
35
35
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
36
36
|
},
|