@xyo-network/boundwitness 2.47.9 → 2.48.0

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.
Files changed (2) hide show
  1. package/dist/docs.json +2 -2
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -894,7 +894,7 @@
894
894
  "flags": {},
895
895
  "type": {
896
896
  "type": "reference",
897
- "name": "Account"
897
+ "name": "AccountInstance"
898
898
  }
899
899
  }
900
900
  ],
@@ -5888,7 +5888,7 @@
5888
5888
  "fileName": "boundwitness/src/index.ts",
5889
5889
  "line": 1,
5890
5890
  "character": 0,
5891
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/protocol/packages/boundwitness/src/index.ts#L1"
5891
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/protocol/packages/boundwitness/src/index.ts#L1"
5892
5892
  }
5893
5893
  ]
5894
5894
  }
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.47.9",
14
- "@xyo-network/boundwitness-model": "^2.47.9",
15
- "@xyo-network/boundwitness-validator": "^2.47.9",
16
- "@xyo-network/boundwitness-wrapper": "^2.47.9"
13
+ "@xyo-network/boundwitness-builder": "^2.48.0",
14
+ "@xyo-network/boundwitness-model": "^2.48.0",
15
+ "@xyo-network/boundwitness-validator": "^2.48.0",
16
+ "@xyo-network/boundwitness-wrapper": "^2.48.0"
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.47.9"
56
+ "version": "2.48.0"
57
57
  }