@plasmicapp/loader-react
Advanced tools
Comparing version 1.0.360 to 1.0.361
@@ -646,2 +646,5 @@ "use client"; | ||
}); | ||
target.filteredIds = Object.fromEntries( | ||
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]]) | ||
); | ||
from.projects.forEach((fromProject) => { | ||
@@ -648,0 +651,0 @@ var _a2, _b2; |
@@ -600,2 +600,5 @@ "use client"; | ||
}); | ||
target.filteredIds = Object.fromEntries( | ||
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]]) | ||
); | ||
from.projects.forEach((fromProject) => { | ||
@@ -602,0 +605,0 @@ var _a2, _b2; |
@@ -646,2 +646,5 @@ "use client"; | ||
}); | ||
target.filteredIds = Object.fromEntries( | ||
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]]) | ||
); | ||
from.projects.forEach((fromProject) => { | ||
@@ -648,0 +651,0 @@ var _a2, _b2; |
@@ -274,2 +274,5 @@ var __defProp = Object.defineProperty; | ||
}); | ||
target.filteredIds = Object.fromEntries( | ||
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]]) | ||
); | ||
from.projects.forEach((fromProject) => { | ||
@@ -276,0 +279,0 @@ var _a3, _b2; |
@@ -304,2 +304,5 @@ "use strict"; | ||
}); | ||
target.filteredIds = Object.fromEntries( | ||
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]]) | ||
); | ||
from.projects.forEach((fromProject) => { | ||
@@ -306,0 +309,0 @@ var _a3, _b2; |
{ | ||
"name": "@plasmicapp/loader-react", | ||
"version": "1.0.360", | ||
"version": "1.0.361", | ||
"types": "./dist/index.d.ts", | ||
@@ -56,3 +56,3 @@ "main": "./dist/index.js", | ||
"@plasmicapp/data-sources-context": "0.1.21", | ||
"@plasmicapp/host": "1.0.199", | ||
"@plasmicapp/host": "1.0.200", | ||
"@plasmicapp/loader-core": "1.0.135", | ||
@@ -88,3 +88,3 @@ "@plasmicapp/loader-fetcher": "1.0.54", | ||
"license": "MIT", | ||
"gitHead": "7fdda11c2d8a17f38f4af56153ff6fbaf09d4b07" | ||
"gitHead": "fe773e8b44561aecdfe29d6c48155d2123892ce7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
759170
8573
+ Added@plasmicapp/host@1.0.200(transitive)
- Removed@plasmicapp/host@1.0.199(transitive)
Updated@plasmicapp/host@1.0.200