@remotion/google-fonts 4.0.374 → 4.0.375
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/google-fonts",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.375",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"remotion": "4.0.
|
|
17
|
+
"remotion": "4.0.375"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -25,9 +25,6 @@
|
|
|
25
25
|
"types": "dist/cjs/index.d.ts",
|
|
26
26
|
"typesVersions": {
|
|
27
27
|
">=1.0": {
|
|
28
|
-
"from-info": [
|
|
29
|
-
"./dist/cjs/from-info.d.ts"
|
|
30
|
-
],
|
|
31
28
|
"ABeeZee": [
|
|
32
29
|
"dist/cjs/ABeeZee.d.ts"
|
|
33
30
|
],
|
|
@@ -5409,6 +5406,9 @@
|
|
|
5409
5406
|
],
|
|
5410
5407
|
"ZillaSlabHighlight": [
|
|
5411
5408
|
"dist/cjs/ZillaSlabHighlight.d.ts"
|
|
5409
|
+
],
|
|
5410
|
+
"from-info": [
|
|
5411
|
+
"./dist/cjs/from-info.d.ts"
|
|
5412
5412
|
]
|
|
5413
5413
|
}
|
|
5414
5414
|
},
|