@aerostack/sdk-web 0.3.6 → 0.4.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.
@@ -4,4 +4,6 @@ export { HTTPClient } from "./lib/http.js";
4
4
  export type { Fetcher, HTTPClientOptions } from "./lib/http.js";
5
5
  export * from "./sdk/sdk.js";
6
6
  export * from "./sdk/realtime.js";
7
+ export { AerocallClient } from "@aerostack/core";
8
+ export type { AerocallConfig } from "@aerostack/core";
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
@@ -39,11 +39,13 @@ var __importStar = (this && this.__importStar) || (function () {
39
39
  };
40
40
  })();
41
41
  Object.defineProperty(exports, "__esModule", { value: true });
42
- exports.HTTPClient = exports.files = void 0;
42
+ exports.AerocallClient = exports.HTTPClient = exports.files = void 0;
43
43
  __exportStar(require("./lib/config.js"), exports);
44
44
  exports.files = __importStar(require("./lib/files.js"));
45
45
  var http_js_1 = require("./lib/http.js");
46
46
  Object.defineProperty(exports, "HTTPClient", { enumerable: true, get: function () { return http_js_1.HTTPClient; } });
47
47
  __exportStar(require("./sdk/sdk.js"), exports);
48
48
  __exportStar(require("./sdk/realtime.js"), exports);
49
+ var core_1 = require("@aerostack/core");
50
+ Object.defineProperty(exports, "AerocallClient", { enumerable: true, get: function () { return core_1.AerocallClient; } });
49
51
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,kDAAgC;AAChC,wDAAwC;AACxC,yCAA2C;AAAlC,qGAAA,UAAU,OAAA;AAEnB,+CAA6B;AAC7B,oDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,kDAAgC;AAChC,wDAAwC;AACxC,yCAA2C;AAAlC,qGAAA,UAAU,OAAA;AAEnB,+CAA6B;AAC7B,oDAAkC;AAClC,wCAAiD;AAAxC,sGAAA,cAAc,OAAA"}
@@ -4,4 +4,6 @@ export { HTTPClient } from "./lib/http.js";
4
4
  export type { Fetcher, HTTPClientOptions } from "./lib/http.js";
5
5
  export * from "./sdk/sdk.js";
6
6
  export * from "./sdk/realtime.js";
7
+ export { AerocallClient } from "@aerostack/core";
8
+ export type { AerocallConfig } from "@aerostack/core";
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
package/dist/esm/index.js CHANGED
@@ -6,4 +6,5 @@ export * as files from "./lib/files.js";
6
6
  export { HTTPClient } from "./lib/http.js";
7
7
  export * from "./sdk/sdk.js";
8
8
  export * from "./sdk/realtime.js";
9
+ export { AerocallClient } from "@aerostack/core";
9
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aerostack/sdk-web",
3
- "version": "0.3.6",
3
+ "version": "0.4.0",
4
4
  "author": "Aerostack",
5
5
  "type": "module",
6
6
  "repository": {
@@ -12,6 +12,9 @@
12
12
  "url": "https://github.com/aerostackdev/sdks/issues"
13
13
  },
14
14
  "homepage": "https://docs.aerostack.dev",
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
15
18
  "tshy": {
16
19
  "sourceDialects": [
17
20
  "@aerostack/sdk-web/source"
@@ -43,7 +46,8 @@
43
46
  "typescript-eslint": "^8.26.0"
44
47
  },
45
48
  "dependencies": {
46
- "zod": "^3.25.0 || ^4.0.0"
49
+ "zod": "^3.25.0 || ^4.0.0",
50
+ "@aerostack/core": "file:../core"
47
51
  },
48
52
  "exports": {
49
53
  ".": {
package/src/index.ts CHANGED
@@ -8,3 +8,5 @@ export { HTTPClient } from "./lib/http.js";
8
8
  export type { Fetcher, HTTPClientOptions } from "./lib/http.js";
9
9
  export * from "./sdk/sdk.js";
10
10
  export * from "./sdk/realtime.js";
11
+ export { AerocallClient } from "@aerostack/core";
12
+ export type { AerocallConfig } from "@aerostack/core";