@module-federation/sdk
Advanced tools
Comparing version 0.0.0-next-20240321102113 to 0.0.0-next-20240321124455
@@ -511,2 +511,4 @@ 'use strict'; | ||
remoteTypes: simpleJoinRemoteEntry(remoteTypes.path, remoteTypes.name), | ||
remoteTypesZip: simpleJoinRemoteEntry(remoteTypes.zipPath, remoteTypes.zipName), | ||
remoteTypesAPI: simpleJoinRemoteEntry(remoteTypes.apiTypesPath, remoteTypes.apiTypesName), | ||
remotesInfo: remotesInfo, | ||
@@ -513,0 +515,0 @@ shared: manifest === null || manifest === void 0 ? void 0 : manifest.shared.map(function(item) { |
@@ -507,2 +507,4 @@ function _define_property$3(obj, key, value) { | ||
remoteTypes: simpleJoinRemoteEntry(remoteTypes.path, remoteTypes.name), | ||
remoteTypesZip: simpleJoinRemoteEntry(remoteTypes.zipPath, remoteTypes.zipName), | ||
remoteTypesAPI: simpleJoinRemoteEntry(remoteTypes.apiTypesPath, remoteTypes.apiTypesName), | ||
remotesInfo: remotesInfo, | ||
@@ -509,0 +511,0 @@ shared: manifest === null || manifest === void 0 ? void 0 : manifest.shared.map(function(item) { |
@@ -12,2 +12,4 @@ import { RemoteEntryType, StatsAssets } from './stats'; | ||
remoteTypes: string; | ||
remoteTypesZip: string; | ||
remoteTypesAPI?: string; | ||
remotesInfo: Record<string, { | ||
@@ -14,0 +16,0 @@ matchedVersion: string; |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20240321102113", | ||
"version": "0.0.0-next-20240321124455", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A sdk for support module federation", |
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
136260
3469