@certik/skynet 0.10.27 → 0.10.28

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.10.27
3
+ ## 0.10.28
4
4
 
5
5
  - Fixed `deploy` library aws region bug
6
6
 
package/deploy.js CHANGED
@@ -170,7 +170,6 @@ EOH
170
170
  # available to the task when it runs.
171
171
  env {
172
172
  SKYNET_ENVIRONMENT="${isProduction ? "prd" : "dev"}"
173
- AWS_REGION="${region}"
174
173
  }
175
174
 
176
175
  # Specify the maximum resources required to run the task,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.10.27",
3
+ "version": "0.10.28",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",