@morphika/andami 0.2.10 → 0.2.11

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 (2) hide show
  1. package/lib/version.ts +1 -1
  2. package/package.json +3 -3
package/lib/version.ts CHANGED
@@ -6,4 +6,4 @@
6
6
  * Exposed as a plain constant so it can be imported without reading
7
7
  * package.json at runtime.
8
8
  */
9
- export const ANDAMI_VERSION = "0.2.10";
9
+ export const ANDAMI_VERSION = "0.2.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morphika/andami",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
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",
@@ -208,6 +208,8 @@
208
208
  "@tiptap/pm": "^2.12.0",
209
209
  "@tiptap/react": "^2.12.0",
210
210
  "@tiptap/starter-kit": "^2.12.0",
211
+ "@types/archiver": "^6.0.3",
212
+ "@types/unzipper": "^0.10.10",
211
213
  "jszip": "^3.10.1",
212
214
  "next-sanity": "^12.1.5",
213
215
  "ogl": "^1.0.8",
@@ -216,8 +218,6 @@
216
218
  "zustand": "^5.0.12"
217
219
  },
218
220
  "devDependencies": {
219
- "@types/archiver": "^6.0.3",
220
- "@types/unzipper": "^0.10.10",
221
221
  "@tailwindcss/postcss": "^4",
222
222
  "@testing-library/dom": "^10.4.1",
223
223
  "@testing-library/jest-dom": "^6.6.3",