this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump @opennextjs/aws to 3.7.7 (#892)

bump @opennextjs/aws to 3.7.7

authored by

Victor Berchet and committed by
GitHub
1ee505f7 32940871

+14 -8
+7
.changeset/evil-ravens-unite.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + Bump @opennextjs/aws to 3.7.7 6 + 7 + See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.7>
+1 -1
packages/cloudflare/package.json
··· 53 53 "homepage": "https://github.com/opennextjs/opennextjs-cloudflare", 54 54 "dependencies": { 55 55 "@dotenvx/dotenvx": "catalog:", 56 - "@opennextjs/aws": "3.7.6", 56 + "@opennextjs/aws": "3.7.7", 57 57 "cloudflare": "^4.4.1", 58 58 "enquirer": "^2.4.1", 59 59 "glob": "catalog:",
+1 -2
packages/cloudflare/src/cli/commands/utils.ts
··· 52 52 configPath = await createOpenNextConfigIfNotExistent(nextAppDir); 53 53 } 54 54 55 - // TODO: remove the hack passing the `configPath` as the `baseDir` when https://github.com/opennextjs/opennextjs-aws/pull/972 is merged 56 - const { config, buildDir } = await compileOpenNextConfig(configPath, "", { compileEdge: true }); 55 + const { config, buildDir } = await compileOpenNextConfig(configPath, { compileEdge: true }); 57 56 ensureCloudflareConfig(config); 58 57 59 58 return { config, buildDir };
+5 -5
pnpm-lock.yaml
··· 1041 1041 specifier: 'catalog:' 1042 1042 version: 1.31.0 1043 1043 '@opennextjs/aws': 1044 - specifier: 3.7.6 1045 - version: 3.7.6 1044 + specifier: 3.7.7 1045 + version: 3.7.7 1046 1046 cloudflare: 1047 1047 specifier: ^4.4.1 1048 1048 version: 4.4.1 ··· 3777 3777 '@octokit/types@13.10.0': 3778 3778 resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} 3779 3779 3780 - '@opennextjs/aws@3.7.6': 3781 - resolution: {integrity: sha512-l4UGkmaZaAjWER+PuZ/zNziMnrbf6oA9B1RUDKcyKsX+hEES1b7h6kLgpo4a4maf01M+k0yJUZQyF4sf+vI+Iw==} 3780 + '@opennextjs/aws@3.7.7': 3781 + resolution: {integrity: sha512-rkBpNfBsq3XvbBh+VcNI9dvs0UkuuJH5I7SvVdPx12LudiErShL/9RoA7iF9tpkfRizcwGRIhsedrHKmcs9kqw==} 3782 3782 hasBin: true 3783 3783 3784 3784 '@opentelemetry/api@1.9.0': ··· 12899 12899 dependencies: 12900 12900 '@octokit/openapi-types': 24.2.0 12901 12901 12902 - '@opennextjs/aws@3.7.6': 12902 + '@opennextjs/aws@3.7.7': 12903 12903 dependencies: 12904 12904 '@ast-grep/napi': 0.35.0 12905 12905 '@aws-sdk/client-cloudfront': 3.398.0