@skyramp/skyramp 1.2.2 → 1.2.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyramp/skyramp",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "module for leveraging skyramp cli functionality",
5
5
  "scripts": {
6
6
  "lint": "eslint 'src/**/*.js' 'src/**/*.ts' --fix",
@@ -750,7 +750,7 @@ class SkyrampClient {
750
750
  options.outputDir || "",
751
751
  options.runtime || "",
752
752
  options.dockerNetwork || "",
753
- options.dockerWorkerPort || 0,
753
+ options.dockerWorkerPort || "0",
754
754
  options.k8sNamespace || "",
755
755
  options.k8sConfig || "",
756
756
  options.k8sContext || "",