@xylabs/sdk-js 2.7.1 → 2.7.3
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 +3 -3
- package/package.json +16 -16
package/dist/docs.json
CHANGED
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"fileName": "src/Override.ts",
|
|
2014
2014
|
"line": 1,
|
|
2015
2015
|
"character": 5,
|
|
2016
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
2016
|
+
"url": "https://github.com/xylabs/sdk-js/blob/860e19d/src/Override.ts#L1"
|
|
2017
2017
|
}
|
|
2018
2018
|
],
|
|
2019
2019
|
"typeParameters": [
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
"fileName": "src/PartialRecord.ts",
|
|
2091
2091
|
"line": 4,
|
|
2092
2092
|
"character": 12,
|
|
2093
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
2093
|
+
"url": "https://github.com/xylabs/sdk-js/blob/860e19d/src/PartialRecord.ts#L4"
|
|
2094
2094
|
}
|
|
2095
2095
|
],
|
|
2096
2096
|
"typeParameters": [
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
"fileName": "src/index.ts",
|
|
2744
2744
|
"line": 1,
|
|
2745
2745
|
"character": 0,
|
|
2746
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
2746
|
+
"url": "https://github.com/xylabs/sdk-js/blob/860e19d/src/index.ts#L1"
|
|
2747
2747
|
}
|
|
2748
2748
|
]
|
|
2749
2749
|
}
|
package/package.json
CHANGED
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"esm"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@xylabs/api": "^2.7.
|
|
48
|
-
"@xylabs/assert": "^2.7.
|
|
49
|
-
"@xylabs/bignumber": "^2.7.
|
|
50
|
-
"@xylabs/delay": "^2.7.
|
|
51
|
-
"@xylabs/eth-address": "^2.7.
|
|
52
|
-
"@xylabs/exists": "^2.7.
|
|
53
|
-
"@xylabs/forget": "^2.7.
|
|
54
|
-
"@xylabs/log": "^2.7.
|
|
47
|
+
"@xylabs/api": "^2.7.3",
|
|
48
|
+
"@xylabs/assert": "^2.7.3",
|
|
49
|
+
"@xylabs/bignumber": "^2.7.3",
|
|
50
|
+
"@xylabs/delay": "^2.7.3",
|
|
51
|
+
"@xylabs/eth-address": "^2.7.3",
|
|
52
|
+
"@xylabs/exists": "^2.7.3",
|
|
53
|
+
"@xylabs/forget": "^2.7.3",
|
|
54
|
+
"@xylabs/log": "^2.7.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/jest": "^29.4.0",
|
|
58
58
|
"@types/mocha": "^10.0.1",
|
|
59
|
-
"@xylabs/eslint-config": "2.
|
|
60
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
61
|
-
"@xylabs/tsconfig": "^2.
|
|
59
|
+
"@xylabs/eslint-config": "2.15.0",
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
61
|
+
"@xylabs/tsconfig": "^2.15.0",
|
|
62
62
|
"depcheck": "^1.4.3",
|
|
63
|
-
"eslint": "^8.
|
|
64
|
-
"jest": "^29.4.
|
|
65
|
-
"jest-environment-jsdom": "^29.4.
|
|
66
|
-
"jest-extended": "^3.2.
|
|
63
|
+
"eslint": "^8.35.0",
|
|
64
|
+
"jest": "^29.4.3",
|
|
65
|
+
"jest-environment-jsdom": "^29.4.3",
|
|
66
|
+
"jest-extended": "^3.2.4",
|
|
67
67
|
"jest-sorted": "^1.0.14",
|
|
68
68
|
"reflect-metadata": "^0.1.13",
|
|
69
69
|
"ts-jest": "^29.0.5",
|
|
@@ -80,6 +80,6 @@
|
|
|
80
80
|
"uuid": "^8"
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
83
|
-
"version": "2.7.
|
|
83
|
+
"version": "2.7.3",
|
|
84
84
|
"packageManager": "yarn@3.4.1"
|
|
85
85
|
}
|