@awsless/awsless 0.0.315 → 0.0.316

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +9 -9
package/dist/bin.js CHANGED
@@ -5821,7 +5821,7 @@ var state = (program2) => {
5821
5821
  // src/cli/command/test.ts
5822
5822
  var test = (program2) => {
5823
5823
  program2.command("test").argument("[stacks...]", "Optionally filter stacks to test").option("-f --filters <string...>", "Optionally filter test files").description("Test your app").action(async (stacks, options) => {
5824
- await layout("test", async (props) => {
5824
+ await layout(`test ${stacks ?? ""}`, async (props) => {
5825
5825
  const region = props.appConfig.region;
5826
5826
  const credentials = getCredentials(props.appConfig.profile);
5827
5827
  const accountId = await getAccountId(credentials, region);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.315",
3
+ "version": "0.0.316",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -29,15 +29,15 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@awsless/lambda": "^0.0.25",
32
+ "@awsless/s3": "^0.0.18",
33
+ "@awsless/open-search": "^0.0.15",
32
34
  "@awsless/redis": "^0.0.12",
33
- "@awsless/s3": "^0.0.17",
34
- "@awsless/sqs": "^0.0.7",
35
35
  "@awsless/sns": "^0.0.7",
36
- "@awsless/open-search": "^0.0.15",
37
- "@awsless/ssm": "^0.0.7",
38
36
  "@awsless/validate": "^0.0.14",
39
- "@awsless/iot": "^0.0.2",
40
- "@awsless/weak-cache": "^0.0.1"
37
+ "@awsless/sqs": "^0.0.7",
38
+ "@awsless/ssm": "^0.0.7",
39
+ "@awsless/weak-cache": "^0.0.1",
40
+ "@awsless/iot": "^0.0.2"
41
41
  },
42
42
  "dependencies": {
43
43
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -107,11 +107,11 @@
107
107
  "zod": "^3.21.4",
108
108
  "zod-to-json-schema": "^3.22.3",
109
109
  "@awsless/duration": "^0.0.1",
110
+ "@awsless/formation": "^0.0.45",
110
111
  "@awsless/graphql": "^0.0.9",
112
+ "@awsless/size": "^0.0.1",
111
113
  "@awsless/ts-file-cache": "^0.0.1",
112
114
  "@awsless/validate": "^0.0.14",
113
- "@awsless/formation": "^0.0.44",
114
- "@awsless/size": "^0.0.1",
115
115
  "@awsless/code": "^0.0.10"
116
116
  },
117
117
  "scripts": {