@repobit/dex-launch 0.3.2 → 0.3.3
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 +86 -0
- package/package.json +7 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.3.3](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.3.2...@repobit/dex-launch@0.3.3) (2025-03-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **DEX-21085:** add files to package json ([d1fa71f](https://github.com/bitdefender/dex-core/commit/d1fa71f4b89812fa306b7ec0104af52505e87491))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [0.3.2](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.3.1...@repobit/dex-launch@0.3.2) (2025-03-26)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @repobit/dex-launch
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [0.3.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.3.0...@repobit/dex-launch@0.3.1) (2025-03-25)
|
|
24
|
+
|
|
25
|
+
**Note:** Version bump only for package @repobit/dex-launch
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [0.3.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.2.0...@repobit/dex-launch@0.3.0) (2025-03-25)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **DEX-22225:** created the data layer and updated target class ([390f327](https://github.com/bitdefender/dex-core/commit/390f327af376e8c70e37d14c5ffd699f60a17275))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [0.2.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.1.4...@repobit/dex-launch@0.2.0) (2025-03-25)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* **DEX-21805:** change jest to vitest ([8219cf8](https://github.com/bitdefender/dex-core/commit/8219cf88cef6c4290783bb80a8142be0195de13e))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [0.1.4](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.1.3...@repobit/dex-launch@0.1.4) (2025-03-24)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **DEX-21805:** add jsdom to jest ([c2d1d0b](https://github.com/bitdefender/dex-core/commit/c2d1d0bb0350df4f09f88cf64d3fec59e6a2815d))
|
|
55
|
+
* **DEX-21805:** move build dependecies to root ([e75bb59](https://github.com/bitdefender/dex-core/commit/e75bb59c6c215b6be8167ca136423e577ef10656))
|
|
56
|
+
* **DEX-21805:** update tsconfig for all packages ([01abd44](https://github.com/bitdefender/dex-core/commit/01abd4449f7c950116c3b5b76c6989299ab99aea))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## [0.1.3](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.1.1...@repobit/dex-launch@0.1.3) (2025-03-21)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* **DEX-21805:** fix package.json ([487e824](https://github.com/bitdefender/dex-core/commit/487e82449bd5a0e6cd959a509b4f9820952466b6))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [0.1.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-launch@0.1.0...@repobit/dex-launch@0.1.1) (2025-03-05)
|
|
70
|
+
|
|
71
|
+
**Note:** Version bump only for package @repobit/dex-launch
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 0.1.0 (2025-03-04)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### ⚠ BREAKING CHANGES
|
|
81
|
+
|
|
82
|
+
* **DEX-22137:** added launch package
|
|
83
|
+
|
|
84
|
+
### Features
|
|
85
|
+
|
|
86
|
+
* **DEX-22137:** added launch package ([620e29a](https://github.com/bitdefender/dex-core/commit/620e29a078bddd9acc14e7db094686763a9b9711))
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repobit/dex-launch",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
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",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"files": [
|
|
10
|
-
"dist/src"
|
|
10
|
+
"dist/src",
|
|
11
|
+
"README.md",
|
|
12
|
+
"CHANGELOG.md",
|
|
13
|
+
"LICENSE"
|
|
11
14
|
],
|
|
12
15
|
"publishConfig": {
|
|
13
16
|
"access": "public"
|
|
@@ -27,10 +30,10 @@
|
|
|
27
30
|
"type": "module",
|
|
28
31
|
"types": "dist/src/index.d.ts",
|
|
29
32
|
"dependencies": {
|
|
30
|
-
"@repobit/dex-utils": "0.6.
|
|
33
|
+
"@repobit/dex-utils": "0.6.1"
|
|
31
34
|
},
|
|
32
35
|
"volta": {
|
|
33
36
|
"node": "22.14.0"
|
|
34
37
|
},
|
|
35
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "64dd7dca1e451796a1fafe016b7a8d361523754f"
|
|
36
39
|
}
|