@awsless/awsless 0.0.433 → 0.0.434

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
@@ -13847,9 +13847,9 @@ var layerFeature = defineFeature({
13847
13847
  name: formatGlobalResourceName({
13848
13848
  appName: ctx.appConfig.name,
13849
13849
  resourceType: "layer",
13850
- resourceName: id
13850
+ resourceName: shortId(id)
13851
13851
  }),
13852
- description: `${id} (${path.parse(props.file).name}.${path.parse(props.file).ext})`,
13852
+ description: `${id} (${path.parse(props.file).name}${path.parse(props.file).ext})`,
13853
13853
  architectures: props.architecture ? [props.architecture] : void 0,
13854
13854
  runtimes: props.runtimes,
13855
13855
  code: {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.433",
3
+ "version": "0.0.434",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -30,17 +30,17 @@
30
30
  "peerDependencies": {
31
31
  "@awsless/dynamodb": "^0.1.5",
32
32
  "@awsless/iot": "^0.0.3",
33
- "@awsless/json": "^0.0.6",
34
33
  "@awsless/lambda": "^0.0.30",
34
+ "@awsless/json": "^0.0.6",
35
35
  "@awsless/open-search": "^0.0.17",
36
36
  "@awsless/redis": "^0.0.13",
37
37
  "@awsless/s3": "^0.0.20",
38
- "@awsless/validate": "^0.0.17",
38
+ "@awsless/sns": "^0.0.10",
39
39
  "@awsless/sqs": "^0.0.8",
40
40
  "@awsless/ssm": "^0.0.7",
41
41
  "@awsless/weak-cache": "^0.0.1",
42
42
  "@awsless/mqtt": "^0.0.2",
43
- "@awsless/sns": "^0.0.10"
43
+ "@awsless/validate": "^0.0.17"
44
44
  },
45
45
  "dependencies": {
46
46
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -116,10 +116,10 @@
116
116
  "zip-a-folder": "^3.1.6",
117
117
  "zod": "^3.21.4",
118
118
  "zod-to-json-schema": "^3.22.3",
119
- "@awsless/code": "^0.0.10",
120
119
  "@awsless/duration": "^0.0.1",
121
- "@awsless/formation": "^0.0.59",
122
120
  "@awsless/graphql": "^0.0.9",
121
+ "@awsless/formation": "^0.0.59",
122
+ "@awsless/code": "^0.0.10",
123
123
  "@awsless/json": "^0.0.6",
124
124
  "@awsless/size": "^0.0.1",
125
125
  "@awsless/validate": "^0.0.17",