@plasmicapp/host
Advanced tools
Comparing version 1.0.185 to 1.0.186
@@ -372,3 +372,8 @@ 'use client'; | ||
else if (Array.isArray(value)) { | ||
path = path.replace("[...".concat(key, "]"), value.join("/")); | ||
if (path.includes("[[...".concat(key, "]]"))) { | ||
path = path.replace("[[...".concat(key, "]]"), value.join("/")); | ||
} | ||
else if (path.includes("[...".concat(key, "]"))) { | ||
path = path.replace("[...".concat(key, "]"), value.join("/")); | ||
} | ||
} | ||
@@ -561,3 +566,3 @@ } | ||
var hostVersion = "1.0.185"; | ||
var hostVersion = "1.0.186"; | ||
@@ -564,0 +569,0 @@ var _a; |
@@ -394,3 +394,8 @@ 'use client'; | ||
else if (Array.isArray(value)) { | ||
path = path.replace("[...".concat(key, "]"), value.join("/")); | ||
if (path.includes("[[...".concat(key, "]]"))) { | ||
path = path.replace("[[...".concat(key, "]]"), value.join("/")); | ||
} | ||
else if (path.includes("[...".concat(key, "]"))) { | ||
path = path.replace("[...".concat(key, "]"), value.join("/")); | ||
} | ||
} | ||
@@ -583,3 +588,3 @@ } | ||
var hostVersion = "1.0.185"; | ||
var hostVersion = "1.0.186"; | ||
@@ -586,0 +591,0 @@ var _a; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.185", | ||
"version": "1.0.186", | ||
"description": "plasmic library for app hosting", | ||
@@ -69,3 +69,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "be71b41ad94d0db53100816e00d1519793409999" | ||
"gitHead": "c8e66753e8f375487f4dc60f29897496fe889e51" | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.185"; | ||
export declare const hostVersion = "1.0.186"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
525413
8871