@awsless/cli 0.0.6 → 0.0.7

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
@@ -7283,7 +7283,24 @@ await handler(payload)
7283
7283
  target,
7284
7284
  outfile: filePath
7285
7285
  },
7286
- target: "bun"
7286
+ target: "bun",
7287
+ loader: {
7288
+ ".md": "text",
7289
+ ".txt": "text",
7290
+ ".html": "text",
7291
+ ".css": "text",
7292
+ ".yaml": "text",
7293
+ ".yml": "text",
7294
+ ".xml": "text",
7295
+ ".csv": "text",
7296
+ ".svg": "text",
7297
+ ".png": "file",
7298
+ ".jpg": "file",
7299
+ ".jpeg": "file",
7300
+ ".gif": "file",
7301
+ ".webp": "file",
7302
+ ".wasm": "file"
7303
+ }
7287
7304
  });
7288
7305
  } catch (error) {
7289
7306
  throw new ExpectedError(
@@ -7821,7 +7838,24 @@ var buildExecutable = async (input, outputPath, architecture) => {
7821
7838
  target,
7822
7839
  outfile: filePath
7823
7840
  },
7824
- target: "bun"
7841
+ target: "bun",
7842
+ loader: {
7843
+ ".md": "text",
7844
+ ".txt": "text",
7845
+ ".html": "text",
7846
+ ".css": "text",
7847
+ ".yaml": "text",
7848
+ ".yml": "text",
7849
+ ".xml": "text",
7850
+ ".csv": "text",
7851
+ ".svg": "text",
7852
+ ".png": "file",
7853
+ ".jpg": "file",
7854
+ ".jpeg": "file",
7855
+ ".gif": "file",
7856
+ ".webp": "file",
7857
+ ".wasm": "file"
7858
+ }
7825
7859
  });
7826
7860
  } catch (error) {
7827
7861
  throw new ExpectedError(
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -88,22 +88,22 @@
88
88
  "zod-to-json-schema": "^3.24.3",
89
89
  "@awsless/big-float": "^0.1.6",
90
90
  "@awsless/cloudwatch": "^0.0.1",
91
- "@awsless/clui": "^0.0.8",
92
- "@awsless/duration": "^0.0.4",
93
91
  "@awsless/dynamodb": "^0.3.20",
92
+ "@awsless/duration": "^0.0.4",
93
+ "@awsless/clui": "^0.0.8",
94
94
  "@awsless/iot": "^0.0.5",
95
95
  "@awsless/json": "^0.0.11",
96
- "@awsless/s3": "^0.0.21",
97
- "@awsless/scheduler": "^0.0.4",
98
- "@awsless/size": "^0.0.2",
96
+ "@awsless/redis": "^0.0.16",
99
97
  "@awsless/lambda": "^0.0.42",
98
+ "@awsless/scheduler": "^0.0.4",
99
+ "@awsless/s3": "^0.0.21",
100
100
  "@awsless/sns": "^0.0.10",
101
- "@awsless/redis": "^0.0.16",
101
+ "@awsless/size": "^0.0.2",
102
+ "@awsless/validate": "^0.1.7",
102
103
  "@awsless/weak-cache": "^0.0.1",
104
+ "@awsless/ts-file-cache": "^0.0.13",
103
105
  "awsless": "^0.0.3",
104
- "@awsless/ts-file-cache": "^0.0.12",
105
- "@awsless/sqs": "^0.0.21",
106
- "@awsless/validate": "^0.1.7"
106
+ "@awsless/sqs": "^0.0.21"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@hono/node-server": "1.19.9",