@xyo-network/diviner-payload-stats 2.72.8 → 2.72.9
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 +4 -4
- package/package.json +4 -4
package/dist/docs.json
CHANGED
|
@@ -5010,7 +5010,7 @@
|
|
|
5010
5010
|
"sources": [
|
|
5011
5011
|
{
|
|
5012
5012
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
5013
|
-
"line":
|
|
5013
|
+
"line": 37,
|
|
5014
5014
|
"character": 8
|
|
5015
5015
|
}
|
|
5016
5016
|
],
|
|
@@ -5023,7 +5023,7 @@
|
|
|
5023
5023
|
"sources": [
|
|
5024
5024
|
{
|
|
5025
5025
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
5026
|
-
"line":
|
|
5026
|
+
"line": 37,
|
|
5027
5027
|
"character": 4
|
|
5028
5028
|
}
|
|
5029
5029
|
],
|
|
@@ -22627,7 +22627,7 @@
|
|
|
22627
22627
|
"sources": [
|
|
22628
22628
|
{
|
|
22629
22629
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
22630
|
-
"line":
|
|
22630
|
+
"line": 37,
|
|
22631
22631
|
"character": 8
|
|
22632
22632
|
}
|
|
22633
22633
|
],
|
|
@@ -22640,7 +22640,7 @@
|
|
|
22640
22640
|
"sources": [
|
|
22641
22641
|
{
|
|
22642
22642
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
22643
|
-
"line":
|
|
22643
|
+
"line": 37,
|
|
22644
22644
|
"character": 4
|
|
22645
22645
|
}
|
|
22646
22646
|
],
|
package/package.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-payload-stats-abstract": "~2.72.
|
|
14
|
-
"@xyo-network/diviner-payload-stats-memory": "~2.72.
|
|
15
|
-
"@xyo-network/diviner-payload-stats-model": "~2.72.
|
|
13
|
+
"@xyo-network/diviner-payload-stats-abstract": "~2.72.9",
|
|
14
|
+
"@xyo-network/diviner-payload-stats-memory": "~2.72.9",
|
|
15
|
+
"@xyo-network/diviner-payload-stats-model": "~2.72.9"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@xylabs/ts-scripts-yarn3": "^2.19.3",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"types": "dist/types/index.d.ts",
|
|
55
|
-
"version": "2.72.
|
|
55
|
+
"version": "2.72.9"
|
|
56
56
|
}
|