@awsless/awsless 0.0.93 → 0.0.94

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
@@ -1616,7 +1616,7 @@ var functionPlugin = definePlugin({
1616
1616
  types2.addCode(typeGenCode);
1617
1617
  types2.addInterface("FunctionResources", resources);
1618
1618
  types2.addInterface("FunctionMock", mocks);
1619
- types2.addInterface("FunctionMockResponses", mockResponses);
1619
+ types2.addInterface("FunctionMockResponse", mockResponses);
1620
1620
  return types2.toString();
1621
1621
  },
1622
1622
  onStack(ctx) {
@@ -2026,7 +2026,7 @@ var queuePlugin = definePlugin({
2026
2026
  gen.addCode(typeGenCode2);
2027
2027
  gen.addInterface("QueueResources", resources);
2028
2028
  gen.addInterface("QueueMock", mocks);
2029
- gen.addInterface("QueueMockResponses", mockResponses);
2029
+ gen.addInterface("QueueMockResponse", mockResponses);
2030
2030
  return gen.toString();
2031
2031
  },
2032
2032
  onStack(ctx) {
@@ -2621,7 +2621,7 @@ var topicPlugin = definePlugin({
2621
2621
  gen.addCode(typeGenCode3);
2622
2622
  gen.addInterface("TopicResources", resources);
2623
2623
  gen.addInterface("TopicMock", mocks);
2624
- gen.addInterface("TopicMockResponses", mockResponses);
2624
+ gen.addInterface("TopicMockResponse", mockResponses);
2625
2625
  return gen.toString();
2626
2626
  },
2627
2627
  onApp({ config, bootstrap: bootstrap2 }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -24,11 +24,11 @@
24
24
  }
25
25
  },
26
26
  "peerDependencies": {
27
- "@awsless/lambda": "^0.0.13",
28
27
  "@awsless/redis": "^0.0.8",
29
28
  "@awsless/sns": "^0.0.7",
30
- "@awsless/sqs": "^0.0.7",
29
+ "@awsless/lambda": "^0.0.13",
31
30
  "@awsless/ssm": "^0.0.7",
31
+ "@awsless/sqs": "^0.0.7",
32
32
  "@awsless/validate": "^0.0.6"
33
33
  },
34
34
  "dependencies": {