n3-sdk 0.1.14 → 0.1.15
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/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -3616,7 +3616,7 @@ var N3ClientSDK = class {
|
|
|
3616
3616
|
this.env = {
|
|
3617
3617
|
...env,
|
|
3618
3618
|
treeDepth: env.treeDepth ?? 20,
|
|
3619
|
-
proofUrl: env.proofUrl
|
|
3619
|
+
proofUrl: env.proofUrl
|
|
3620
3620
|
};
|
|
3621
3621
|
this.info = {
|
|
3622
3622
|
indicatives: makeIndicativesInfo(this.env),
|