@remotion/google-fonts 3.3.73 → 3.3.75

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.
Files changed (1) hide show
  1. package/package.json +8 -10
package/package.json CHANGED
@@ -1,18 +1,12 @@
1
1
  {
2
2
  "name": "@remotion/google-fonts",
3
- "version": "3.3.73",
3
+ "version": "3.3.75",
4
4
  "description": "Load Google Fonts in Remotion",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.mjs",
7
- "scripts": {
8
- "build": "pnpm run generate && rollup --config rollup.config.js",
9
- "watch": "tsc -w",
10
- "generate": "ts-node scripts/generate.ts && ts-node scripts/generate-index.ts",
11
- "prepublishOnly": "node ensure-generation.js"
12
- },
13
7
  "license": "SEE LICENSE IN LICENSE.md",
14
8
  "dependencies": {
15
- "remotion": "3.3.73"
9
+ "remotion": "3.3.75"
16
10
  },
17
11
  "devDependencies": {
18
12
  "@rollup/plugin-typescript": "^8.2.0",
@@ -13440,5 +13434,9 @@
13440
13434
  "types": "./dist/cjs/Unbounded.d.ts"
13441
13435
  }
13442
13436
  },
13443
- "gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
13444
- }
13437
+ "scripts": {
13438
+ "build": "pnpm run generate && rollup --config rollup.config.js",
13439
+ "watch": "tsc -w",
13440
+ "generate": "ts-node scripts/generate.ts && ts-node scripts/generate-index.ts"
13441
+ }
13442
+ }