@xyo-network/boundwitness 2.42.16 → 2.42.17
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 +1 -1
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -5643,7 +5643,7 @@
|
|
|
5643
5643
|
"fileName": "boundwitness/src/index.ts",
|
|
5644
5644
|
"line": 1,
|
|
5645
5645
|
"character": 0,
|
|
5646
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5646
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/40f316a9a/packages/protocol/packages/boundwitness/src/index.ts#L1"
|
|
5647
5647
|
}
|
|
5648
5648
|
]
|
|
5649
5649
|
}
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/boundwitness-builder": "^2.42.
|
|
14
|
-
"@xyo-network/boundwitness-model": "^2.42.
|
|
15
|
-
"@xyo-network/boundwitness-validator": "^2.42.
|
|
16
|
-
"@xyo-network/boundwitness-wrapper": "^2.42.
|
|
13
|
+
"@xyo-network/boundwitness-builder": "^2.42.17",
|
|
14
|
+
"@xyo-network/boundwitness-model": "^2.42.17",
|
|
15
|
+
"@xyo-network/boundwitness-validator": "^2.42.17",
|
|
16
|
+
"@xyo-network/boundwitness-wrapper": "^2.42.17"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"axios": "^1.2.1"
|
|
20
20
|
},
|
|
21
21
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^2.11.16"
|
|
24
24
|
},
|
|
25
25
|
"browser": "dist/esm/index.js",
|
|
26
26
|
"docs": "dist/docs.json",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/esm/index.d.ts",
|
|
57
|
-
"version": "2.42.
|
|
57
|
+
"version": "2.42.17"
|
|
58
58
|
}
|