@morphika/andami 0.1.8 → 0.1.9

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": "@morphika/andami",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Visual Page Builder — core library. A reusable website builder with visual editing, CMS integration, and asset management.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -37,7 +37,6 @@
37
37
  ],
38
38
  "scripts": {
39
39
  "prepack": "node scripts/prepack.mjs",
40
- "postpack": "node scripts/postpack.mjs",
41
40
  "test": "vitest",
42
41
  "test:run": "vitest run",
43
42
  "lint": "eslint",
@@ -184,26 +183,27 @@
184
183
  "@dnd-kit/sortable": "^10.0.0",
185
184
  "@dnd-kit/utilities": "^3.2.2",
186
185
  "next-sanity": "^12.1.5",
186
+ "ogl": "^1.0.8",
187
187
  "sanity": "^5.17.1",
188
- "zustand": "^5.0.12",
189
- "ogl": "^1.0.8"
188
+ "zustand": "^5.0.12"
190
189
  },
191
190
  "devDependencies": {
192
191
  "@tailwindcss/postcss": "^4",
192
+ "@testing-library/dom": "^10.4.1",
193
+ "@testing-library/jest-dom": "^6.6.3",
194
+ "@testing-library/react": "^16.3.0",
195
+ "@testing-library/user-event": "^14.6.1",
193
196
  "@types/node": "^20",
194
197
  "@types/react": "^19",
195
198
  "@types/react-dom": "^19",
196
199
  "eslint": "^9",
197
200
  "eslint-config-next": "16.2.1",
201
+ "jsdom": "^26.1.0",
198
202
  "next": "16.2.1",
199
203
  "react": "19.2.4",
200
204
  "react-dom": "19.2.4",
201
205
  "tailwindcss": "^4",
202
206
  "typescript": "^5",
203
- "vitest": "^4.1.2",
204
- "@testing-library/react": "^16.3.0",
205
- "@testing-library/jest-dom": "^6.6.3",
206
- "@testing-library/user-event": "^14.6.1",
207
- "jsdom": "^26.1.0"
207
+ "vitest": "^4.1.2"
208
208
  }
209
209
  }