@remotion/bundler 3.0.0-lambda.237 → 3.0.0-lambda.250
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/bundler.d.ts.map +1 -1
- package/dist/bundler.js +10 -1
- package/dist/bundler.js.map +1 -1
- package/dist/dev-middleware/index.d.ts +0 -2
- package/dist/dev-middleware/index.d.ts.map +1 -1
- package/dist/fast-refresh/loader.d.ts +6 -0
- package/dist/fast-refresh/loader.d.ts.map +1 -1
- package/dist/fast-refresh/loader.js +10 -7
- package/dist/fast-refresh/loader.js.map +1 -1
- package/package.json +3 -3
package/dist/bundler.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,iBAAiB,EAAC,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,iBAAiB,EAAC,MAAM,UAAU,CAAC;AAoCtD,eAAO,MAAM,MAAM,eACN,MAAM,iCACY,MAAM,KAAK,IAAI;;;;;kBAO3C,QAAQ,MAAM,CAyChB,CAAC"}
|
package/dist/bundler.js
CHANGED
|
@@ -28,6 +28,12 @@ const trimLeadingSlash = (p) => {
|
|
|
28
28
|
}
|
|
29
29
|
return p;
|
|
30
30
|
};
|
|
31
|
+
const trimTrailingSlash = (p) => {
|
|
32
|
+
if (p.endsWith('/')) {
|
|
33
|
+
return trimTrailingSlash(p.substr(0, p.length - 1));
|
|
34
|
+
}
|
|
35
|
+
return p;
|
|
36
|
+
};
|
|
31
37
|
const bundle = async (entryPoint, onProgressUpdate, options) => {
|
|
32
38
|
var _a, _b, _c, _d;
|
|
33
39
|
const outDir = await prepareOutDir((_a = options === null || options === void 0 ? void 0 : options.outDir) !== null && _a !== void 0 ? _a : null);
|
|
@@ -51,7 +57,10 @@ const bundle = async (entryPoint, onProgressUpdate, options) => {
|
|
|
51
57
|
throw new Error(errors[0].message + '\n' + errors[0].details);
|
|
52
58
|
}
|
|
53
59
|
const baseDir = (_d = options === null || options === void 0 ? void 0 : options.publicPath) !== null && _d !== void 0 ? _d : '/';
|
|
54
|
-
const publicDir = '/' +
|
|
60
|
+
const publicDir = '/' +
|
|
61
|
+
[trimTrailingSlash(trimLeadingSlash(baseDir)), 'public']
|
|
62
|
+
.filter(Boolean)
|
|
63
|
+
.join('/');
|
|
55
64
|
const from = path_1.default.join(process.cwd(), 'public');
|
|
56
65
|
const to = path_1.default.join(outDir, 'public');
|
|
57
66
|
if (fs_1.default.existsSync(from)) {
|
package/dist/bundler.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundler.js","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":";;;;;;AAAA,4CAAoB;AACpB,4CAAoB;AACpB,gDAAwB;AACxB,uCAAsD;AACtD,+BAA+B;AAC/B,sDAA8B;AAC9B,yCAAmC;AACnC,qDAA2C;AAC3C,qDAA+C;AAE/C,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;AAE/C,MAAM,WAAW,GAAG,IAAA,gBAAS,EAAC,iBAAO,CAAC,CAAC;AAEvC,MAAM,aAAa,GAAG,KAAK,EAAE,SAAwB,EAAE,EAAE;IACxD,IAAI,SAAS,EAAE;QACd,MAAM,YAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,SAAS,EAAE,EAAC,SAAS,EAAE,IAAI,EAAC,CAAC,CAAC;QACtD,OAAO,SAAS,CAAC;KACjB;IAED,OAAO,YAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAI,CAAC,IAAI,CAAC,YAAE,CAAC,MAAM,EAAE,EAAE,uBAAuB,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,CAAS,EAAU,EAAE;IAC9C,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;QACtB,OAAO,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;KACrC;IAED,OAAO,CAAC,CAAC;AACV,CAAC,CAAC;AAEK,MAAM,MAAM,GAAG,KAAK,EAC1B,UAAkB,EAClB,gBAA6C,EAC7C,OAKC,EACiB,EAAE;;IACpB,MAAM,MAAM,GAAG,MAAM,aAAa,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,mCAAI,IAAI,CAAC,CAAC;IAC5D,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC;QAChC,IAAA,8BAAa,EAAC;YACb,KAAK;YACL,oBAAoB,EAAE,UAAU;YAChC,MAAM;YACN,WAAW,EAAE,YAAY;YACzB,eAAe,EACd,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,eAAe,mCAAI,oBAAS,CAAC,oBAAoB,EAAE;YAC7D,gBAAgB;YAChB,aAAa,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,mCAAI,oBAAS,CAAC,iBAAiB,EAAE;YACtE,iBAAiB,EAAE,EAAE;SACrB,CAAC;KACF,CAAC,CAAC;IACH,IAAI,CAAC,MAAM,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;KAC3C;IAED,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;IACjC,IAAI,MAAM,KAAK,SAAS,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;QAC9C,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;KAC9D;IAED,MAAM,OAAO,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU,mCAAI,GAAG,CAAC;IAC3C,MAAM,SAAS,GACd,GAAG,
|
|
1
|
+
{"version":3,"file":"bundler.js","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":";;;;;;AAAA,4CAAoB;AACpB,4CAAoB;AACpB,gDAAwB;AACxB,uCAAsD;AACtD,+BAA+B;AAC/B,sDAA8B;AAC9B,yCAAmC;AACnC,qDAA2C;AAC3C,qDAA+C;AAE/C,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;AAE/C,MAAM,WAAW,GAAG,IAAA,gBAAS,EAAC,iBAAO,CAAC,CAAC;AAEvC,MAAM,aAAa,GAAG,KAAK,EAAE,SAAwB,EAAE,EAAE;IACxD,IAAI,SAAS,EAAE;QACd,MAAM,YAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,SAAS,EAAE,EAAC,SAAS,EAAE,IAAI,EAAC,CAAC,CAAC;QACtD,OAAO,SAAS,CAAC;KACjB;IAED,OAAO,YAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAI,CAAC,IAAI,CAAC,YAAE,CAAC,MAAM,EAAE,EAAE,uBAAuB,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,CAAS,EAAU,EAAE;IAC9C,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;QACtB,OAAO,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;KACrC;IAED,OAAO,CAAC,CAAC;AACV,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,CAAS,EAAU,EAAE;IAC/C,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;QACpB,OAAO,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;KACpD;IAED,OAAO,CAAC,CAAC;AACV,CAAC,CAAC;AAEK,MAAM,MAAM,GAAG,KAAK,EAC1B,UAAkB,EAClB,gBAA6C,EAC7C,OAKC,EACiB,EAAE;;IACpB,MAAM,MAAM,GAAG,MAAM,aAAa,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,mCAAI,IAAI,CAAC,CAAC;IAC5D,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC;QAChC,IAAA,8BAAa,EAAC;YACb,KAAK;YACL,oBAAoB,EAAE,UAAU;YAChC,MAAM;YACN,WAAW,EAAE,YAAY;YACzB,eAAe,EACd,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,eAAe,mCAAI,oBAAS,CAAC,oBAAoB,EAAE;YAC7D,gBAAgB;YAChB,aAAa,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,mCAAI,oBAAS,CAAC,iBAAiB,EAAE;YACtE,iBAAiB,EAAE,EAAE;SACrB,CAAC;KACF,CAAC,CAAC;IACH,IAAI,CAAC,MAAM,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;KAC3C;IAED,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;IACjC,IAAI,MAAM,KAAK,SAAS,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;QAC9C,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;KAC9D;IAED,MAAM,OAAO,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU,mCAAI,GAAG,CAAC;IAC3C,MAAM,SAAS,GACd,GAAG;QACH,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,EAAE,QAAQ,CAAC;aACtD,MAAM,CAAC,OAAO,CAAC;aACf,IAAI,CAAC,GAAG,CAAC,CAAC;IAEb,MAAM,IAAI,GAAG,cAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,QAAQ,CAAC,CAAC;IAChD,MAAM,EAAE,GAAG,cAAI,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IACvC,IAAI,YAAE,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE;QACxB,MAAM,IAAA,kBAAO,EAAC,IAAI,EAAE,EAAE,CAAC,CAAC;KACxB;IAED,MAAM,IAAI,GAAG,IAAA,0BAAS,EAAC,SAAS,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC;IACjD,YAAE,CAAC,aAAa,CAAC,cAAI,CAAC,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC;IAExD,OAAO,MAAM,CAAC;AACf,CAAC,CAAC;AAlDW,QAAA,MAAM,UAkDjB"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="qs" />
|
|
2
|
-
/// <reference types="express" />
|
|
3
1
|
import webpack from 'webpack';
|
|
4
2
|
export declare function wdm(compiler: webpack.Compiler): (req: import("express").Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>, res: import("express").Response<any, Record<string, any>>, next: import("express").NextFunction) => Promise<void>;
|
|
5
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dev-middleware/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dev-middleware/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAmB,MAAM,SAAS,CAAC;AAW1C,wBAAgB,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,kQAyD7C"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ⚠️ Be careful when refactoring this file!
|
|
3
|
+
* This gets injected into every file of the browser.
|
|
4
|
+
* You cannot have returns, optional chains, inverse the if statement etc.
|
|
5
|
+
* Check the Typescript output in dist/ to see that no extra `var` statements were produced
|
|
6
|
+
*/
|
|
1
7
|
/**
|
|
2
8
|
* Source code is adapted from https://github.com/WebHotelier/webpack-fast-refresh#readme and rewritten in Typescript. This file is MIT licensed.
|
|
3
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../src/fast-refresh/loader.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../src/fast-refresh/loader.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAyFzC,QAAA,MAAM,kBAAkB,EAAE,gBAEzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* ⚠️ Be careful when refactoring this file!
|
|
4
|
+
* This gets injected into every file of the browser.
|
|
5
|
+
* You cannot have returns, optional chains, inverse the if statement etc.
|
|
6
|
+
* Check the Typescript output in dist/ to see that no extra `var` statements were produced
|
|
4
7
|
*/
|
|
5
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
9
|
// This file is copied from the @vercel/next.js, with removed TS annotations
|
|
@@ -9,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
12
|
// This function gets unwrapped into global scope, which is why we don't invert
|
|
10
13
|
// if-blocks. Also, you cannot use `return`.
|
|
11
14
|
function RefreshModuleRuntime() {
|
|
12
|
-
var _a, _b, _c, _d, _e, _f;
|
|
13
15
|
// Legacy CSS implementations will `eval` browser code in a Node.js context
|
|
14
16
|
// to extract CSS. For backwards compatibility, we need to check we're in a
|
|
15
17
|
// browser context before continuing.
|
|
@@ -20,7 +22,8 @@ function RefreshModuleRuntime() {
|
|
|
20
22
|
// eslint-disable-next-line no-proto
|
|
21
23
|
const currentExports = module.__proto__.exports;
|
|
22
24
|
let prevExports = null;
|
|
23
|
-
|
|
25
|
+
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
|
|
26
|
+
if (module.hot && module.hot.data && module.hot.data.prevExports) {
|
|
24
27
|
prevExports = module.hot.data.prevExports;
|
|
25
28
|
}
|
|
26
29
|
// This cannot happen in MainTemplate because the exports mismatch between
|
|
@@ -31,12 +34,12 @@ function RefreshModuleRuntime() {
|
|
|
31
34
|
if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {
|
|
32
35
|
// Save the previous exports on update so we can compare the boundary
|
|
33
36
|
// signatures.
|
|
34
|
-
|
|
37
|
+
module.hot.dispose((data) => {
|
|
35
38
|
data.prevExports = currentExports;
|
|
36
39
|
});
|
|
37
40
|
// Unconditionally accept an update to this module, we'll check if it's
|
|
38
41
|
// still a Refresh Boundary later.
|
|
39
|
-
|
|
42
|
+
module.hot.accept();
|
|
40
43
|
// This field is set when the previous version of this module was a
|
|
41
44
|
// Refresh Boundary, letting us know we need to check for invalidation or
|
|
42
45
|
// enqueue an update.
|
|
@@ -50,7 +53,7 @@ function RefreshModuleRuntime() {
|
|
|
50
53
|
// function, we want to invalidate the boundary.
|
|
51
54
|
if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevExports, currentExports)) {
|
|
52
55
|
// @ts-expect-error
|
|
53
|
-
|
|
56
|
+
module.hot.invalidate();
|
|
54
57
|
}
|
|
55
58
|
else {
|
|
56
59
|
self.$RefreshHelpers$.scheduleUpdate();
|
|
@@ -65,7 +68,7 @@ function RefreshModuleRuntime() {
|
|
|
65
68
|
const isNoLongerABoundary = prevExports !== null;
|
|
66
69
|
if (isNoLongerABoundary) {
|
|
67
70
|
// @ts-expect-error
|
|
68
|
-
|
|
71
|
+
module.hot.invalidate();
|
|
69
72
|
}
|
|
70
73
|
}
|
|
71
74
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.js","sourceRoot":"","sources":["../../src/fast-refresh/loader.ts"],"names":[],"mappings":";AAAA;;
|
|
1
|
+
{"version":3,"file":"loader.js","sourceRoot":"","sources":["../../src/fast-refresh/loader.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;AAgCH,4EAA4E;AAC5E,EAAE;AACF,uFAAuF;AAEvF,+EAA+E;AAC/E,4CAA4C;AAC5C,SAAS,oBAAoB;IAC5B,2EAA2E;IAC3E,2EAA2E;IAC3E,qCAAqC;IACrC,IACC,OAAO,IAAI,KAAK,WAAW;QAC3B,kDAAkD;QAClD,kBAAkB,IAAI,IAAI,EACzB;QACD,mBAAmB;QACnB,oCAAoC;QACpC,MAAM,cAAc,GAAG,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC;QAChD,IAAI,WAAW,GAAG,IAAI,CAAC;QAEvB,oEAAoE;QACpE,IAAI,MAAM,CAAC,GAAG,IAAI,MAAM,CAAC,GAAG,CAAC,IAAI,IAAI,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE;YACjE,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,CAAC;SAC1C;QAED,0EAA0E;QAC1E,4BAA4B;QAC5B,IAAI,CAAC,gBAAgB,CAAC,8BAA8B,CACnD,cAAc,EACd,MAAM,CAAC,EAAE,CACT,CAAC;QAEF,yEAAyE;QACzE,4BAA4B;QAC5B,IAAI,IAAI,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,cAAc,CAAC,EAAE;YACjE,qEAAqE;YACrE,cAAc;YACb,MAAM,CAAC,GAA8B,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;gBACvD,IAAI,CAAC,WAAW,GAAG,cAAc,CAAC;YACnC,CAAC,CAAC,CAAC;YACH,uEAAuE;YACvE,kCAAkC;YACjC,MAAM,CAAC,GAA8B,CAAC,MAAM,EAAE,CAAC;YAEhD,mEAAmE;YACnE,yEAAyE;YACzE,qBAAqB;YACrB,IAAI,WAAW,KAAK,IAAI,EAAE;gBACzB,mEAAmE;gBACnE,6BAA6B;gBAC7B,EAAE;gBACF,+DAA+D;gBAC/D,kEAAkE;gBAClE,8DAA8D;gBAC9D,gDAAgD;gBAChD,IACC,IAAI,CAAC,gBAAgB,CAAC,oCAAoC,CACzD,WAAW,EACX,cAAc,CACd,EACA;oBACD,mBAAmB;oBAClB,MAAM,CAAC,GAA8B,CAAC,UAAU,EAAE,CAAC;iBACpD;qBAAM;oBACN,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,CAAC;iBACvC;aACD;SACD;aAAM;YACN,yEAAyE;YACzE,uDAAuD;YACvD,oEAAoE;YACpE,oEAAoE;YACpE,MAAM,mBAAmB,GAAG,WAAW,KAAK,IAAI,CAAC;YACjD,IAAI,mBAAmB,EAAE;gBACxB,mBAAmB;gBAClB,MAAM,CAAC,GAA0B,CAAC,UAAU,EAAE,CAAC;aAChD;SACD;KACD;AACF,CAAC;AAED,IAAI,oBAAoB,GAAG,oBAAoB,CAAC,QAAQ,EAAE,CAAC;AAC3D,oBAAoB,GAAG,oBAAoB,CAAC,KAAK,CAChD,oBAAoB,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EACrC,oBAAoB,CAAC,WAAW,CAAC,GAAG,CAAC,CACrC,CAAC;AAEF,MAAM,kBAAkB,GAAqB,UAAU,MAAM,EAAE,cAAc;IAC5E,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,MAAM,QAAQ,oBAAoB,EAAE,EAAE,cAAc,CAAC,CAAC;AAC9E,CAAC,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/bundler",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.250+8bed66801",
|
|
4
4
|
"description": "Bundler for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"memfs": "^3.4.0",
|
|
30
30
|
"mime-types": "^2.1.34",
|
|
31
31
|
"react-refresh": "^0.9.0-rc.2",
|
|
32
|
-
"remotion": "3.0.0-lambda.
|
|
32
|
+
"remotion": "3.0.0-lambda.250+8bed66801",
|
|
33
33
|
"semver": "7.3.4",
|
|
34
34
|
"source-map": "^0.5.7",
|
|
35
35
|
"source-map-loader": "^3.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8bed66801069bc79ca88be6ae89846022e68424b"
|
|
59
59
|
}
|