@xylabs/sdk-js 2.7.6 → 2.8.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/dist/docs.json +6 -6
- package/package.json +22 -17
package/dist/docs.json
CHANGED
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"fileName": "src/Override.ts",
|
|
2184
2184
|
"line": 1,
|
|
2185
2185
|
"character": 5,
|
|
2186
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
2186
|
+
"url": "https://github.com/xylabs/sdk-js/blob/7940a22/src/Override.ts#L1"
|
|
2187
2187
|
}
|
|
2188
2188
|
],
|
|
2189
2189
|
"typeParameters": [
|
|
@@ -2260,7 +2260,7 @@
|
|
|
2260
2260
|
"fileName": "src/PartialRecord.ts",
|
|
2261
2261
|
"line": 4,
|
|
2262
2262
|
"character": 12,
|
|
2263
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
2263
|
+
"url": "https://github.com/xylabs/sdk-js/blob/7940a22/src/PartialRecord.ts#L4"
|
|
2264
2264
|
}
|
|
2265
2265
|
],
|
|
2266
2266
|
"typeParameters": [
|
|
@@ -2709,7 +2709,7 @@
|
|
|
2709
2709
|
"summary": [
|
|
2710
2710
|
{
|
|
2711
2711
|
"kind": "text",
|
|
2712
|
-
"text": "Used to type narrow an object which is possibly undefined. Works well\nwith functional Array methods. For example:"
|
|
2712
|
+
"text": "Used to type narrow an object which is possibly null or undefined. Works well\nwith functional Array methods. For example:"
|
|
2713
2713
|
}
|
|
2714
2714
|
],
|
|
2715
2715
|
"blockTags": [
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
"content": [
|
|
2728
2728
|
{
|
|
2729
2729
|
"kind": "text",
|
|
2730
|
-
"text": "
|
|
2730
|
+
"text": "False if the object is null/undefined, true otherwise"
|
|
2731
2731
|
}
|
|
2732
2732
|
]
|
|
2733
2733
|
}
|
|
@@ -2755,7 +2755,7 @@
|
|
|
2755
2755
|
"summary": [
|
|
2756
2756
|
{
|
|
2757
2757
|
"kind": "text",
|
|
2758
|
-
"text": "The object which is potentially undefined"
|
|
2758
|
+
"text": "The object which is potentially undefined or null"
|
|
2759
2759
|
}
|
|
2760
2760
|
]
|
|
2761
2761
|
},
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
"fileName": "src/index.ts",
|
|
3078
3078
|
"line": 1,
|
|
3079
3079
|
"character": 0,
|
|
3080
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
3080
|
+
"url": "https://github.com/xylabs/sdk-js/blob/7940a22/src/index.ts#L1"
|
|
3081
3081
|
}
|
|
3082
3082
|
]
|
|
3083
3083
|
}
|
package/package.json
CHANGED
|
@@ -44,30 +44,35 @@
|
|
|
44
44
|
"esm"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@xylabs/api": "^2.
|
|
48
|
-
"@xylabs/assert": "^2.
|
|
49
|
-
"@xylabs/bignumber": "^2.
|
|
50
|
-
"@xylabs/delay": "^2.
|
|
51
|
-
"@xylabs/eth-address": "^2.
|
|
52
|
-
"@xylabs/exists": "^2.
|
|
53
|
-
"@xylabs/forget": "^2.
|
|
54
|
-
"@xylabs/log": "^2.
|
|
47
|
+
"@xylabs/api": "^2.8.1",
|
|
48
|
+
"@xylabs/assert": "^2.8.1",
|
|
49
|
+
"@xylabs/bignumber": "^2.8.1",
|
|
50
|
+
"@xylabs/delay": "^2.8.1",
|
|
51
|
+
"@xylabs/eth-address": "^2.8.1",
|
|
52
|
+
"@xylabs/exists": "^2.8.1",
|
|
53
|
+
"@xylabs/forget": "^2.8.1",
|
|
54
|
+
"@xylabs/log": "^2.8.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@types/jest": "^29.5.
|
|
57
|
+
"@types/jest": "^29.5.1",
|
|
58
58
|
"@types/mocha": "^10.0.1",
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@xylabs/
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
60
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
61
|
+
"@xylabs/eslint-config": "2.17.13",
|
|
62
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.13",
|
|
63
|
+
"@xylabs/tsconfig": "^2.17.13",
|
|
62
64
|
"depcheck": "^1.4.3",
|
|
63
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.40.0",
|
|
66
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
67
|
+
"eslint-plugin-deprecation": "^1.4.1",
|
|
68
|
+
"eslint-plugin-import": "^2.27.5",
|
|
64
69
|
"jest": "^29.5.0",
|
|
65
70
|
"jest-environment-jsdom": "^29.5.0",
|
|
66
71
|
"jest-extended": "^3.2.4",
|
|
67
72
|
"jest-sorted": "^1.0.14",
|
|
68
73
|
"reflect-metadata": "^0.1.13",
|
|
69
|
-
"ts-jest": "^29.0
|
|
70
|
-
"typescript": "^
|
|
74
|
+
"ts-jest": "^29.1.0",
|
|
75
|
+
"typescript": "^5.0.4"
|
|
71
76
|
},
|
|
72
77
|
"publishConfig": {
|
|
73
78
|
"access": "public"
|
|
@@ -80,6 +85,6 @@
|
|
|
80
85
|
"uuid": "^8"
|
|
81
86
|
},
|
|
82
87
|
"sideEffects": false,
|
|
83
|
-
"version": "2.
|
|
84
|
-
"packageManager": "yarn@3.
|
|
88
|
+
"version": "2.8.1",
|
|
89
|
+
"packageManager": "yarn@3.5.1"
|
|
85
90
|
}
|