@xyo-network/diviner-boundwitness-memory 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 +6 -6
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -4328,7 +4328,7 @@
|
|
|
4328
4328
|
"fileName": "modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts",
|
|
4329
4329
|
"line": 14,
|
|
4330
4330
|
"character": 18,
|
|
4331
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4331
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts#L14"
|
|
4332
4332
|
}
|
|
4333
4333
|
],
|
|
4334
4334
|
"type": {
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
"sources": [
|
|
5013
5013
|
{
|
|
5014
5014
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
5015
|
-
"line":
|
|
5015
|
+
"line": 37,
|
|
5016
5016
|
"character": 8
|
|
5017
5017
|
}
|
|
5018
5018
|
],
|
|
@@ -5025,7 +5025,7 @@
|
|
|
5025
5025
|
"sources": [
|
|
5026
5026
|
{
|
|
5027
5027
|
"fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
|
|
5028
|
-
"line":
|
|
5028
|
+
"line": 37,
|
|
5029
5029
|
"character": 4
|
|
5030
5030
|
}
|
|
5031
5031
|
],
|
|
@@ -8085,7 +8085,7 @@
|
|
|
8085
8085
|
"fileName": "modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts",
|
|
8086
8086
|
"line": 16,
|
|
8087
8087
|
"character": 27,
|
|
8088
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
8088
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts#L16"
|
|
8089
8089
|
}
|
|
8090
8090
|
],
|
|
8091
8091
|
"signatures": [
|
|
@@ -8100,7 +8100,7 @@
|
|
|
8100
8100
|
"fileName": "modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts",
|
|
8101
8101
|
"line": 16,
|
|
8102
8102
|
"character": 2,
|
|
8103
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
8103
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts#L16"
|
|
8104
8104
|
}
|
|
8105
8105
|
],
|
|
8106
8106
|
"parameters": [
|
|
@@ -17460,7 +17460,7 @@
|
|
|
17460
17460
|
"fileName": "modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts",
|
|
17461
17461
|
"line": 13,
|
|
17462
17462
|
"character": 13,
|
|
17463
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
17463
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/modules/packages/diviner/packages/boundwitness/packages/memory/src/MemoryBoundWitnessDiviner.ts#L13"
|
|
17464
17464
|
}
|
|
17465
17465
|
],
|
|
17466
17466
|
"typeParameters": [
|
package/package.json
CHANGED
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/array": "^2.9.3",
|
|
14
14
|
"@xylabs/assert": "^2.9.3",
|
|
15
|
-
"@xyo-network/boundwitness-model": "~2.72.
|
|
16
|
-
"@xyo-network/core": "~2.72.
|
|
17
|
-
"@xyo-network/diviner-boundwitness-abstract": "~2.72.
|
|
18
|
-
"@xyo-network/diviner-boundwitness-model": "~2.72.
|
|
19
|
-
"@xyo-network/payload-model": "~2.72.
|
|
15
|
+
"@xyo-network/boundwitness-model": "~2.72.9",
|
|
16
|
+
"@xyo-network/core": "~2.72.9",
|
|
17
|
+
"@xyo-network/diviner-boundwitness-abstract": "~2.72.9",
|
|
18
|
+
"@xyo-network/diviner-boundwitness-model": "~2.72.9",
|
|
19
|
+
"@xyo-network/payload-model": "~2.72.9"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.19.3",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"types": "dist/types/index.d.ts",
|
|
59
|
-
"version": "2.72.
|
|
59
|
+
"version": "2.72.9"
|
|
60
60
|
}
|