@revideo/renderer 0.2.9-alpha.905 → 0.2.9

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/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from './main';
2
2
  export * from './plugin';
3
- //# sourceMappingURL=index.d.ts.map
package/dist/main.d.ts CHANGED
@@ -5,4 +5,3 @@ interface RenderVideoSettings {
5
5
  }
6
6
  export declare const renderVideo: (configFile: string, params?: Record<string, unknown>, settings?: RenderVideoSettings) => Promise<void[]>;
7
7
  export {};
8
- //# sourceMappingURL=main.d.ts.map
package/dist/plugin.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  import { Plugin } from 'vite';
2
2
  export declare function rendererPlugin(params?: Record<string, unknown>): Plugin;
3
- //# sourceMappingURL=plugin.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revideo/renderer",
3
- "version": "0.2.9-alpha.905+6f7b23c",
3
+ "version": "0.2.9",
4
4
  "description": "A headless renderer for revideo",
5
5
  "main": "dist/index.js",
6
6
  "author": "revideo",
@@ -23,8 +23,8 @@
23
23
  "puppeteer": "^22.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@revideo/core": "^0.2.9-alpha.905+6f7b23c",
26
+ "@revideo/core": "0.2.9",
27
27
  "ncp": "^2.0.0"
28
28
  },
29
- "gitHead": "6f7b23c9ae25abf8f249b35c2fa97e15e7a21311"
29
+ "gitHead": "1d5cb494d5b8c93479221de7608370417232d6fe"
30
30
  }