@repobit/dex-utils 0.1.0 → 0.2.0
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/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import Cookies from "./cookies";
|
|
|
2
2
|
import Page from "./page";
|
|
3
3
|
import User from "./user";
|
|
4
4
|
import UserAgent from "./user-agent";
|
|
5
|
+
export { Constants } from "./constants";
|
|
5
6
|
export { debounce, loadScript, throttle } from "./utils";
|
|
6
7
|
export { Cookies, Page, User, UserAgent };
|
|
7
8
|
window.BD = window.BD || {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repobit/dex-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
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",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"volta": {
|
|
51
51
|
"node": "22.14.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "81086868263389b787471a13054f18eb1a093ce9"
|
|
54
54
|
}
|