@yak-io/svelte 0.1.1 → 0.1.2

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/provider.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { writable, readonly } from "svelte/store";
2
2
  import { YakEmbed, } from "@yak-io/javascript";
3
- import { logger } from "./internal/logger.js";
3
+ import { logger } from "@yak-io/javascript";
4
4
  // ── Provider factory ────────────────────────────────────────────────────────
5
5
  /**
6
6
  * Creates a yak chat widget instance with Svelte-compatible stores.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yak-io/svelte",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Svelte SDK for embedding yak chatbot",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -47,7 +47,7 @@
47
47
  "svelte": "^5.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/node": "^24.10.4",
50
+ "@types/node": "^24.12.0",
51
51
  "svelte": "^5.34.7",
52
52
  "typescript": "^5.3.0",
53
53
  "@repo/typescript-config": "0.0.0"
@@ -1,2 +0,0 @@
1
- export { logger } from "@yak-io/javascript";
2
- //# sourceMappingURL=logger.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/internal/logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- export { logger } from "@yak-io/javascript";