@originjs/vite-plugin-federation
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -0,1 +1,15 @@ | ||
// ***************************************************************************** | ||
// Copyright (C) 2022 Origin.js and others. | ||
// | ||
// This program and the accompanying materials are licensed under Mulan PSL v2. | ||
// You can use this software according to the terms and conditions of the Mulan PSL v2. | ||
// You may obtain a copy of Mulan PSL v2 at: | ||
// http://license.coscl.org.cn/MulanPSL2 | ||
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, | ||
// EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, | ||
// MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. | ||
// See the Mulan PSL v2 for more details. | ||
// | ||
// SPDX-License-Identifier: MulanPSL-2.0 | ||
// ***************************************************************************** | ||
// those constants are based on https://www.rubydoc.info/gems/semantic_range/3.0.0/SemanticRange#BUILDIDENTIFIER-constant | ||
@@ -32,2 +46,3 @@ const buildIdentifier = '[0-9A-Za-z-]+'; | ||
// ***************************************************************************** | ||
function parseRegex(source) { | ||
@@ -55,2 +70,3 @@ return new RegExp(source); | ||
// ***************************************************************************** | ||
function parseHyphen(range) { | ||
@@ -246,2 +262,16 @@ return range.replace(parseRegex(hyphenRange), (_range, from, fromMajor, fromMinor, fromPatch, _fromPreRelease, _fromBuild, to, toMajor, toMinor, toPatch, toPreRelease) => { | ||
// ***************************************************************************** | ||
// Copyright (C) 2022 Origin.js and others. | ||
// | ||
// This program and the accompanying materials are licensed under Mulan PSL v2. | ||
// You can use this software according to the terms and conditions of the Mulan PSL v2. | ||
// You may obtain a copy of Mulan PSL v2 at: | ||
// http://license.coscl.org.cn/MulanPSL2 | ||
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, | ||
// EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, | ||
// MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. | ||
// See the Mulan PSL v2 for more details. | ||
// | ||
// SPDX-License-Identifier: MulanPSL-2.0 | ||
// ***************************************************************************** | ||
function compareAtom(rangeAtom, versionAtom) { | ||
@@ -320,2 +350,3 @@ rangeAtom = +rangeAtom || rangeAtom; | ||
// ***************************************************************************** | ||
function parseComparatorString(range) { | ||
@@ -322,0 +353,0 @@ return pipe( |
{ | ||
"name": "@originjs/vite-plugin-federation", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "A Vite plugin which support Module Federation.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
260041
6051