@xylabs/sdk-js 2.12.22 → 2.12.24

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/docs.json CHANGED
@@ -2432,7 +2432,7 @@
2432
2432
  "fileName": "src/Override.ts",
2433
2433
  "line": 1,
2434
2434
  "character": 5,
2435
- "url": "https://github.com/xylabs/sdk-js/blob/54a469a/src/Override.ts#L1"
2435
+ "url": "https://github.com/xylabs/sdk-js/blob/fa87db2/src/Override.ts#L1"
2436
2436
  }
2437
2437
  ],
2438
2438
  "typeParameters": [
@@ -2515,7 +2515,7 @@
2515
2515
  "fileName": "src/PartialRecord.ts",
2516
2516
  "line": 4,
2517
2517
  "character": 12,
2518
- "url": "https://github.com/xylabs/sdk-js/blob/54a469a/src/PartialRecord.ts#L4"
2518
+ "url": "https://github.com/xylabs/sdk-js/blob/fa87db2/src/PartialRecord.ts#L4"
2519
2519
  }
2520
2520
  ],
2521
2521
  "typeParameters": [
package/package.json CHANGED
@@ -42,14 +42,14 @@
42
42
  "esm"
43
43
  ],
44
44
  "dependencies": {
45
- "@xylabs/api": "~2.12.22",
46
- "@xylabs/assert": "~2.12.22",
47
- "@xylabs/bignumber": "~2.12.22",
48
- "@xylabs/delay": "~2.12.22",
49
- "@xylabs/eth-address": "~2.12.22",
50
- "@xylabs/exists": "~2.12.22",
51
- "@xylabs/forget": "~2.12.22",
52
- "@xylabs/log": "~2.12.22"
45
+ "@xylabs/api": "~2.12.24",
46
+ "@xylabs/assert": "~2.12.24",
47
+ "@xylabs/bignumber": "~2.12.24",
48
+ "@xylabs/delay": "~2.12.24",
49
+ "@xylabs/eth-address": "~2.12.24",
50
+ "@xylabs/exists": "~2.12.24",
51
+ "@xylabs/forget": "~2.12.24",
52
+ "@xylabs/log": "~2.12.24"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/core": "^7.23.0",
@@ -58,12 +58,13 @@
58
58
  "@types/jest": "^29.5.5",
59
59
  "@types/mocha": "^10.0.2",
60
60
  "@types/supertest": "^2.0.14",
61
- "@typescript-eslint/eslint-plugin": "^6.7.4",
62
- "@typescript-eslint/parser": "^6.7.4",
63
- "@xylabs/eslint-config": "^3.0.88",
64
- "@xylabs/ts-scripts-yarn3": "^3.0.88",
65
- "@xylabs/tsconfig": "^3.0.88",
66
- "@xylabs/tsconfig-jest": "^3.0.88",
61
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
62
+ "@typescript-eslint/parser": "^6.7.5",
63
+ "@xylabs/config": "^3.1.7",
64
+ "@xylabs/eslint-config": "^3.1.7",
65
+ "@xylabs/ts-scripts-yarn3": "^3.1.7",
66
+ "@xylabs/tsconfig": "^3.1.7",
67
+ "@xylabs/tsconfig-jest": "^3.1.7",
67
68
  "babel-jest": "^29.7.0",
68
69
  "depcheck": "^1.4.6",
69
70
  "eslint": "^8.51.0",
@@ -72,13 +73,10 @@
72
73
  "eslint-plugin-import": "^2.28.1",
73
74
  "jest": "^29.7.0",
74
75
  "jest-environment-jsdom": "^29.7.0",
75
- "jest-extended": "^4.0.1",
76
+ "jest-extended": "^4.0.2",
76
77
  "jest-sorted": "^1.0.14",
77
- "publint": "^0.2.4",
78
78
  "reflect-metadata": "^0.1.13",
79
79
  "ts-jest": "^29.1.1",
80
- "tslib": "^2.6.2",
81
- "tsup": "^7.2.0",
82
80
  "typescript": "^5.2.2"
83
81
  },
84
82
  "publishConfig": {
@@ -89,7 +87,7 @@
89
87
  "url": "https://github.com/xylabs/sdk-js.git"
90
88
  },
91
89
  "sideEffects": false,
92
- "version": "2.12.22",
90
+ "version": "2.12.24",
93
91
  "packageManager": "yarn@3.6.3",
94
92
  "engines": {
95
93
  "node": ">=18.17.1"
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
-
16
- // src/Override.ts
17
- var Override_exports = {};
18
- module.exports = __toCommonJS(Override_exports);
19
- //# sourceMappingURL=Override.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Override.ts"],"sourcesContent":["type Override<T1, T2> = Omit<T1, keyof T2> & T2\n\nexport type { Override }\n"],"mappings":";;;;;;;;;;;;;;;;AAEA;;","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Override.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
-
16
- // src/PartialRecord.ts
17
- var PartialRecord_exports = {};
18
- module.exports = __toCommonJS(PartialRecord_exports);
19
- //# sourceMappingURL=PartialRecord.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/PartialRecord.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** @deprecated use Partial<Record<>> instead */\nexport type PartialRecord<K extends keyof any, T> = {\n [P in K]?: T\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;;","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=PartialRecord.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
-
16
- // src/Override.ts
17
- var Override_exports = {};
18
- module.exports = __toCommonJS(Override_exports);
19
- //# sourceMappingURL=Override.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Override.ts"],"sourcesContent":["type Override<T1, T2> = Omit<T1, keyof T2> & T2\n\nexport type { Override }\n"],"mappings":";;;;;;;;;;;;;;;;AAEA;;","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Override.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
-
16
- // src/PartialRecord.ts
17
- var PartialRecord_exports = {};
18
- module.exports = __toCommonJS(PartialRecord_exports);
19
- //# sourceMappingURL=PartialRecord.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/PartialRecord.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** @deprecated use Partial<Record<>> instead */\nexport type PartialRecord<K extends keyof any, T> = {\n [P in K]?: T\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;;","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=PartialRecord.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}