@stacksjs/cloud 0.58.70 → 0.58.71

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.70",
4
+ "version": "0.58.71",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.70",
3
+ "version": "0.58.71",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -54,9 +54,6 @@ export class QueueStack {
54
54
  this.createQueueRule(action, file)
55
55
  jobs.push(action)
56
56
  }
57
-
58
- // for (const job of jobs)
59
- // await this.createQueueRule(job, file)
60
57
  }
61
58
 
62
59
  // Helper function to convert a rate string to a cron object for AWS Schedule
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacks-router-layer",
3
- "version": "0.58.70",
3
+ "version": "0.58.71",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -10,6 +10,6 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "dependencies": {
13
- "@stacksjs/router": "^0.58.69"
13
+ "@stacksjs/router": "^0.58.71"
14
14
  }
15
15
  }