diff --git a/package.json b/package.json index 059e7da61..58a2c636d 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ }, "scripts": { "postinstall": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules/.cache && pnpm temporary-script-until-build-order-topology-is-fixed", - "temporary-script-until-build-order-topology-is-fixed": "pnpm build && pnpm build-basic && pnpm build-endpoints", + "temporary-script-until-build-order-topology-is-fixed": "pnpm build", "dev": "pnpm --filter \"./packages/*\" -r --parallel dev", - "build": "pnpm --filter \"./packages/*\" -r --parallel build", + "build": "pnpm --filter \"./packages/*\" -r build", "test": "jest", "lint": "pnpm run \"/^lint:.*/\"", "lint:eslint": "eslint . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint", @@ -23,19 +23,19 @@ "reset": "pnpm clean && pnpm reset:modules", "reset:modules": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules pnpm-lock.yaml", "dev-basic": "pnpm --filter \"./samples/basic/*\" -r --parallel dev", - "build-basic": "pnpm --filter \"./samples/basic/*\" -r --parallel build", + "build-basic": "pnpm --filter \"./samples/basic/*\" -r build", "serve-basic": "pnpm --filter \"./samples/basic/*\" -r --parallel serve-build", "deploy-basic": "cross-env NETLIFY=true pnpm build-basic && pnpm run deploy-basic:host && pnpm run deploy-basic:remote-module && pnpm run deploy-basic:another-remote-module", "deploy-basic:host": "netlify deploy --dir=samples/basic/host/dist --site=ae684cea-e6b1-4293-95d6-fc82462654c8 --prod", "deploy-basic:remote-module": "netlify deploy --dir=samples/basic/remote-module/dist --site=43234f6e-a884-410e-9b4d-f290459f841f --prod", "deploy-basic:another-remote-module": "netlify deploy --dir=samples/basic/another-remote-module/dist --site=2673b626-74aa-4c03-8a8f-8c794e90fd07 --prod", "dev-endpoints": "pnpm --filter \"./samples/endpoints/*\" -r --parallel dev", - "build-endpoints": "pnpm --filter \"./samples/endpoints/*\" -r --parallel build", + "build-endpoints": "pnpm --filter \"./samples/endpoints/*\" -r build", "serve-endpoints": "pnpm --filter \"./samples/endpoints/*\" -r --parallel serve-build", "deploy-endpoints": "cross-env NETLIFY=true pnpm build-endpoints && pnpm run deploy-endpoints:host && pnpm run deploy-endpoints:remote-module", "deploy-endpoints:host": "netlify deploy --dir=samples/endpoints/host/dist --site=4bde6b8b-cea6-487f-913b-acec9332eb2f --prod", "deploy-endpoints:remote-module": "netlify deploy --dir=samples/endpoints/remote-module/dist --site=a3f091c3-2bc9-4c50-83a0-72fc6d7fa158 --prod", - "build-endpoints-isolated": "pnpm --filter \"./samples/endpoints/*\" -r --parallel build-isolated", + "build-endpoints-isolated": "pnpm --filter \"./samples/endpoints/*\" -r build-isolated", "deploy-endpoints-isolated": "cross-env NETLIFY=true pnpm build-endpoints-isolated && pnpm run deploy-endpoints-isolated:remote-module", "deploy-endpoints-isolated:remote-module": "netlify deploy --dir=samples/endpoints/remote-module/dist --site=1eacb274-6182-420e-b6e7-ada6f10cc487 --prod", "dev-docs": "retype start", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bdcc0e969..23b4ead9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4353,8 +4353,8 @@ packages: execa: 6.1.0 dev: true - /@netlify/serverless-functions-api@1.10.1: - resolution: {integrity: sha512-KtaC+Z77HUxXEOPhmq4W773CTr0e1zIhXWZRONrfM1AkdphK5c5G+dItj+BQe6LorNSWNNVihBDA5h7WIF2nDQ==} + /@netlify/serverless-functions-api@1.11.0: + resolution: {integrity: sha512-3splAsr2CekL7VTwgo6yTvzD2+f269/s+TJafYazonqMNNo31yzvFxD5HpLtni4DNE1ppymVKZ4X/rLN3yl0vQ==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@netlify/node-cookies': 0.1.0 @@ -4369,7 +4369,7 @@ packages: '@babel/parser': 7.23.0 '@babel/types': 7.22.19 '@netlify/binary-info': 1.0.0 - '@netlify/serverless-functions-api': 1.10.1 + '@netlify/serverless-functions-api': 1.11.0 '@vercel/nft': 0.23.1(supports-color@9.4.0) archiver: 6.0.1 common-path-prefix: 3.0.0 @@ -4411,7 +4411,7 @@ packages: '@babel/parser': 7.23.0 '@babel/types': 7.23.0 '@netlify/binary-info': 1.0.0 - '@netlify/serverless-functions-api': 1.10.1 + '@netlify/serverless-functions-api': 1.11.0 '@vercel/nft': 0.23.1(supports-color@9.4.0) archiver: 6.0.1 common-path-prefix: 3.0.0 diff --git a/samples/basic/host/tsconfig.json b/samples/basic/host/tsconfig.json index 9b90b3ad1..b4afe4057 100644 --- a/samples/basic/host/tsconfig.json +++ b/samples/basic/host/tsconfig.json @@ -9,7 +9,7 @@ "@squide/fakes": ["../../../packages/fakes/src/index.ts"], "@basic/shell": ["../shell/src/index.ts"], "@basic/shared": ["../shared/src/index.ts"], - "@basic/local-module": ["../local-module/src/register.ts"] + "@basic/local-module": ["../local-module/src/register.tsx"] } }, "exclude": ["dist", "node_modules"] diff --git a/samples/endpoints/host/tsconfig.json b/samples/endpoints/host/tsconfig.json index dbd6d4872..3930659e2 100644 --- a/samples/endpoints/host/tsconfig.json +++ b/samples/endpoints/host/tsconfig.json @@ -10,7 +10,7 @@ "@squide/fakes": ["../../../packages/fakes/src/index.ts"], "@endpoints/shell": ["../shell/src/index.ts"], "@endpoints/shared": ["../shared/src/index.ts"], - "@endpoints/local-module": ["../local-module/src/register.ts"] + "@endpoints/local-module": ["../local-module/src/register.tsx"] } }, "exclude": ["dist", "node_modules"]