@certik/skynet 0.10.26 → 0.10.27

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,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.27
4
+
5
+ - Fixed `deploy` library aws region bug
6
+
3
7
  ## 0.10.26
4
8
 
5
9
  - Improved support for AVAX and FTM in const.js
package/deploy.js CHANGED
@@ -108,7 +108,6 @@ const genConfig = ({
108
108
 
109
109
  env {
110
110
  SKYNET_ENVIRONMENT="${isProduction ? "prd" : "dev"}"
111
- AWS_REGION="${region}"
112
111
  }
113
112
 
114
113
  kill_timeout = "120s"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.10.26",
3
+ "version": "0.10.27",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",