@yak-io/nuxt 0.1.0 → 0.1.1
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/package.json +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yak-io/nuxt",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
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": "
|
|
44
|
+
"@yak-io/javascript": "0.6.0"
|
|
53
45
|
},
|
|
54
46
|
"peerDependencies": {
|
|
55
47
|
"vue": "^3.3.0",
|
|
56
48
|
"nuxt": "^3.0.0"
|
|
57
49
|
},
|
|
58
50
|
"devDependencies": {
|
|
59
|
-
"@repo/typescript-config": "workspace:*",
|
|
60
51
|
"@types/node": "^24.10.4",
|
|
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
|
+
}
|