@awsless/awsless 0.0.387 → 0.0.388

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
@@ -13278,7 +13278,6 @@ var streamFeature = defineFeature({
13278
13278
 
13279
13279
  // src/feature/table/index.ts
13280
13280
  import { aws as aws22, Node as Node21 } from "@awsless/formation";
13281
- import { paramCase as paramCase8 } from "change-case";
13282
13281
  var tableFeature = defineFeature({
13283
13282
  name: "table",
13284
13283
  async onTypeGen(ctx) {
@@ -13308,8 +13307,6 @@ var tableFeature = defineFeature({
13308
13307
  resourceType: "table",
13309
13308
  resourceName: "*"
13310
13309
  });
13311
- console.log(name);
13312
- console.log(paramCase8("*") || "*", "param case");
13313
13310
  policy.addStatement({
13314
13311
  actions: [
13315
13312
  "dynamodb:PutItem",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.387",
3
+ "version": "0.0.388",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -30,14 +30,14 @@
30
30
  "peerDependencies": {
31
31
  "@awsless/iot": "^0.0.2",
32
32
  "@awsless/lambda": "^0.0.26",
33
- "@awsless/open-search": "^0.0.15",
34
- "@awsless/sns": "^0.0.7",
35
33
  "@awsless/mqtt": "^0.0.2",
34
+ "@awsless/open-search": "^0.0.15",
36
35
  "@awsless/redis": "^0.0.13",
37
36
  "@awsless/ssm": "^0.0.7",
37
+ "@awsless/sqs": "^0.0.7",
38
38
  "@awsless/validate": "^0.0.15",
39
39
  "@awsless/weak-cache": "^0.0.1",
40
- "@awsless/sqs": "^0.0.7",
40
+ "@awsless/sns": "^0.0.7",
41
41
  "@awsless/s3": "^0.0.18"
42
42
  },
43
43
  "dependencies": {
@@ -115,10 +115,10 @@
115
115
  "@awsless/code": "^0.0.10",
116
116
  "@awsless/duration": "^0.0.1",
117
117
  "@awsless/formation": "^0.0.57",
118
- "@awsless/graphql": "^0.0.9",
119
- "@awsless/validate": "^0.0.15",
120
118
  "@awsless/size": "^0.0.1",
121
- "@awsless/ts-file-cache": "^0.0.10"
119
+ "@awsless/graphql": "^0.0.9",
120
+ "@awsless/ts-file-cache": "^0.0.10",
121
+ "@awsless/validate": "^0.0.15"
122
122
  },
123
123
  "devDependencies": {
124
124
  "@node-rs/bcrypt": "^1.10.5"