@xyo-network/boundwitness 2.53.2 → 2.53.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 +1 -1
- package/package.json +5 -5
package/dist/docs.json
CHANGED
|
@@ -6406,7 +6406,7 @@
|
|
|
6406
6406
|
"fileName": "boundwitness/src/index.ts",
|
|
6407
6407
|
"line": 1,
|
|
6408
6408
|
"character": 0,
|
|
6409
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6409
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/protocol/packages/boundwitness/src/index.ts#L1"
|
|
6410
6410
|
}
|
|
6411
6411
|
]
|
|
6412
6412
|
}
|
package/package.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/boundwitness-builder": "^2.53.
|
|
14
|
-
"@xyo-network/boundwitness-model": "^2.53.
|
|
15
|
-
"@xyo-network/boundwitness-validator": "^2.53.
|
|
16
|
-
"@xyo-network/boundwitness-wrapper": "^2.53.
|
|
13
|
+
"@xyo-network/boundwitness-builder": "^2.53.3",
|
|
14
|
+
"@xyo-network/boundwitness-model": "^2.53.3",
|
|
15
|
+
"@xyo-network/boundwitness-validator": "^2.53.3",
|
|
16
|
+
"@xyo-network/boundwitness-wrapper": "^2.53.3"
|
|
17
17
|
},
|
|
18
18
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
19
19
|
"devDependencies": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/types/index.d.ts",
|
|
56
|
-
"version": "2.53.
|
|
56
|
+
"version": "2.53.3"
|
|
57
57
|
}
|