@alwatr/dedupe 5.5.23 → 5.5.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/main.cjs +3 -3
- package/dist/main.mjs +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.5.25](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.24...@alwatr/dedupe@5.5.25) (2025-11-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/dedupe
|
|
9
|
+
|
|
10
|
+
## [5.5.24](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.23...@alwatr/dedupe@5.5.24) (2025-11-15)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @alwatr/dedupe
|
|
13
|
+
|
|
6
14
|
## [5.5.23](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.22...@alwatr/dedupe@5.5.23) (2025-11-06)
|
|
7
15
|
|
|
8
16
|
### 🐛 Bug Fixes
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** 📦 @alwatr/dedupe v5.5.
|
|
2
|
-
__dev_mode__: console.debug("📦 @alwatr/dedupe v5.5.
|
|
3
|
-
"use strict";var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:true})};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from==="object"||typeof from==="function"){for(let key of __getOwnPropNames(from))if(!__hasOwnProp.call(to,key)&&key!==except)__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable})}return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:true}),mod);var main_exports={};__export(main_exports,{deduplicate:()=>deduplicate,definePackage:()=>definePackage});module.exports=__toCommonJS(main_exports);var import_global_this=require("@alwatr/global-this");var import_has_own=require("@alwatr/has-own");var globalThis_=(0,import_global_this.getGlobalThis)();if(typeof globalThis_.__alwatr_dedupe__==="undefined"){globalThis_.__alwatr_dedupe__="5.5.
|
|
1
|
+
/** 📦 @alwatr/dedupe v5.5.25 */
|
|
2
|
+
__dev_mode__: console.debug("📦 @alwatr/dedupe v5.5.25");
|
|
3
|
+
"use strict";var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:true})};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from==="object"||typeof from==="function"){for(let key of __getOwnPropNames(from))if(!__hasOwnProp.call(to,key)&&key!==except)__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable})}return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:true}),mod);var main_exports={};__export(main_exports,{deduplicate:()=>deduplicate,definePackage:()=>definePackage});module.exports=__toCommonJS(main_exports);var import_global_this=require("@alwatr/global-this");var import_has_own=require("@alwatr/has-own");var globalThis_=(0,import_global_this.getGlobalThis)();if(typeof globalThis_.__alwatr_dedupe__==="undefined"){globalThis_.__alwatr_dedupe__="5.5.25"}else{if(globalThis_.__alwatr_dedupe__===true){globalThis_.__alwatr_dedupe__="1.0.x"}console.error(new Error("duplication_detected",{cause:{name:"@alwatr/dedupe",oldVersion:globalThis_.__alwatr_dedupe__,newVersion:"5.5.25"}}))}var list={};function deduplicate(args){if((0,import_has_own.hasOwn)(list,args.name)){const error=new Error("duplication_detected",{cause:{name:args.name}});if(args.strict){throw error}else{console.error(error)}}list[args.name]=true}deduplicate({name:"@alwatr/dedupe"});function definePackage(packageName,_){console.warn("`definePackage` in `@alwatr/dedupe` is deprecated. Use `deduplicate` instead.");deduplicate({name:packageName})}0&&(module.exports={deduplicate,definePackage});
|
|
4
4
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** 📦 @alwatr/dedupe v5.5.
|
|
2
|
-
__dev_mode__: console.debug("📦 @alwatr/dedupe v5.5.
|
|
3
|
-
import{getGlobalThis}from"@alwatr/global-this";import{hasOwn}from"@alwatr/has-own";var globalThis_=getGlobalThis();if(typeof globalThis_.__alwatr_dedupe__==="undefined"){globalThis_.__alwatr_dedupe__="5.5.
|
|
1
|
+
/** 📦 @alwatr/dedupe v5.5.25 */
|
|
2
|
+
__dev_mode__: console.debug("📦 @alwatr/dedupe v5.5.25");
|
|
3
|
+
import{getGlobalThis}from"@alwatr/global-this";import{hasOwn}from"@alwatr/has-own";var globalThis_=getGlobalThis();if(typeof globalThis_.__alwatr_dedupe__==="undefined"){globalThis_.__alwatr_dedupe__="5.5.25"}else{if(globalThis_.__alwatr_dedupe__===true){globalThis_.__alwatr_dedupe__="1.0.x"}console.error(new Error("duplication_detected",{cause:{name:"@alwatr/dedupe",oldVersion:globalThis_.__alwatr_dedupe__,newVersion:"5.5.25"}}))}var list={};function deduplicate(args){if(hasOwn(list,args.name)){const error=new Error("duplication_detected",{cause:{name:args.name}});if(args.strict){throw error}else{console.error(error)}}list[args.name]=true}deduplicate({name:"@alwatr/dedupe"});function definePackage(packageName,_){console.warn("`definePackage` in `@alwatr/dedupe` is deprecated. Use `deduplicate` instead.");deduplicate({name:packageName})}export{deduplicate,definePackage};
|
|
4
4
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/dedupe",
|
|
3
3
|
"description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).",
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.25",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"bugs": "https://github.com/Alwatr/nanolib/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@alwatr/global-this": "5.6.
|
|
9
|
-
"@alwatr/has-own": "5.6.
|
|
8
|
+
"@alwatr/global-this": "5.6.4",
|
|
9
|
+
"@alwatr/has-own": "5.6.2"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@alwatr/nano-build": "6.3.
|
|
12
|
+
"@alwatr/nano-build": "6.3.8",
|
|
13
13
|
"@alwatr/prettier-config": "5.0.5",
|
|
14
14
|
"@alwatr/tsconfig-base": "6.0.3",
|
|
15
|
-
"@alwatr/type-helper": "6.1.
|
|
15
|
+
"@alwatr/type-helper": "6.1.6",
|
|
16
16
|
"typescript": "^5.9.3"
|
|
17
17
|
},
|
|
18
18
|
"exports": {
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"sideEffects": true,
|
|
79
79
|
"type": "module",
|
|
80
80
|
"types": "./dist/main.d.ts",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "0368e2b199bb5c1b443a18b28566cd53ce6915ce"
|
|
82
82
|
}
|