@roxyapi/sdk 1.2.6 → 1.2.7

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/factory.cjs CHANGED
@@ -2718,7 +2718,7 @@ var Roxy = class _Roxy extends HeyApiClient {
2718
2718
  };
2719
2719
 
2720
2720
  // src/version.ts
2721
- var VERSION = "1.2.6";
2721
+ var VERSION = "1.2.7";
2722
2722
 
2723
2723
  // src/factory.ts
2724
2724
  function createRoxy(auth) {
package/dist/factory.js CHANGED
@@ -1884,7 +1884,7 @@ var Roxy = class _Roxy extends HeyApiClient {
1884
1884
  };
1885
1885
 
1886
1886
  // src/version.ts
1887
- var VERSION = "1.2.6";
1887
+ var VERSION = "1.2.7";
1888
1888
 
1889
1889
  // src/factory.ts
1890
1890
  function createRoxy(auth) {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.6";
1
+ export declare const VERSION = "1.2.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roxyapi/sdk",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
5
5
  "type": "module",
6
6
  "exports": {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.6';
1
+ export const VERSION = '1.2.7';