@plasmicapp/loader-react
Advanced tools
Comparing version 1.0.368 to 1.0.369
@@ -1180,8 +1180,5 @@ "use client"; | ||
constructor(opts) { | ||
const tracker = new import_loader_core3.PlasmicTracker({ | ||
projectIds: opts.projects.map((p) => p.id), | ||
platform: opts.platform, | ||
preview: opts.preview, | ||
nativeFetch: opts.nativeFetch | ||
}); | ||
const tracker = new import_loader_core3.PlasmicTracker(__spreadProps(__spreadValues({}, opts), { | ||
projectIds: opts.projects.map((p) => p.id) | ||
})); | ||
super({ | ||
@@ -1188,0 +1185,0 @@ opts, |
@@ -1134,8 +1134,5 @@ "use client"; | ||
constructor(opts) { | ||
const tracker = new PlasmicTracker2({ | ||
projectIds: opts.projects.map((p) => p.id), | ||
platform: opts.platform, | ||
preview: opts.preview, | ||
nativeFetch: opts.nativeFetch | ||
}); | ||
const tracker = new PlasmicTracker2(__spreadProps(__spreadValues({}, opts), { | ||
projectIds: opts.projects.map((p) => p.id) | ||
})); | ||
super({ | ||
@@ -1142,0 +1139,0 @@ opts, |
@@ -1180,8 +1180,5 @@ "use client"; | ||
constructor(opts) { | ||
const tracker = new import_loader_core3.PlasmicTracker({ | ||
projectIds: opts.projects.map((p) => p.id), | ||
platform: opts.platform, | ||
preview: opts.preview, | ||
nativeFetch: opts.nativeFetch | ||
}); | ||
const tracker = new import_loader_core3.PlasmicTracker(__spreadProps(__spreadValues({}, opts), { | ||
projectIds: opts.projects.map((p) => p.id) | ||
})); | ||
super({ | ||
@@ -1188,0 +1185,0 @@ opts, |
{ | ||
"name": "@plasmicapp/loader-react", | ||
"version": "1.0.368", | ||
"version": "1.0.369", | ||
"types": "./dist/index.d.ts", | ||
@@ -57,3 +57,3 @@ "main": "./dist/index.js", | ||
"@plasmicapp/host": "1.0.207", | ||
"@plasmicapp/loader-core": "1.0.135", | ||
"@plasmicapp/loader-core": "1.0.136", | ||
"@plasmicapp/loader-fetcher": "1.0.54", | ||
@@ -88,3 +88,3 @@ "@plasmicapp/loader-splits": "1.0.62", | ||
"license": "MIT", | ||
"gitHead": "9097835f7f37064c7aeefbdcdbf7d2ba0ca652c9" | ||
"gitHead": "ceaa65b07eecbbc65adfd49094bd166c0fcbd614" | ||
} |
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
759004
8566
+ Added@plasmicapp/loader-core@1.0.136(transitive)
- Removed@plasmicapp/loader-core@1.0.135(transitive)