@awsless/awsless 0.0.560 → 0.0.562

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/bin.js CHANGED
@@ -6933,7 +6933,7 @@ import { join as join15 } from "path";
6933
6933
  import { exec as exec2 } from "promisify-child-process";
6934
6934
  var buildExecutable = async (input, outputPath, architecture) => {
6935
6935
  const filePath = join15(outputPath, "program");
6936
- const target = architecture === "x86_64" ? "bun-linux-x64-modern" : "bun-linux-arm64-modern";
6936
+ const target = architecture === "x86_64" ? "bun-linux-x64" : "bun-linux-arm64";
6937
6937
  const args = ["build", input, "--compile", "--target", target, "--outfile", filePath];
6938
6938
  try {
6939
6939
  await exec2(`bun ${args.join(" ")}`);
@@ -6942,7 +6942,7 @@ var buildExecutable = async (input, outputPath, architecture) => {
6942
6942
  }
6943
6943
  const file = await readFile4(filePath);
6944
6944
  return {
6945
- hash: createHash4("sha1").update(file).digest("hex"),
6945
+ hash: createHash4("sha1").update(file).update(architecture).digest("hex"),
6946
6946
  file
6947
6947
  };
6948
6948
  };
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.560",
3
+ "version": "0.0.562",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -34,22 +34,22 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@awsless/big-float": "^0.1.3",
37
- "@awsless/cloudwatch": "^0.0.1",
38
37
  "@awsless/clui": "^0.0.7",
39
38
  "@awsless/duration": "^0.0.3",
39
+ "@awsless/cloudwatch": "^0.0.1",
40
40
  "@awsless/dynamodb": "^0.2.10",
41
41
  "@awsless/iot": "^0.0.3",
42
42
  "@awsless/json": "^0.0.10",
43
+ "@awsless/lambda": "^0.0.33",
43
44
  "@awsless/mqtt": "^0.0.2",
44
45
  "@awsless/open-search": "^0.0.21",
45
- "@awsless/lambda": "^0.0.33",
46
- "@awsless/s3": "^0.0.21",
47
46
  "@awsless/redis": "^0.0.14",
48
- "@awsless/sqs": "^0.0.8",
47
+ "@awsless/s3": "^0.0.21",
49
48
  "@awsless/sns": "^0.0.10",
50
- "@awsless/weak-cache": "^0.0.1",
49
+ "@awsless/sqs": "^0.0.8",
51
50
  "@awsless/ssm": "^0.0.7",
52
- "@awsless/validate": "^0.0.19"
51
+ "@awsless/validate": "^0.0.19",
52
+ "@awsless/weak-cache": "^0.0.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -134,15 +134,15 @@
134
134
  "zod": "^3.24.2",
135
135
  "zod-to-json-schema": "^3.24.3",
136
136
  "@awsless/big-float": "^0.1.3",
137
- "@awsless/cloudwatch": "^0.0.1",
138
- "@awsless/duration": "^0.0.3",
139
137
  "@awsless/clui": "^0.0.7",
138
+ "@awsless/cloudwatch": "^0.0.1",
140
139
  "@awsless/formation": "^0.0.80",
140
+ "@awsless/duration": "^0.0.3",
141
+ "@awsless/graphql": "^0.0.9",
141
142
  "@awsless/json": "^0.0.10",
142
143
  "@awsless/scheduler": "^0.0.4",
143
144
  "@awsless/size": "^0.0.2",
144
145
  "@awsless/ts-file-cache": "^0.0.12",
145
- "@awsless/graphql": "^0.0.9",
146
146
  "@awsless/validate": "^0.0.19"
147
147
  },
148
148
  "devDependencies": {