@xylabs/sdk-js 2.11.20 → 2.11.22
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/browser/Override.cjs +2 -0
- package/dist/browser/Override.cjs.map +1 -1
- package/dist/browser/PartialRecord.cjs +2 -0
- package/dist/browser/PartialRecord.cjs.map +1 -1
- package/dist/browser/index.cjs +2 -2
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +1 -1
- package/package.json +13 -13
|
@@ -12,6 +12,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
12
12
|
return to;
|
|
13
13
|
};
|
|
14
14
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/Override.ts
|
|
15
17
|
var Override_exports = {};
|
|
16
18
|
module.exports = __toCommonJS(Override_exports);
|
|
17
19
|
//# sourceMappingURL=Override.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Override.ts"],"sourcesContent":["type Override<T1, T2> = Omit<T1, keyof T2> & T2\n\nexport type { Override }\n"],"mappings":"
|
|
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":[]}
|
|
@@ -12,6 +12,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
12
12
|
return to;
|
|
13
13
|
};
|
|
14
14
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/PartialRecord.ts
|
|
15
17
|
var PartialRecord_exports = {};
|
|
16
18
|
module.exports = __toCommonJS(PartialRecord_exports);
|
|
17
19
|
//# sourceMappingURL=PartialRecord.cjs.map
|
|
@@ -1 +1 @@
|
|
|
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":"
|
|
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":[]}
|
package/dist/browser/index.cjs
CHANGED
|
@@ -13,10 +13,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
13
13
|
};
|
|
14
14
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
16
18
|
var src_exports = {};
|
|
17
19
|
module.exports = __toCommonJS(src_exports);
|
|
18
|
-
__reExport(src_exports, require("./Override"), module.exports);
|
|
19
|
-
__reExport(src_exports, require("./PartialRecord"), module.exports);
|
|
20
20
|
__reExport(src_exports, require("@xylabs/api"), module.exports);
|
|
21
21
|
__reExport(src_exports, require("@xylabs/assert"), module.exports);
|
|
22
22
|
__reExport(src_exports, require("@xylabs/bignumber"), module.exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Override'\nexport * from './PartialRecord'\nexport * from '@xylabs/api'\nexport * from '@xylabs/assert'\nexport * from '@xylabs/bignumber'\nexport * from '@xylabs/delay'\nexport * from '@xylabs/eth-address'\nexport * from '@xylabs/exists'\nexport * from '@xylabs/forget'\nexport * from '@xylabs/log'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Override'\nexport * from './PartialRecord'\nexport * from '@xylabs/api'\nexport * from '@xylabs/assert'\nexport * from '@xylabs/bignumber'\nexport * from '@xylabs/delay'\nexport * from '@xylabs/eth-address'\nexport * from '@xylabs/exists'\nexport * from '@xylabs/forget'\nexport * from '@xylabs/log'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;AAEA,wBAAc,wBAFd;AAGA,wBAAc,2BAHd;AAIA,wBAAc,8BAJd;AAKA,wBAAc,0BALd;AAMA,wBAAc,gCANd;AAOA,wBAAc,2BAPd;AAQA,wBAAc,2BARd;AASA,wBAAc,wBATd;","names":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Override'\nexport * from './PartialRecord'\nexport * from '@xylabs/api'\nexport * from '@xylabs/assert'\nexport * from '@xylabs/bignumber'\nexport * from '@xylabs/delay'\nexport * from '@xylabs/eth-address'\nexport * from '@xylabs/exists'\nexport * from '@xylabs/forget'\nexport * from '@xylabs/log'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Override'\nexport * from './PartialRecord'\nexport * from '@xylabs/api'\nexport * from '@xylabs/assert'\nexport * from '@xylabs/bignumber'\nexport * from '@xylabs/delay'\nexport * from '@xylabs/eth-address'\nexport * from '@xylabs/exists'\nexport * from '@xylabs/forget'\nexport * from '@xylabs/log'\n"],"mappings":";AAEA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"esm"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@xylabs/api": "~2.11.
|
|
46
|
-
"@xylabs/assert": "~2.11.
|
|
47
|
-
"@xylabs/bignumber": "~2.11.
|
|
48
|
-
"@xylabs/delay": "~2.11.
|
|
49
|
-
"@xylabs/eth-address": "~2.11.
|
|
50
|
-
"@xylabs/exists": "~2.11.
|
|
51
|
-
"@xylabs/forget": "~2.11.
|
|
52
|
-
"@xylabs/log": "~2.11.
|
|
45
|
+
"@xylabs/api": "~2.11.22",
|
|
46
|
+
"@xylabs/assert": "~2.11.22",
|
|
47
|
+
"@xylabs/bignumber": "~2.11.22",
|
|
48
|
+
"@xylabs/delay": "~2.11.22",
|
|
49
|
+
"@xylabs/eth-address": "~2.11.22",
|
|
50
|
+
"@xylabs/exists": "~2.11.22",
|
|
51
|
+
"@xylabs/forget": "~2.11.22",
|
|
52
|
+
"@xylabs/log": "~2.11.22"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.23.0",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@types/supertest": "^2.0.13",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
62
62
|
"@typescript-eslint/parser": "^6.7.3",
|
|
63
|
-
"@xylabs/eslint-config": "^3.0.
|
|
64
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
65
|
-
"@xylabs/tsconfig": "^3.0.
|
|
66
|
-
"@xylabs/tsconfig-jest": "^3.0.
|
|
63
|
+
"@xylabs/eslint-config": "^3.0.70",
|
|
64
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.70",
|
|
65
|
+
"@xylabs/tsconfig": "^3.0.70",
|
|
66
|
+
"@xylabs/tsconfig-jest": "^3.0.70",
|
|
67
67
|
"babel-jest": "^29.7.0",
|
|
68
68
|
"depcheck": "^1.4.6",
|
|
69
69
|
"eslint": "^8.50.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"uuid": "^8"
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
|
-
"version": "2.11.
|
|
95
|
+
"version": "2.11.22",
|
|
96
96
|
"packageManager": "yarn@3.6.3",
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">=18.17.1"
|