@thehammer/template-verification 0.2.7 → 0.2.8
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thehammer/template-verification",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "Read-write verification overlay for rendered template apps — per-data-point confidence, discrepancy, 3-source resolution (override > extracted > claim), inline edit, and a recursive comparison page. Consumes the host's __meta sidecar; fetches nothing.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -40,11 +40,12 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tailwindcss/vite": "^4.0.0",
|
|
43
|
-
"@thehammer/danx-ui": "
|
|
43
|
+
"@thehammer/danx-ui": "0.8.17",
|
|
44
44
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
45
45
|
"@vue/test-utils": "^2.4.6",
|
|
46
46
|
"@vueuse/core": "^14.4.0",
|
|
47
47
|
"happy-dom": "^20.3.9",
|
|
48
|
+
"luxon": "^3.7.2",
|
|
48
49
|
"tailwindcss": "^4.0.0",
|
|
49
50
|
"typescript": "~5.4.0",
|
|
50
51
|
"vite": "^5.4.0",
|