@alwatr/dedupe 5.5.5 โ†’ 5.5.6

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 CHANGED
@@ -3,11 +3,28 @@
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.6](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.5...@alwatr/dedupe@5.5.6) (2025-08-23)
7
+
8
+ **Note:** Version bump only for package @alwatr/dedupe
9
+
6
10
  ## [5.5.5](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.3...@alwatr/dedupe@5.5.5) (2025-08-23)
7
11
 
8
- ### Code Refactoring
12
+ ### ๐Ÿ› Bug Fixes
9
13
 
10
- * Updated all package.json files in the project to change dependency version specifiers from "workspace:^" to "workspace:*" for consistency and to allow for more flexible version resolution. ([db6a4f7](https://github.com/Alwatr/nanolib/commit/db6a4f76deec2d1d8039978144e4bc51b6f1a0e3)) by @alimd
14
+ * update license from AGPL-3.0-only to MPL-2.0 ([d20968e](https://github.com/Alwatr/nanolib/commit/d20968e60cc89b1dcdf9b96507178da6ed562f55))
15
+ * update package versions in multiple package.json files ([7638b1c](https://github.com/Alwatr/nanolib/commit/7638b1cafee2b4e0f97db7a89ac9fba6384b9b10))
16
+
17
+ ### ๐Ÿ”จ Code Refactoring
18
+
19
+ * Updated all package.json files in the project to change dependency version specifiers from "workspace:^" to "workspace:*" for consistency and to allow for more flexible version resolution. ([db6a4f7](https://github.com/Alwatr/nanolib/commit/db6a4f76deec2d1d8039978144e4bc51b6f1a0e3))
20
+
21
+ ### ๐Ÿงน Miscellaneous Chores
22
+
23
+ * reformat all package.json files ([ceda45d](https://github.com/Alwatr/nanolib/commit/ceda45de186667790474f729cb4b161a5148ce19))
24
+
25
+ ### ๐Ÿ”— Dependencies update
26
+
27
+ * update TypeScript and Jest versions across all packages to improve compatibility and performance ([31baf36](https://github.com/Alwatr/nanolib/commit/31baf366101e92e27db66a21c849fb101f19be47))
11
28
 
12
29
  ## [5.5.4](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.5.3...@alwatr/dedupe@5.5.4) (2025-08-23)
13
30
 
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/dedupe v5.5.5 */
1
+ /* @alwatr/dedupe v5.5.6 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -28,10 +28,10 @@ module.exports = __toCommonJS(main_exports);
28
28
  var import_global_this = require("@alwatr/global-this");
29
29
  var import_package_tracer = require("@alwatr/package-tracer");
30
30
  var import_polyfill_has_own = require("@alwatr/polyfill-has-own");
31
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/dedupe", "5.5.5");
31
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/dedupe", "5.5.6");
32
32
  var globalThis_ = (0, import_global_this.getGlobalThis)();
33
33
  if (typeof globalThis_.__alwatr_dedupe__ === "undefined") {
34
- globalThis_.__alwatr_dedupe__ = "5.5.5";
34
+ globalThis_.__alwatr_dedupe__ = "5.5.6";
35
35
  } else {
36
36
  if (globalThis_.__alwatr_dedupe__ === true) {
37
37
  globalThis_.__alwatr_dedupe__ = "1.0.x";
@@ -41,7 +41,7 @@ if (typeof globalThis_.__alwatr_dedupe__ === "undefined") {
41
41
  cause: {
42
42
  name: "@alwatr/dedupe",
43
43
  oldVersion: globalThis_.__alwatr_dedupe__,
44
- newVersion: "5.5.5"
44
+ newVersion: "5.5.6"
45
45
  }
46
46
  })
47
47
  );
package/dist/main.mjs CHANGED
@@ -1,13 +1,13 @@
1
- /* @alwatr/dedupe v5.5.5 */
1
+ /* @alwatr/dedupe v5.5.6 */
2
2
 
3
3
  // src/main.ts
4
4
  import { getGlobalThis } from "@alwatr/global-this";
5
5
  import { packageTracer } from "@alwatr/package-tracer";
6
6
  import "@alwatr/polyfill-has-own";
7
- __dev_mode__: packageTracer.add("@alwatr/dedupe", "5.5.5");
7
+ __dev_mode__: packageTracer.add("@alwatr/dedupe", "5.5.6");
8
8
  var globalThis_ = getGlobalThis();
9
9
  if (typeof globalThis_.__alwatr_dedupe__ === "undefined") {
10
- globalThis_.__alwatr_dedupe__ = "5.5.5";
10
+ globalThis_.__alwatr_dedupe__ = "5.5.6";
11
11
  } else {
12
12
  if (globalThis_.__alwatr_dedupe__ === true) {
13
13
  globalThis_.__alwatr_dedupe__ = "1.0.x";
@@ -17,7 +17,7 @@ if (typeof globalThis_.__alwatr_dedupe__ === "undefined") {
17
17
  cause: {
18
18
  name: "@alwatr/dedupe",
19
19
  oldVersion: globalThis_.__alwatr_dedupe__,
20
- newVersion: "5.5.5"
20
+ newVersion: "5.5.6"
21
21
  }
22
22
  })
23
23
  );
package/package.json CHANGED
@@ -1,19 +1,19 @@
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.5",
4
+ "version": "5.5.6",
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.5.5",
9
- "@alwatr/package-tracer": "5.5.5",
10
- "@alwatr/polyfill-has-own": "5.5.5"
8
+ "@alwatr/global-this": "5.5.6",
9
+ "@alwatr/package-tracer": "5.5.6",
10
+ "@alwatr/polyfill-has-own": "5.5.6"
11
11
  },
12
12
  "devDependencies": {
13
- "@alwatr/nano-build": "5.5.5",
14
- "@alwatr/prettier-config": "5.0.1",
15
- "@alwatr/tsconfig-base": "5.0.1",
16
- "@alwatr/type-helper": "5.4.3",
13
+ "@alwatr/nano-build": "6.0.1",
14
+ "@alwatr/prettier-config": "5.0.2",
15
+ "@alwatr/tsconfig-base": "5.0.2",
16
+ "@alwatr/type-helper": "5.4.4",
17
17
  "typescript": "^5.9.2"
18
18
  },
19
19
  "exports": {
@@ -77,5 +77,5 @@
77
77
  },
78
78
  "type": "module",
79
79
  "types": "./dist/main.d.ts",
80
- "gitHead": "102cc505864da042258ffe18894dc5a9157b0040"
80
+ "gitHead": "be87ff1a4a783c0707e0b06efe728a54b5348b38"
81
81
  }