@xylabs/sdk-js 3.6.6 → 3.6.7

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.
@@ -23,4 +23,4 @@ export * from "@xylabs/set";
23
23
  export * from "@xylabs/static-implements";
24
24
  export * from "@xylabs/timer";
25
25
  export * from "@xylabs/url";
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
@@ -23,4 +23,4 @@ export * from "@xylabs/set";
23
23
  export * from "@xylabs/static-implements";
24
24
  export * from "@xylabs/timer";
25
25
  export * from "@xylabs/url";
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
@@ -23,4 +23,4 @@ export * from "@xylabs/set";
23
23
  export * from "@xylabs/static-implements";
24
24
  export * from "@xylabs/timer";
25
25
  export * from "@xylabs/url";
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -21,15 +21,15 @@
21
21
  "default": "./dist/neutral/index.cjs"
22
22
  },
23
23
  "import": {
24
- "types": "./dist/neutral/index.d.mts",
25
- "default": "./dist/neutral/index.js"
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
26
26
  }
27
27
  },
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "main": "./dist/neutral/index.cjs",
31
31
  "types": "./dist/neutral/index.d.ts",
32
- "module": "./dist/neutral/index.js",
32
+ "module": "./dist/neutral/index.mjs",
33
33
  "homepage": "https://xylabs.com",
34
34
  "keywords": [
35
35
  "xylabs",
@@ -38,41 +38,41 @@
38
38
  "esm"
39
39
  ],
40
40
  "dependencies": {
41
- "@xylabs/api": "^3.6.6",
42
- "@xylabs/array": "^3.6.6",
43
- "@xylabs/assert": "^3.6.6",
44
- "@xylabs/axios": "^3.6.6",
45
- "@xylabs/crypto": "^3.6.6",
46
- "@xylabs/decimal-precision": "^3.6.6",
47
- "@xylabs/delay": "^3.6.6",
48
- "@xylabs/error": "^3.6.6",
49
- "@xylabs/eth-address": "^3.6.6",
50
- "@xylabs/exists": "^3.6.6",
51
- "@xylabs/forget": "^3.6.6",
52
- "@xylabs/function-name": "^3.6.6",
53
- "@xylabs/hex": "^3.6.6",
54
- "@xylabs/log": "^3.6.6",
55
- "@xylabs/logger": "^3.6.6",
56
- "@xylabs/object": "^3.6.6",
57
- "@xylabs/platform": "^3.6.6",
58
- "@xylabs/profile": "^3.6.6",
59
- "@xylabs/promise": "^3.6.6",
60
- "@xylabs/retry": "^3.6.6",
61
- "@xylabs/set": "^3.6.6",
62
- "@xylabs/static-implements": "^3.6.6",
63
- "@xylabs/timer": "^3.6.6",
64
- "@xylabs/url": "^3.6.6"
41
+ "@xylabs/api": "^3.6.7",
42
+ "@xylabs/array": "^3.6.7",
43
+ "@xylabs/assert": "^3.6.7",
44
+ "@xylabs/axios": "^3.6.7",
45
+ "@xylabs/crypto": "^3.6.7",
46
+ "@xylabs/decimal-precision": "^3.6.7",
47
+ "@xylabs/delay": "^3.6.7",
48
+ "@xylabs/error": "^3.6.7",
49
+ "@xylabs/eth-address": "^3.6.7",
50
+ "@xylabs/exists": "^3.6.7",
51
+ "@xylabs/forget": "^3.6.7",
52
+ "@xylabs/function-name": "^3.6.7",
53
+ "@xylabs/hex": "^3.6.7",
54
+ "@xylabs/log": "^3.6.7",
55
+ "@xylabs/logger": "^3.6.7",
56
+ "@xylabs/object": "^3.6.7",
57
+ "@xylabs/platform": "^3.6.7",
58
+ "@xylabs/profile": "^3.6.7",
59
+ "@xylabs/promise": "^3.6.7",
60
+ "@xylabs/retry": "^3.6.7",
61
+ "@xylabs/set": "^3.6.7",
62
+ "@xylabs/static-implements": "^3.6.7",
63
+ "@xylabs/timer": "^3.6.7",
64
+ "@xylabs/url": "^3.6.7"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/jest": "^29.5.12",
68
68
  "@types/supertest": "^6.0.2",
69
- "@typescript-eslint/eslint-plugin": "^7.18.0",
70
- "@typescript-eslint/parser": "^7.18.0",
71
- "@xylabs/config": "^3.14.1",
72
- "@xylabs/eslint-config-flat": "^3.14.1",
73
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
74
- "@xylabs/tsconfig": "^3.14.1",
75
- "@xylabs/tsconfig-jest": "^3.14.1",
69
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
70
+ "@typescript-eslint/parser": "^8.0.0",
71
+ "@xylabs/config": "^3.15.4",
72
+ "@xylabs/eslint-config-flat": "^3.15.4",
73
+ "@xylabs/ts-scripts-yarn3": "^3.15.4",
74
+ "@xylabs/tsconfig": "^3.15.4",
75
+ "@xylabs/tsconfig-jest": "^3.15.4",
76
76
  "babel-jest": "^29.7.0",
77
77
  "dotenv": "^16.4.5",
78
78
  "eslint": "^9.8.0",
@@ -89,7 +89,7 @@
89
89
  "prettier": "^3.3.3",
90
90
  "reflect-metadata": "^0.2.2",
91
91
  "supertest": "^7.0.0",
92
- "ts-jest": "^29.2.3",
92
+ "ts-jest": "^29.2.4",
93
93
  "ts-node": "^10.9.2",
94
94
  "typedoc": "^0.26.5",
95
95
  "typescript": "^5.5.4"
@@ -114,6 +114,6 @@
114
114
  "node": "22.3.0",
115
115
  "yarn": "1.22.19"
116
116
  },
117
- "version": "3.6.6",
117
+ "version": "3.6.7",
118
118
  "type": "module"
119
119
  }
File without changes
File without changes
File without changes