@xyo-network/api-models 2.110.18 → 2.111.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.
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -9,11 +9,11 @@
9
9
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
10
10
  },
11
11
  "dependencies": {
12
- "@xylabs/axios": "^3.6.6"
12
+ "@xylabs/axios": "^3.6.8"
13
13
  },
14
14
  "devDependencies": {
15
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
16
- "@xylabs/tsconfig": "^3.14.1",
15
+ "@xylabs/ts-scripts-yarn3": "^3.15.5",
16
+ "@xylabs/tsconfig": "^3.15.5",
17
17
  "typescript": "^5.5.4"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "import": {
28
28
  "types": "./dist/browser/index.d.mts",
29
- "default": "./dist/browser/index.js"
29
+ "default": "./dist/browser/index.mjs"
30
30
  }
31
31
  },
32
32
  "node": {
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "import": {
38
38
  "types": "./dist/node/index.d.mts",
39
- "default": "./dist/node/index.js"
39
+ "default": "./dist/node/index.mjs"
40
40
  }
41
41
  }
42
42
  },
43
43
  "./package.json": "./package.json"
44
44
  },
45
45
  "main": "dist/node/index.cjs",
46
- "module": "dist/node/index.js",
46
+ "module": "dist/node/index.mjs",
47
47
  "types": "dist/node/index.d.mts",
48
48
  "homepage": "https://xyo.network",
49
49
  "license": "LGPL-3.0-only",
@@ -56,6 +56,6 @@
56
56
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
57
57
  },
58
58
  "sideEffects": false,
59
- "version": "2.110.18",
59
+ "version": "2.111.0",
60
60
  "type": "module"
61
61
  }
package/src/Config.ts CHANGED
@@ -28,7 +28,7 @@ interface ApiConfig extends ApiReportable {
28
28
  /** @description Throw on failures */
29
29
  throwFailure?: boolean
30
30
 
31
- /** @deprecated use the jwtToken instead*/
31
+ /** @deprecated use the jwtToken instead */
32
32
  userid?: string
33
33
  }
34
34
 
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.js.map
File without changes
File without changes
File without changes