obi-sdk 0.15.0 → 0.17.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.
@@ -100,4 +100,5 @@ export declare class ObiWidget extends LitElement {
100
100
  private fetchDatabaseConfig;
101
101
  private applyFinalConfiguration;
102
102
  render(): import("lit").TemplateResult<1> | typeof nothing;
103
+ private trackEvent;
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",
@@ -44,9 +44,9 @@
44
44
  "ts-pattern": "^5.7.0",
45
45
  "zod": "^3.22.0",
46
46
  "@obi/obi-client": "0.7.0",
47
- "@obi/utils": "0.2.0",
48
47
  "@obi/obi-session": "0.3.8",
49
- "@obi/obi-components": "0.1.0"
48
+ "@obi/obi-components": "0.1.0",
49
+ "@obi/utils": "0.2.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -1,6 +0,0 @@
1
- import { O } from "./obi-widget-315605ed.js";
2
- import "./types-eb1fb85a.js";
3
- export {
4
- O as ObiWidget
5
- };
6
- //# sourceMappingURL=index-cc31d633.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-cc31d633.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}