@remotion/google-fonts 4.0.351 → 4.0.352
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
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
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.352",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"remotion": "4.0.
|
|
12
|
+
"remotion": "4.0.352"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -23,9 +23,6 @@
|
|
|
23
23
|
"types": "dist/cjs/index.d.ts",
|
|
24
24
|
"typesVersions": {
|
|
25
25
|
">=1.0": {
|
|
26
|
-
"from-info": [
|
|
27
|
-
"./dist/cjs/from-info.d.ts"
|
|
28
|
-
],
|
|
29
26
|
"ABeeZee": [
|
|
30
27
|
"dist/cjs/ABeeZee.d.ts"
|
|
31
28
|
],
|
|
@@ -5374,6 +5371,9 @@
|
|
|
5374
5371
|
],
|
|
5375
5372
|
"ZillaSlabHighlight": [
|
|
5376
5373
|
"dist/cjs/ZillaSlabHighlight.d.ts"
|
|
5374
|
+
],
|
|
5375
|
+
"from-info": [
|
|
5376
|
+
"./dist/cjs/from-info.d.ts"
|
|
5377
5377
|
]
|
|
5378
5378
|
}
|
|
5379
5379
|
},
|