@repobit/dex-launch 1.3.0 → 1.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.4.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@1.4.0...@repobit/dex-launch@1.4.1) (2025-04-07)
7
+
8
+ **Note:** Version bump only for package @repobit/dex-launch
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.4.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@1.3.0...@repobit/dex-launch@1.4.0) (2025-04-07)
15
+
16
+
17
+ ### Features
18
+
19
+ * **DEX-21820:** made final modifications for live tests ([ea4a185](https://github.com/bitdefender/dex-core/commit/ea4a185e2aac722ca3cf51eefd69d2d605295ed4))
20
+
21
+
22
+
6
23
  ## [1.3.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@1.2.0...@repobit/dex-launch@1.3.0) (2025-04-03)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-launch",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Client for Adobe Launch",
5
5
  "author": "Constantin Ioan Mihai <iconstantin@bitdefender.com>",
6
6
  "homepage": "https://github.com/bitdefender/dex-core#readme",
@@ -30,10 +30,10 @@
30
30
  "type": "module",
31
31
  "types": "dist/src/index.d.ts",
32
32
  "dependencies": {
33
- "@repobit/dex-utils": "*"
33
+ "@repobit/dex-utils": "^1.2.1"
34
34
  },
35
35
  "volta": {
36
36
  "node": "22.14.0"
37
37
  },
38
- "gitHead": "e4c954268a935d77691d779025eb23ae705909ef"
38
+ "gitHead": "8caa499095fd6e860ec286684ffbcb623bf4d80f"
39
39
  }