@remotion/google-fonts 4.0.149 → 4.0.151

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
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@remotion/google-fonts",
3
- "version": "4.0.149",
3
+ "version": "4.0.151",
4
4
  "description": "Load Google Fonts in Remotion",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.mjs",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "dependencies": {
9
- "remotion": "4.0.149"
9
+ "remotion": "4.0.151"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/css-font-loading-module": "^0.0.7",
@@ -4774,7 +4774,7 @@
4774
4774
  }
4775
4775
  },
4776
4776
  "scripts": {
4777
- "build": "bun bundle.ts",
4777
+ "build": "bun --env-file=../.env.bundle bundle.ts",
4778
4778
  "generate": "bun scripts/generate.ts && bun scripts/generate-index.ts"
4779
4779
  }
4780
4780
  }