@xyo-network/api-models 7.0.0 → 7.0.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.
@@ -1,6 +1,6 @@
1
1
  import type { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
- /** @description The domain where the api is located */
3
+ /** @description The domain where the API is located */
4
4
  apiDomain: string;
5
5
  /** @description The apiKey used for authentication */
6
6
  apiKey?: string;
@@ -10,7 +10,7 @@ interface ApiConfig extends ApiReportable {
10
10
  jwtToken?: string;
11
11
  /** @description The query string, if any, that is added to the end of every request */
12
12
  query?: string;
13
- /** @description Parent that should also report events from this api */
13
+ /** @description Parent that should also report events from this API */
14
14
  reportableParent?: ApiReportable;
15
15
  /** @description The location in the API tree where this API object is mounted */
16
16
  root?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/api-models",
3
- "version": "7.0.0",
3
+ "version": "7.0.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -36,11 +36,11 @@
36
36
  "devDependencies": {
37
37
  "@opentelemetry/api": "^1.9.1",
38
38
  "@opentelemetry/sdk-trace-base": "^2.8.0",
39
- "@xylabs/sdk-js": "^6.1.1",
40
- "@xylabs/toolchain": "~8.1.20",
41
- "@xylabs/tsconfig": "~8.1.20",
39
+ "@xylabs/sdk-js": "^6.1.4",
40
+ "@xylabs/toolchain": "~8.3.0",
41
+ "@xylabs/tsconfig": "~8.3.0",
42
42
  "async-mutex": "^0.5.0",
43
- "eslint": "^10.4.1",
43
+ "eslint": "^10.5.0",
44
44
  "typescript": "~6.0.3",
45
45
  "zod": "^4.4.3"
46
46
  },