@ekanos/harness 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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekanos/harness",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "The Ekanos integration dev harness — every surface of an integration rendered in real Fusion chrome, from fixtures, with no Supabase, auth or network.",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@fortawesome/fontawesome-free": "^7.3.1",
50
- "i18next": "25.10.10",
50
+ "i18next": "^25.10.10",
51
51
  "next-themes": "0.4.6",
52
52
  "react-i18next": "^16.6.6",
53
53
  "tw-animate-css": "1.4.0"
@@ -62,8 +62,8 @@
62
62
  "tailwindcss": "^4.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@ekanos/sdk": "0.1.2",
66
- "@ekanos/ui": "0.1.2",
65
+ "@ekanos/sdk": "0.1.3",
66
+ "@ekanos/ui": "0.1.3",
67
67
  "@kit/eslint-config": "0.2.0",
68
68
  "@kit/prettier-config": "0.1.0",
69
69
  "@kit/tsconfig": "0.1.0",