@yak-io/nuxt 0.1.0 → 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/plugin.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ref, readonly } from "vue";
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 for Nuxt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yak-io/nuxt",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Nuxt 3 module for embedding yak chatbot",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -40,25 +40,24 @@
40
40
  },
41
41
  "./package.json": "./package.json"
42
42
  },
43
- "scripts": {
44
- "build": "tsc",
45
- "check-types": "tsc --noEmit",
46
- "test": "vitest run",
47
- "lint": "biome lint ./src --fix",
48
- "format": "biome format ./src --write",
49
- "prepare": "pnpm build"
50
- },
51
43
  "dependencies": {
52
- "@yak-io/javascript": "workspace:*"
44
+ "@yak-io/javascript": "0.6.0"
53
45
  },
54
46
  "peerDependencies": {
55
- "vue": "^3.3.0",
56
- "nuxt": "^3.0.0"
47
+ "nuxt": "^3.0.0",
48
+ "vue": "^3.3.0"
57
49
  },
58
50
  "devDependencies": {
59
- "@repo/typescript-config": "workspace:*",
60
- "@types/node": "^24.10.4",
51
+ "@types/node": "^24.12.0",
61
52
  "typescript": "^5.3.0",
62
- "vue": "^3.5.16"
53
+ "vue": "^3.5.16",
54
+ "@repo/typescript-config": "0.0.0"
55
+ },
56
+ "scripts": {
57
+ "build": "tsc",
58
+ "check-types": "tsc --noEmit",
59
+ "test": "vitest run",
60
+ "lint": "biome lint ./src --fix",
61
+ "format": "biome format ./src --write"
63
62
  }
64
- }
63
+ }
@@ -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";