@awsless/cli 0.0.10 → 0.0.11

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
@@ -5500,7 +5500,7 @@ var rpcFeature = defineFeature({
5500
5500
  memorySize: mebibytes5(256),
5501
5501
  timeout: props.timeout,
5502
5502
  handler: "index.default",
5503
- runtime: "nodejs22.x",
5503
+ runtime: "nodejs24.x",
5504
5504
  warm: 3,
5505
5505
  log: props.log
5506
5506
  });
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.10",
3
+ "version": "0.0.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -87,22 +87,22 @@
87
87
  "zod": "^3.24.2",
88
88
  "zod-to-json-schema": "^3.24.3",
89
89
  "@awsless/big-float": "^0.1.6",
90
- "@awsless/clui": "^0.0.8",
91
90
  "@awsless/cloudwatch": "^0.0.1",
92
- "@awsless/duration": "^0.0.4",
93
91
  "@awsless/dynamodb": "^0.3.20",
92
+ "@awsless/clui": "^0.0.8",
93
+ "@awsless/duration": "^0.0.4",
94
94
  "@awsless/iot": "^0.0.5",
95
95
  "@awsless/json": "^0.0.11",
96
96
  "@awsless/lambda": "^0.0.42",
97
- "@awsless/redis": "^0.0.16",
97
+ "@awsless/s3": "^0.0.21",
98
98
  "@awsless/scheduler": "^0.0.4",
99
99
  "@awsless/size": "^0.0.2",
100
100
  "@awsless/sns": "^0.0.10",
101
- "@awsless/sqs": "^0.0.21",
102
- "@awsless/ts-file-cache": "^0.0.13",
103
- "@awsless/s3": "^0.0.21",
104
101
  "@awsless/validate": "^0.1.7",
102
+ "@awsless/redis": "^0.0.16",
105
103
  "@awsless/weak-cache": "^0.0.1",
104
+ "@awsless/ts-file-cache": "^0.0.14",
105
+ "@awsless/sqs": "^0.0.21",
106
106
  "awsless": "^0.0.3"
107
107
  },
108
108
  "devDependencies": {