@alwatr/dedupe 1.1.3 → 1.1.4

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,6 +3,12 @@
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
+ ## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.3...@alwatr/dedupe@1.1.4) (2024-10-11)
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
11
+
6
12
  ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.2...@alwatr/dedupe@1.1.3) (2024-10-11)
7
13
 
8
14
  **Note:** Version bump only for package @alwatr/dedupe
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/dedupe v1.1.3 */
1
+ /* @alwatr/dedupe v1.1.4 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -28,7 +28,7 @@ module.exports = __toCommonJS(main_exports);
28
28
  var import_global_scope = require("@alwatr/global-scope");
29
29
  var import_polyfill_has_own = require("@alwatr/polyfill-has-own");
30
30
  if (typeof import_global_scope.globalScope.__alwatr_dedupe__ === "undefined") {
31
- import_global_scope.globalScope.__alwatr_dedupe__ = "1.1.3";
31
+ import_global_scope.globalScope.__alwatr_dedupe__ = "1.1.4";
32
32
  } else {
33
33
  if (import_global_scope.globalScope.__alwatr_dedupe__ === true) {
34
34
  import_global_scope.globalScope.__alwatr_dedupe__ = "1.0.x";
@@ -37,7 +37,7 @@ if (typeof import_global_scope.globalScope.__alwatr_dedupe__ === "undefined") {
37
37
  cause: {
38
38
  name: "@alwatr/dedupe",
39
39
  oldVersion: import_global_scope.globalScope.__alwatr_dedupe__,
40
- newVersion: "1.1.3"
40
+ newVersion: "1.1.4"
41
41
  }
42
42
  }));
43
43
  }
File without changes
package/dist/main.mjs CHANGED
@@ -1,10 +1,10 @@
1
- /* @alwatr/dedupe v1.1.3 */
1
+ /* @alwatr/dedupe v1.1.4 */
2
2
 
3
3
  // src/main.ts
4
4
  import { globalScope } from "@alwatr/global-scope";
5
5
  import "@alwatr/polyfill-has-own";
6
6
  if (typeof globalScope.__alwatr_dedupe__ === "undefined") {
7
- globalScope.__alwatr_dedupe__ = "1.1.3";
7
+ globalScope.__alwatr_dedupe__ = "1.1.4";
8
8
  } else {
9
9
  if (globalScope.__alwatr_dedupe__ === true) {
10
10
  globalScope.__alwatr_dedupe__ = "1.0.x";
@@ -13,7 +13,7 @@ if (typeof globalScope.__alwatr_dedupe__ === "undefined") {
13
13
  cause: {
14
14
  name: "@alwatr/dedupe",
15
15
  oldVersion: globalScope.__alwatr_dedupe__,
16
- newVersion: "1.1.3"
16
+ newVersion: "1.1.4"
17
17
  }
18
18
  }));
19
19
  }
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/dedupe",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "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).",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -36,7 +36,8 @@
36
36
  },
37
37
  "license": "AGPL-3.0-only",
38
38
  "files": [
39
- "**/*.{js,mjs,cjs,map,d.ts,html,md}",
39
+ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
40
+ "LICENSE",
40
41
  "!demo/**/*"
41
42
  ],
42
43
  "publishConfig": {
@@ -67,16 +68,16 @@
67
68
  "clean": "rm -rfv dist *.tsbuildinfo"
68
69
  },
69
70
  "dependencies": {
70
- "@alwatr/global-scope": "^1.1.25",
71
- "@alwatr/package-tracer": "^1.0.3",
72
- "@alwatr/polyfill-has-own": "^1.1.3"
71
+ "@alwatr/global-scope": "^1.1.26",
72
+ "@alwatr/package-tracer": "^1.0.4",
73
+ "@alwatr/polyfill-has-own": "^1.1.4"
73
74
  },
74
75
  "devDependencies": {
75
- "@alwatr/nano-build": "^2.0.0",
76
- "@alwatr/prettier-config": "^1.0.5",
77
- "@alwatr/tsconfig-base": "^1.3.1",
78
- "@alwatr/type-helper": "^2.0.1",
76
+ "@alwatr/nano-build": "^2.0.1",
77
+ "@alwatr/prettier-config": "^1.0.6",
78
+ "@alwatr/tsconfig-base": "^1.3.2",
79
+ "@alwatr/type-helper": "^2.0.2",
79
80
  "typescript": "^5.6.3"
80
81
  },
81
- "gitHead": "e0b3b4a47c02a395046982803b2e431c6ee3b0ab"
82
+ "gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1"
82
83
  }