@remotion/cloudrun 4.0.187 → 4.0.188

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @remotion/cloudrun@4.0.186 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.187 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > bun build.ts
4
4
 
5
5
  distribution bundled.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.deployService = exports.internalDeployService = void 0;
4
- const pure_1 = require("@remotion/renderer/pure");
4
+ const error_handling_1 = require("@remotion/renderer/error-handling");
5
5
  const constants_1 = require("../shared/constants");
6
6
  const generate_service_name_1 = require("../shared/generate-service-name");
7
7
  const validate_gcp_region_1 = require("../shared/validate-gcp-region");
@@ -63,7 +63,7 @@ const deployServiceRaw = async ({ performImageVersionValidation = true, memoryLi
63
63
  alreadyExists: false,
64
64
  };
65
65
  };
66
- exports.internalDeployService = pure_1.NoReactAPIs.wrapWithErrorHandling(deployServiceRaw);
66
+ exports.internalDeployService = (0, error_handling_1.wrapWithErrorHandling)(deployServiceRaw);
67
67
  /**
68
68
  * @description Creates a Cloud Run service in your project that will be able to render a video in GCP.
69
69
  * @link https://remotion.dev/docs/cloudrun/deployservice
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.deploySite = exports.internalDeploySiteRaw = void 0;
4
4
  const bundler_1 = require("@remotion/bundler");
5
- const pure_1 = require("@remotion/renderer/pure");
5
+ const error_handling_1 = require("@remotion/renderer/error-handling");
6
6
  const io_1 = require("../functions/helpers/io");
7
7
  const constants_1 = require("../shared/constants");
8
8
  const get_storage_operations_1 = require("../shared/get-storage-operations");
@@ -75,7 +75,7 @@ const internalDeploySiteRaw = async ({ entryPoint, bucketName, siteName, options
75
75
  };
76
76
  };
77
77
  exports.internalDeploySiteRaw = internalDeploySiteRaw;
78
- const errorHandled = pure_1.NoReactAPIs.wrapWithErrorHandling(exports.internalDeploySiteRaw);
78
+ const errorHandled = (0, error_handling_1.wrapWithErrorHandling)(exports.internalDeploySiteRaw);
79
79
  /**
80
80
  * @description Deploys a Remotion project to a GCP storage bucket to prepare it for rendering on Cloud Run.
81
81
  * @link https://remotion.dev/docs/cloudrun/deploysite
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.renderMediaOnCloudrun = exports.internalRenderMediaOnCloudrun = void 0;
4
- const pure_1 = require("@remotion/renderer/pure");
4
+ const error_handling_1 = require("@remotion/renderer/error-handling");
5
5
  const no_react_1 = require("remotion/no-react");
6
6
  const version_1 = require("remotion/version");
7
7
  const validate_gcp_codec_1 = require("../shared/validate-gcp-codec");
@@ -125,7 +125,7 @@ const internalRenderMediaOnCloudrunRaw = async ({ cloudRunUrl, serviceName, regi
125
125
  });
126
126
  return renderResponse;
127
127
  };
128
- exports.internalRenderMediaOnCloudrun = pure_1.NoReactAPIs.wrapWithErrorHandling(internalRenderMediaOnCloudrunRaw);
128
+ exports.internalRenderMediaOnCloudrun = (0, error_handling_1.wrapWithErrorHandling)(internalRenderMediaOnCloudrunRaw);
129
129
  /**
130
130
  * @description Triggers a render on a GCP Cloud Run service given a composition and a Cloud Run URL.
131
131
  * @see [Documentation](https://remotion.dev/docs/cloudrun/renderMediaOnGcp)
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.renderStillOnCloudrun = void 0;
4
4
  const client_1 = require("@remotion/renderer/client");
5
- const pure_1 = require("@remotion/renderer/pure");
5
+ const error_handling_1 = require("@remotion/renderer/error-handling");
6
6
  const no_react_1 = require("remotion/no-react");
7
7
  const version_1 = require("remotion/version");
8
8
  const validate_privacy_1 = require("../shared/validate-privacy");
@@ -126,7 +126,7 @@ const internalRenderStillOnCloudRun = async ({ cloudRunUrl, serviceName, region,
126
126
  });
127
127
  return renderResponse;
128
128
  };
129
- const errorHandled = pure_1.NoReactAPIs.wrapWithErrorHandling(internalRenderStillOnCloudRun);
129
+ const errorHandled = (0, error_handling_1.wrapWithErrorHandling)(internalRenderStillOnCloudRun);
130
130
  const renderStillOnCloudrun = (options) => {
131
131
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
132
132
  return errorHandled({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
4
4
  },
5
5
  "name": "@remotion/cloudrun",
6
- "version": "4.0.187",
6
+ "version": "4.0.188",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,14 +16,14 @@
16
16
  "@google-cloud/logging": "^11.1.0",
17
17
  "google-auth-library": "^8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.187",
20
- "@remotion/renderer": "4.0.187",
21
- "@remotion/cli": "4.0.187",
22
- "remotion": "4.0.187"
19
+ "@remotion/bundler": "4.0.188",
20
+ "@remotion/cli": "4.0.188",
21
+ "@remotion/renderer": "4.0.188",
22
+ "remotion": "4.0.188"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
- "@remotion/compositor-linux-x64-gnu": "4.0.187"
26
+ "@remotion/compositor-linux-x64-gnu": "4.0.188"
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",