storyforge 0.11.0 → 0.11.2
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/bridge-poller-WP2BQ3UQ.js +8383 -0
- package/dist/{chunk-3OSRQDP4.js → chunk-3ZW2KMKN.js} +2 -2
- package/dist/{chunk-7LSZYUYI.js → chunk-62PNWAA7.js} +1 -1
- package/dist/{chunk-LMMQX4CK.js → chunk-NSPRIPOP.js} +2 -15
- package/dist/{cli-usage-NU4C7VSX.js → cli-usage-G762TREV.js} +1 -1
- package/dist/{client-MF534QAN.js → client-5FQUWSRI.js} +1 -1
- package/dist/{dist-es-CAGZHLKS.js → dist-es-2LINLMXN.js} +1 -1
- package/dist/{dist-es-3TC5POJ4.js → dist-es-4NQJAKNU.js} +1 -1
- package/dist/{dist-es-ZZU2EL2U.js → dist-es-4RCBWWWT.js} +2 -2
- package/dist/{dist-es-FDKDVQJS.js → dist-es-JQWJEY7F.js} +10 -10
- package/dist/{dist-es-JV2J2Y4M.js → dist-es-KZQIITSZ.js} +1 -1
- package/dist/{dist-es-NILBX7MB.js → dist-es-QJ3UEHQZ.js} +4 -4
- package/dist/{dist-es-B7SGUKTW.js → dist-es-SXKTBYGM.js} +1 -1
- package/dist/{event-streams-USURRKV5.js → event-streams-DNC7XM6J.js} +1 -1
- package/dist/index.js +55 -5
- package/dist/{loadSso-AZ42Z7V3.js → loadSso-SM6TYICZ.js} +3 -3
- package/dist/{signin-4D4YPBNN.js → signin-TZJIHAWM.js} +3 -3
- package/dist/{sso-oidc-F6K5WTPY.js → sso-oidc-MO5NOHP3.js} +3 -3
- package/dist/{stitch-YE4JPSM7.js → stitch-MRZJ34KA.js} +1 -1
- package/dist/{sts-HQR574WS.js → sts-PUI4IC7G.js} +2 -2
- package/package.json +5 -2
- package/dist/bridge-poller-L6GCZF32.js +0 -321316
|
@@ -1881,7 +1881,7 @@ var HttpProtocol = class extends SerdeContext {
|
|
|
1881
1881
|
});
|
|
1882
1882
|
}
|
|
1883
1883
|
async loadEventStreamCapability() {
|
|
1884
|
-
const { EventStreamSerde } = await import("./event-streams-
|
|
1884
|
+
const { EventStreamSerde } = await import("./event-streams-DNC7XM6J.js");
|
|
1885
1885
|
return new EventStreamSerde({
|
|
1886
1886
|
marshaller: this.getEventStreamMarshaller(),
|
|
1887
1887
|
serializer: this.serializer,
|
|
@@ -5393,7 +5393,7 @@ var inferPhysicalRegion = async () => {
|
|
|
5393
5393
|
}
|
|
5394
5394
|
if (!process.env[ENV_IMDS_DISABLED]) {
|
|
5395
5395
|
try {
|
|
5396
|
-
const { getInstanceMetadataEndpoint, httpRequest } = await import("./dist-es-
|
|
5396
|
+
const { getInstanceMetadataEndpoint, httpRequest } = await import("./dist-es-4NQJAKNU.js");
|
|
5397
5397
|
const endpoint = await getInstanceMetadataEndpoint();
|
|
5398
5398
|
return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString();
|
|
5399
5399
|
} catch (e) {
|
|
@@ -5,16 +5,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var
|
|
9
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
|
-
}) : x)(function(x) {
|
|
11
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
12
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
13
|
-
});
|
|
14
|
-
var __esm = (fn, res) => function __init() {
|
|
15
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
16
|
-
};
|
|
17
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
8
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
18
9
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
19
10
|
};
|
|
20
11
|
var __export = (target, all) => {
|
|
@@ -37,13 +28,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
37
28
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
38
29
|
mod
|
|
39
30
|
));
|
|
40
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
41
31
|
|
|
42
32
|
export {
|
|
43
|
-
__require,
|
|
44
|
-
__esm,
|
|
45
33
|
__commonJS,
|
|
46
34
|
__export,
|
|
47
|
-
__toESM
|
|
48
|
-
__toCommonJS
|
|
35
|
+
__toESM
|
|
49
36
|
};
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
CredentialsProviderError
|
|
12
12
|
} from "./chunk-YLY3P6CS.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-NSPRIPOP.js";
|
|
14
14
|
|
|
15
15
|
// ../../node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
16
16
|
import { exec } from "child_process";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
CredentialsProviderError,
|
|
10
10
|
ProviderError
|
|
11
11
|
} from "./chunk-YLY3P6CS.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-NSPRIPOP.js";
|
|
13
13
|
|
|
14
14
|
// ../../node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
15
15
|
import { parse } from "url";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CredentialsProviderError
|
|
10
10
|
} from "./chunk-YLY3P6CS.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-NSPRIPOP.js";
|
|
12
12
|
|
|
13
13
|
// ../../node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
14
14
|
import { readFileSync } from "fs";
|
|
@@ -19,7 +19,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
19
19
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
20
20
|
let { roleAssumerWithWebIdentity } = init;
|
|
21
21
|
if (!roleAssumerWithWebIdentity) {
|
|
22
|
-
const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-
|
|
22
|
+
const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-PUI4IC7G.js");
|
|
23
23
|
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
|
|
24
24
|
...init.clientConfig,
|
|
25
25
|
credentialProviderLogger: init.logger,
|
|
@@ -16,25 +16,25 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
CredentialsProviderError
|
|
18
18
|
} from "./chunk-YLY3P6CS.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-NSPRIPOP.js";
|
|
20
20
|
|
|
21
21
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
22
22
|
var resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
23
23
|
const sourceProvidersMap = {
|
|
24
24
|
EcsContainer: async (options) => {
|
|
25
|
-
const { fromHttp } = await import("./dist-es-
|
|
26
|
-
const { fromContainerMetadata } = await import("./dist-es-
|
|
25
|
+
const { fromHttp } = await import("./dist-es-KZQIITSZ.js");
|
|
26
|
+
const { fromContainerMetadata } = await import("./dist-es-4NQJAKNU.js");
|
|
27
27
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
28
28
|
return async () => chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
29
29
|
},
|
|
30
30
|
Ec2InstanceMetadata: async (options) => {
|
|
31
31
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
32
|
-
const { fromInstanceMetadata } = await import("./dist-es-
|
|
32
|
+
const { fromInstanceMetadata } = await import("./dist-es-4NQJAKNU.js");
|
|
33
33
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
34
34
|
},
|
|
35
35
|
Environment: async (options) => {
|
|
36
36
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
37
|
-
const { fromEnv } = await import("./dist-es-
|
|
37
|
+
const { fromEnv } = await import("./dist-es-SXKTBYGM.js");
|
|
38
38
|
return async () => fromEnv(options)().then(setNamedProvider);
|
|
39
39
|
}
|
|
40
40
|
};
|
|
@@ -69,7 +69,7 @@ var resolveAssumeRoleCredentials = async (profileName, profiles, options, caller
|
|
|
69
69
|
const profileData = profiles[profileName];
|
|
70
70
|
const { source_profile, region } = profileData;
|
|
71
71
|
if (!options.roleAssumer) {
|
|
72
|
-
const { getDefaultRoleAssumer } = await import("./sts-
|
|
72
|
+
const { getDefaultRoleAssumer } = await import("./sts-PUI4IC7G.js");
|
|
73
73
|
options.roleAssumer = getDefaultRoleAssumer({
|
|
74
74
|
...options.clientConfig,
|
|
75
75
|
credentialProviderLogger: options.logger,
|
|
@@ -155,7 +155,7 @@ var LoginCredentialsFetcher = class _LoginCredentialsFetcher {
|
|
|
155
155
|
return this.profileData.login_session;
|
|
156
156
|
}
|
|
157
157
|
async refresh(token) {
|
|
158
|
-
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-
|
|
158
|
+
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-TZJIHAWM.js");
|
|
159
159
|
const { logger, userAgentAppId } = this.callerClientConfig ?? {};
|
|
160
160
|
const isH2 = (requestHandler2) => {
|
|
161
161
|
return requestHandler2?.metadata?.handlerProtocol === "h2";
|
|
@@ -398,14 +398,14 @@ var resolveLoginCredentials = async (profileName, options, callerClientConfig) =
|
|
|
398
398
|
|
|
399
399
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
400
400
|
var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
401
|
-
var resolveProcessCredentials = async (options, profile) => import("./dist-es-
|
|
401
|
+
var resolveProcessCredentials = async (options, profile) => import("./dist-es-2LINLMXN.js").then(({ fromProcess }) => fromProcess({
|
|
402
402
|
...options,
|
|
403
403
|
profile
|
|
404
404
|
})().then((creds) => setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
|
405
405
|
|
|
406
406
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
407
407
|
var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
408
|
-
const { fromSSO } = await import("./dist-es-
|
|
408
|
+
const { fromSSO } = await import("./dist-es-QJ3UEHQZ.js");
|
|
409
409
|
return fromSSO({
|
|
410
410
|
profile,
|
|
411
411
|
logger: options.logger,
|
|
@@ -439,7 +439,7 @@ var resolveStaticCredentials = async (profile, options) => {
|
|
|
439
439
|
|
|
440
440
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
441
441
|
var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
|
442
|
-
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => import("./dist-es-
|
|
442
|
+
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => import("./dist-es-4RCBWWWT.js").then(({ fromTokenFile }) => fromTokenFile({
|
|
443
443
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
444
444
|
roleArn: profile.role_arn,
|
|
445
445
|
roleSessionName: profile.role_session_name,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
CredentialsProviderError
|
|
18
18
|
} from "./chunk-YLY3P6CS.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-NSPRIPOP.js";
|
|
20
20
|
|
|
21
21
|
// ../../node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
22
22
|
import fs from "fs/promises";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
CredentialsProviderError,
|
|
14
14
|
ProviderError
|
|
15
15
|
} from "./chunk-YLY3P6CS.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-NSPRIPOP.js";
|
|
17
17
|
|
|
18
18
|
// ../../node_modules/@smithy/property-provider/dist-es/TokenProviderError.js
|
|
19
19
|
var TokenProviderError = class _TokenProviderError extends ProviderError {
|
|
@@ -33,7 +33,7 @@ var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the
|
|
|
33
33
|
|
|
34
34
|
// ../../node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
35
35
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
36
|
-
const { SSOOIDCClient } = await import("./sso-oidc-
|
|
36
|
+
const { SSOOIDCClient } = await import("./sso-oidc-MO5NOHP3.js");
|
|
37
37
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
38
38
|
const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
|
|
39
39
|
region: ssoRegion ?? init.clientConfig?.region,
|
|
@@ -45,7 +45,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
45
45
|
|
|
46
46
|
// ../../node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
47
47
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
48
|
-
const { CreateTokenCommand } = await import("./sso-oidc-
|
|
48
|
+
const { CreateTokenCommand } = await import("./sso-oidc-MO5NOHP3.js");
|
|
49
49
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
50
50
|
return ssoOidcClient.send(new CreateTokenCommand({
|
|
51
51
|
clientId: ssoToken.clientId,
|
|
@@ -190,7 +190,7 @@ var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoR
|
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
192
|
const { accessToken } = token;
|
|
193
|
-
const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-
|
|
193
|
+
const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-SM6TYICZ.js");
|
|
194
194
|
const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
|
195
195
|
logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
|
|
196
196
|
region: clientConfig?.region ?? ssoRegion,
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
log
|
|
4
4
|
} from "./chunk-GJQ45C5W.js";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-NSPRIPOP.js";
|
|
6
6
|
|
|
7
7
|
// src/commands/dev.ts
|
|
8
8
|
import * as fs2 from "fs";
|
|
@@ -841,7 +841,7 @@ async function devCommand(options) {
|
|
|
841
841
|
}
|
|
842
842
|
void (async () => {
|
|
843
843
|
try {
|
|
844
|
-
const { gatherCliUsage, CLI_USAGE_PARSER_VERSION } = await import("./cli-usage-
|
|
844
|
+
const { gatherCliUsage, CLI_USAGE_PARSER_VERSION } = await import("./cli-usage-G762TREV.js");
|
|
845
845
|
const report = await gatherCliUsage();
|
|
846
846
|
const g = global;
|
|
847
847
|
g.__forgeCliUsageCache = { at: Date.now(), ver: CLI_USAGE_PARSER_VERSION, data: report };
|
|
@@ -877,7 +877,7 @@ async function devCommand(options) {
|
|
|
877
877
|
const pathname = url.pathname;
|
|
878
878
|
if (pathname === "/api/cli-usage") {
|
|
879
879
|
try {
|
|
880
|
-
const { gatherCliUsage, CLI_USAGE_PARSER_VERSION } = await import("./cli-usage-
|
|
880
|
+
const { gatherCliUsage, CLI_USAGE_PARSER_VERSION } = await import("./cli-usage-G762TREV.js");
|
|
881
881
|
const g = global;
|
|
882
882
|
const now = Date.now();
|
|
883
883
|
if (g.__forgeCliUsageCache && g.__forgeCliUsageCache.ver === CLI_USAGE_PARSER_VERSION && now - g.__forgeCliUsageCache.at < 3e4) {
|
|
@@ -1615,7 +1615,7 @@ Return ONLY the complete updated TSX. No markdown fences, no explanation.`;
|
|
|
1615
1615
|
return "0.0.0";
|
|
1616
1616
|
})();
|
|
1617
1617
|
void (async () => {
|
|
1618
|
-
const { BridgePoller } = await import("./bridge-poller-
|
|
1618
|
+
const { BridgePoller } = await import("./bridge-poller-WP2BQ3UQ.js");
|
|
1619
1619
|
const poller = new BridgePoller({ baseUrl: bridgeUrl, token: bridgeToken, clientVersion: `storyforge ${pkgVersion}` });
|
|
1620
1620
|
poller.start();
|
|
1621
1621
|
})();
|
|
@@ -2435,8 +2435,58 @@ function resolveBridgeToken2(explicit) {
|
|
|
2435
2435
|
return process.env.FORGE_BRIDGE_TOKEN ?? process.env.BRIDGE_TOKEN ?? null;
|
|
2436
2436
|
}
|
|
2437
2437
|
|
|
2438
|
+
// package.json
|
|
2439
|
+
var package_default = {
|
|
2440
|
+
name: "storyforge",
|
|
2441
|
+
version: "0.11.2",
|
|
2442
|
+
description: "StoryForge \u2014 local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
2443
|
+
type: "module",
|
|
2444
|
+
bin: {
|
|
2445
|
+
storyforge: "./dist/index.js"
|
|
2446
|
+
},
|
|
2447
|
+
files: [
|
|
2448
|
+
"dist/",
|
|
2449
|
+
"README.md"
|
|
2450
|
+
],
|
|
2451
|
+
scripts: {
|
|
2452
|
+
build: "tsup",
|
|
2453
|
+
lint: "tsc --noEmit",
|
|
2454
|
+
prepublishOnly: "npm run build"
|
|
2455
|
+
},
|
|
2456
|
+
dependencies: {
|
|
2457
|
+
"@ccusage/codex": "18.0.11",
|
|
2458
|
+
"@mozilla/readability": "0.6.0",
|
|
2459
|
+
ccusage: "18.0.11",
|
|
2460
|
+
jsdom: "29.1.1",
|
|
2461
|
+
"react-tweet": "3.3.0"
|
|
2462
|
+
},
|
|
2463
|
+
devDependencies: {
|
|
2464
|
+
tsup: "8.5.0",
|
|
2465
|
+
typescript: "5.8.3"
|
|
2466
|
+
},
|
|
2467
|
+
publishConfig: {
|
|
2468
|
+
access: "public"
|
|
2469
|
+
},
|
|
2470
|
+
keywords: [
|
|
2471
|
+
"video",
|
|
2472
|
+
"remotion",
|
|
2473
|
+
"storyforge",
|
|
2474
|
+
"cli",
|
|
2475
|
+
"forge"
|
|
2476
|
+
],
|
|
2477
|
+
license: "MIT",
|
|
2478
|
+
engines: {
|
|
2479
|
+
node: ">=18.0.0"
|
|
2480
|
+
},
|
|
2481
|
+
repository: {
|
|
2482
|
+
type: "git",
|
|
2483
|
+
url: "git+https://github.com/backspacevenkat/forge.git",
|
|
2484
|
+
directory: "packages/cli"
|
|
2485
|
+
}
|
|
2486
|
+
};
|
|
2487
|
+
|
|
2438
2488
|
// src/index.ts
|
|
2439
|
-
var VERSION =
|
|
2489
|
+
var VERSION = package_default.version;
|
|
2440
2490
|
var HELP = `
|
|
2441
2491
|
storyforge \u2014 local bridge for the Forge video production web app
|
|
2442
2492
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
AwsRestJsonProtocol
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-62PNWAA7.js";
|
|
5
5
|
import {
|
|
6
6
|
AwsSdkSigV4Signer,
|
|
7
7
|
Client,
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
resolveRegionConfig,
|
|
57
57
|
resolveRetryConfig,
|
|
58
58
|
resolveUserAgentConfig
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-3ZW2KMKN.js";
|
|
60
60
|
import {
|
|
61
61
|
loadConfig,
|
|
62
62
|
parseUrl
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
} from "./chunk-ZHDWKDF5.js";
|
|
78
78
|
import "./chunk-CQ2IV4Q2.js";
|
|
79
79
|
import "./chunk-YLY3P6CS.js";
|
|
80
|
-
import "./chunk-
|
|
80
|
+
import "./chunk-NSPRIPOP.js";
|
|
81
81
|
|
|
82
82
|
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js
|
|
83
83
|
var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-CDQ3UP6J.js";
|
|
5
5
|
import {
|
|
6
6
|
AwsRestJsonProtocol
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-62PNWAA7.js";
|
|
8
8
|
import {
|
|
9
9
|
AwsSdkSigV4Signer,
|
|
10
10
|
Client,
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
resolveRegionConfig,
|
|
60
60
|
resolveRetryConfig,
|
|
61
61
|
resolveUserAgentConfig
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-3ZW2KMKN.js";
|
|
63
63
|
import {
|
|
64
64
|
loadConfig,
|
|
65
65
|
parseUrl
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
} from "./chunk-ZHDWKDF5.js";
|
|
81
81
|
import "./chunk-CQ2IV4Q2.js";
|
|
82
82
|
import "./chunk-YLY3P6CS.js";
|
|
83
|
-
import "./chunk-
|
|
83
|
+
import "./chunk-NSPRIPOP.js";
|
|
84
84
|
|
|
85
85
|
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
|
|
86
86
|
var defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-CDQ3UP6J.js";
|
|
5
5
|
import {
|
|
6
6
|
AwsRestJsonProtocol
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-62PNWAA7.js";
|
|
8
8
|
import {
|
|
9
9
|
AwsSdkSigV4Signer,
|
|
10
10
|
Client,
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
resolveRegionConfig,
|
|
60
60
|
resolveRetryConfig,
|
|
61
61
|
resolveUserAgentConfig
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-3ZW2KMKN.js";
|
|
63
63
|
import {
|
|
64
64
|
loadConfig,
|
|
65
65
|
parseUrl
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
} from "./chunk-ZHDWKDF5.js";
|
|
81
81
|
import "./chunk-CQ2IV4Q2.js";
|
|
82
82
|
import "./chunk-YLY3P6CS.js";
|
|
83
|
-
import "./chunk-
|
|
83
|
+
import "./chunk-NSPRIPOP.js";
|
|
84
84
|
|
|
85
85
|
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
86
86
|
var defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
resolveRetryConfig,
|
|
69
69
|
resolveUserAgentConfig,
|
|
70
70
|
v4
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-3ZW2KMKN.js";
|
|
72
72
|
import {
|
|
73
73
|
loadConfig,
|
|
74
74
|
parseUrl
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
setCredentialFeature
|
|
94
94
|
} from "./chunk-CQ2IV4Q2.js";
|
|
95
95
|
import "./chunk-YLY3P6CS.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-NSPRIPOP.js";
|
|
97
97
|
|
|
98
98
|
// ../../node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js
|
|
99
99
|
var RpcProtocol = class extends HttpProtocol {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storyforge",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "StoryForge — local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@ccusage/codex": "18.0.11",
|
|
20
|
-
"
|
|
20
|
+
"@mozilla/readability": "0.6.0",
|
|
21
|
+
"ccusage": "18.0.11",
|
|
22
|
+
"jsdom": "29.1.1",
|
|
23
|
+
"react-tweet": "3.3.0"
|
|
21
24
|
},
|
|
22
25
|
"devDependencies": {
|
|
23
26
|
"tsup": "8.5.0",
|