@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20231225041300 to 0.0.0-next-20231225064454
@@ -46,3 +46,3 @@ 'use strict'; | ||
function isPureRemoteEntry(remote) { | ||
return new URL(remote.entry).pathname.endsWith('.js'); | ||
return !remote.entry.includes('.json') && remote.entry.includes('.js'); | ||
} | ||
@@ -49,0 +49,0 @@ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types |
@@ -44,3 +44,3 @@ function getBuilderId() { | ||
function isPureRemoteEntry(remote) { | ||
return new URL(remote.entry).pathname.endsWith('.js'); | ||
return !remote.entry.includes('.json') && remote.entry.includes('.js'); | ||
} | ||
@@ -47,0 +47,0 @@ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20231225041300", | ||
"version": "0.0.0-next-20231225064454", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20231225041300" | ||
"@module-federation/sdk": "0.0.0-next-20231225064454" | ||
} | ||
} |
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
237237
+ Added@module-federation/sdk@0.0.0-next-20231225064454(transitive)
- Removed@module-federation/sdk@0.0.0-next-20231225041300(transitive)