@remotion/google-fonts 4.0.373 → 4.0.374
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.374",
|
|
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.374"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -25,6 +25,9 @@
|
|
|
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
|
+
],
|
|
28
31
|
"ABeeZee": [
|
|
29
32
|
"dist/cjs/ABeeZee.d.ts"
|
|
30
33
|
],
|
|
@@ -5406,9 +5409,6 @@
|
|
|
5406
5409
|
],
|
|
5407
5410
|
"ZillaSlabHighlight": [
|
|
5408
5411
|
"dist/cjs/ZillaSlabHighlight.d.ts"
|
|
5409
|
-
],
|
|
5410
|
-
"from-info": [
|
|
5411
|
-
"./dist/cjs/from-info.d.ts"
|
|
5412
5412
|
]
|
|
5413
5413
|
}
|
|
5414
5414
|
},
|