@stacksjs/cloud 0.58.60 → 0.58.61

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/index.js CHANGED
@@ -890,7 +890,7 @@ class DocsStack {
890
890
  description: "The Stacks Origin Request function that prettifies URLs",
891
891
  runtime: lambda3.Runtime.NODEJS_18_X,
892
892
  handler: "dist/origin-request.handler",
893
- code: lambda3.Code.fromAsset(p3.corePath("cloud/dist.zip"), {
893
+ code: lambda3.Code.fromAsset(p3.frameworkCloudPath("dist.zip"), {
894
894
  assetHash: originRequestFunctionHash(),
895
895
  assetHashType: AssetHashType.CUSTOM
896
896
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.60",
3
+ "version": "0.58.61",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
package/src/cloud/docs.ts CHANGED
@@ -28,7 +28,7 @@ export class DocsStack {
28
28
  description: 'The Stacks Origin Request function that prettifies URLs',
29
29
  runtime: lambda.Runtime.NODEJS_18_X,
30
30
  handler: 'dist/origin-request.handler',
31
- code: lambda.Code.fromAsset(p.corePath('cloud/dist.zip'), {
31
+ code: lambda.Code.fromAsset(p.frameworkCloudPath('dist.zip'), {
32
32
  assetHash: originRequestFunctionHash(),
33
33
  assetHashType: AssetHashType.CUSTOM,
34
34
  }),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacks-router-layer",
3
- "version": "0.58.60",
3
+ "version": "0.58.61",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",