diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index 01b3cc168..73c146e31 100644 --- a/examples/app-pages-router/package.json +++ b/examples/app-pages-router/package.json @@ -14,7 +14,7 @@ "@example/shared": "workspace:*", "@open-next/utils": "workspace:*", "next": "^14.0.3", - "open-next": "workspace:*", + "@opennextjs/aws": "workspace:*", "react": "latest", "react-dom": "latest" }, diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 87ce8c576..a40f46e28 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -14,7 +14,7 @@ "@example/shared": "workspace:*", "@open-next/utils": "workspace:*", "next": "^14.1.4", - "open-next": "workspace:*", + "@opennextjs/aws": "workspace:*", "react": "latest", "react-dom": "latest" }, diff --git a/packages/open-next/package.json b/packages/open-next/package.json index 099123207..549a20078 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -5,7 +5,8 @@ "name": "@opennextjs/aws", "version": "3.1.3", "bin": { - "open-next": "./dist/index.js" + "open-next": "./dist/index.js", + "@opennextjs/aws": "./dist/index.js" }, "license": "MIT", "type": "module", diff --git a/packages/tests-unit/package.json b/packages/tests-unit/package.json index 49dfadbf6..06141b2ab 100644 --- a/packages/tests-unit/package.json +++ b/packages/tests-unit/package.json @@ -7,7 +7,7 @@ "test": "vitest run --coverage" }, "dependencies": { - "open-next": "workspace:*", + "@opennextjs/aws": "workspace:*", "@open-next/utils": "workspace:*" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 835ca59be..235ec1302 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,12 +102,12 @@ importers: '@open-next/utils': specifier: workspace:* version: link:../../packages/utils + '@opennextjs/aws': + specifier: workspace:* + version: link:../../packages/open-next next: specifier: ^14.0.3 version: 14.0.3(react-dom@18.2.0)(react@18.2.0) - open-next: - specifier: workspace:* - version: link:../../packages/open-next react: specifier: latest version: 18.2.0 @@ -145,12 +145,12 @@ importers: '@open-next/utils': specifier: workspace:* version: link:../../packages/utils + '@opennextjs/aws': + specifier: workspace:* + version: link:../../packages/open-next next: specifier: ^14.1.4 version: 14.1.4(react-dom@18.2.0)(react@18.2.0) - open-next: - specifier: workspace:* - version: link:../../packages/open-next react: specifier: latest version: 18.2.0 @@ -319,7 +319,7 @@ importers: '@open-next/utils': specifier: workspace:* version: link:../utils - open-next: + '@opennextjs/aws': specifier: workspace:* version: link:../open-next devDependencies: