@repobit/dex-utils 0.6.0 → 0.6.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.
- package/CHANGELOG.md +111 -0
- package/package.json +6 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
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.6.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.6.0...@repobit/dex-utils@0.6.1) (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.6.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.5.1...@repobit/dex-utils@0.6.0) (2025-03-26)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **DEX-21820:** added syntasa integration ([a2fb875](https://github.com/bitdefender/dex-core/commit/a2fb8756362b6affbf10b0c8affb390749c8a9df))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.5.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.5.0...@repobit/dex-utils@0.5.1) (2025-03-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **DEX-21811:** apply changes for ts ([974670b](https://github.com/bitdefender/dex-core/commit/974670bd4a36c7dfbf86f09a7b3d8fac7e09f6a7))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.5.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.4.0...@repobit/dex-utils@0.5.0) (2025-03-25)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **DEX-22225:** added all dataLayer classes ([9afb463](https://github.com/bitdefender/dex-core/commit/9afb4631cba0d3731396182098e07a7df790b4c2))
|
|
39
|
+
* **DEX-22225:** created data layer package ([36d6d05](https://github.com/bitdefender/dex-core/commit/36d6d054998460cca8e2978820874b34cbf7409f))
|
|
40
|
+
* **DEX-22225:** restructured the code and added tests ([e29eb2a](https://github.com/bitdefender/dex-core/commit/e29eb2a48fe8c470fbd6609bca37da1a782e5f5f))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [0.4.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.3.3...@repobit/dex-utils@0.4.0) (2025-03-25)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* **DEX-21805:** change jest to vitest ([8219cf8](https://github.com/bitdefender/dex-core/commit/8219cf88cef6c4290783bb80a8142be0195de13e))
|
|
50
|
+
* **DEX-21805:** chnage jest to vitest ([a36c9cb](https://github.com/bitdefender/dex-core/commit/a36c9cb6ba0145833713781da5069897a77dde3a))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [0.3.3](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.3.2...@repobit/dex-utils@0.3.3) (2025-03-24)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **DEX-21805:** add jsdom to jest ([c2d1d0b](https://github.com/bitdefender/dex-core/commit/c2d1d0bb0350df4f09f88cf64d3fec59e6a2815d))
|
|
60
|
+
* **DEX-21805:** move build dependecies to root ([e75bb59](https://github.com/bitdefender/dex-core/commit/e75bb59c6c215b6be8167ca136423e577ef10656))
|
|
61
|
+
* **DEX-21805:** update tsconfig for all packages ([01abd44](https://github.com/bitdefender/dex-core/commit/01abd4449f7c950116c3b5b76c6989299ab99aea))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [0.3.2](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.3.0...@repobit/dex-utils@0.3.2) (2025-03-21)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* **DEX-21805:** fix package.json ([487e824](https://github.com/bitdefender/dex-core/commit/487e82449bd5a0e6cd959a509b4f9820952466b6))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [0.3.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.2.0...@repobit/dex-utils@0.3.0) (2025-03-05)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* **DEX-22143:** added login functionality to the user ([2d4172e](https://github.com/bitdefender/dex-core/commit/2d4172ef0c04e9e0a9f8f8b736428bbfca91b9ec))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## [0.2.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-utils@0.1.0...@repobit/dex-utils@0.2.0) (2025-03-04)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### ⚠ BREAKING CHANGES
|
|
87
|
+
|
|
88
|
+
* **DEX-22137:** added launch package
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* **DEX-22137:** added launch package ([620e29a](https://github.com/bitdefender/dex-core/commit/620e29a078bddd9acc14e7db094686763a9b9711))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 0.1.0 (2025-03-04)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### ⚠ BREAKING CHANGES
|
|
100
|
+
|
|
101
|
+
* **DEX-22143:** added utils package
|
|
102
|
+
|
|
103
|
+
### Features
|
|
104
|
+
|
|
105
|
+
* **DEX-22143:** added all dependencies classes ([77d96ef](https://github.com/bitdefender/dex-core/commit/77d96ef6e8968b499406803f5e1bc33e93ee2221))
|
|
106
|
+
* **DEX-22143:** added Cookie class ([9e944b5](https://github.com/bitdefender/dex-core/commit/9e944b59e6337f1e5848e27802e141717ab49eca))
|
|
107
|
+
* **DEX-22143:** added debounce function ([ab5058b](https://github.com/bitdefender/dex-core/commit/ab5058baafebb02e971e2206b90cfcc8f3556efc))
|
|
108
|
+
* **DEX-22143:** added throttle function ([f11a5b0](https://github.com/bitdefender/dex-core/commit/f11a5b0bec8966d7905d8ee862673b68b27ef2a4))
|
|
109
|
+
* **DEX-22143:** added user agent class ([2d655b4](https://github.com/bitdefender/dex-core/commit/2d655b4febf47d9a710bcf01ea30c1cecc4da09d))
|
|
110
|
+
* **DEX-22143:** added utils package ([4827d20](https://github.com/bitdefender/dex-core/commit/4827d205e74e47d91e29284623f4d70dadd432ac))
|
|
111
|
+
* **DEX-22143:** added utils package ([2922a59](https://github.com/bitdefender/dex-core/commit/2922a5959594672bdb978b123063353941a70622))
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repobit/dex-utils",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Client for Utils",
|
|
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"
|
|
@@ -35,5 +38,5 @@
|
|
|
35
38
|
"devDependencies": {
|
|
36
39
|
"@types/js-cookie": "^3.0.6"
|
|
37
40
|
},
|
|
38
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "64dd7dca1e451796a1fafe016b7a8d361523754f"
|
|
39
42
|
}
|