@remotion/enable-scss 4.0.423 → 4.0.425
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/cjs/index.js +1 -1
- package/package.json +8 -7
package/dist/cjs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.enableScss = void 0;
|
|
4
|
-
|
|
4
|
+
const enable_scss_1 = require("./enable-scss");
|
|
5
5
|
Object.defineProperty(exports, "enableScss", { enumerable: true, get: function () { return enable_scss_1.enableScss; } });
|
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.425",
|
|
7
7
|
"description": "Enable SCSS support in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"scripts": {
|
|
13
13
|
"lint": "eslint src",
|
|
14
|
-
"make": "
|
|
15
|
-
"formatting": "prettier
|
|
14
|
+
"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts",
|
|
15
|
+
"formatting": "prettier src --check"
|
|
16
16
|
},
|
|
17
17
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
18
18
|
"contributors": [],
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
"sass-loader": "14.2.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@remotion/bundler": "4.0.
|
|
29
|
+
"@remotion/bundler": "4.0.425"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@remotion/bundler": "4.0.
|
|
33
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
34
|
-
"eslint": "9.19.0"
|
|
32
|
+
"@remotion/bundler": "4.0.425",
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.425",
|
|
34
|
+
"eslint": "9.19.0",
|
|
35
|
+
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
35
36
|
},
|
|
36
37
|
"keywords": [
|
|
37
38
|
"remotion",
|