coalesce-mcp 6.0.1 → 6.0.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/template/.github/workflows/build-test-and-deploy.yml +2 -2
- package/dist/template/Coalesce.Starter.Vue.Web/package-lock.json +5 -4
- package/dist/template/Coalesce.Starter.Vue.Web/package.json +1 -1
- package/dist/template/Coalesce.Starter.Vue.Web/src/styles/site.scss +1 -1
- package/dist/template/Coalesce.Starter.Vue.Web/tsconfig.node.json +3 -2
- package/dist/template/Coalesce.Starter.Vue.Web/vite.config.ts +0 -11
- package/dist/template/azure-pipelines.yml +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typescript": "5.9.3",
|
|
36
36
|
"unplugin-auto-import": "^20.2.0",
|
|
37
37
|
"unplugin-vue-components": "^29.1.0",
|
|
38
|
-
"vite": "^7.1.
|
|
38
|
+
"vite": "^7.1.11",
|
|
39
39
|
"vite-plugin-vuetify": "^2.1.2",
|
|
40
40
|
"vitest": "^3.2.4",
|
|
41
41
|
"vue-tsc": "^3.1.0"
|
|
@@ -5637,10 +5637,11 @@
|
|
|
5637
5637
|
"dev": true
|
|
5638
5638
|
},
|
|
5639
5639
|
"node_modules/vite": {
|
|
5640
|
-
"version": "7.1.
|
|
5641
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.
|
|
5642
|
-
"integrity": "sha512-
|
|
5640
|
+
"version": "7.1.11",
|
|
5641
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
|
|
5642
|
+
"integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
|
|
5643
5643
|
"devOptional": true,
|
|
5644
|
+
"license": "MIT",
|
|
5644
5645
|
"dependencies": {
|
|
5645
5646
|
"esbuild": "^0.25.0",
|
|
5646
5647
|
"fdir": "^6.5.0",
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
"compilerOptions": {
|
|
3
3
|
"composite": true,
|
|
4
4
|
"allowSyntheticDefaultImports": true,
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"skipLibCheck": true,
|
|
6
|
+
"module": "nodenext",
|
|
7
|
+
"moduleResolution": "nodenext",
|
|
7
8
|
"types": ["node", "vitest"]
|
|
8
9
|
},
|
|
9
10
|
"include": ["vite.config.ts"],
|