@templatical/media-library 0.11.0 → 0.12.0

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.
@@ -326,7 +326,7 @@ function fe(e) {
326
326
  m.value = /* @__PURE__ */ new Set(), h.value = null;
327
327
  }
328
328
  function J(e) {
329
- h.value = e, m.value = new Set([e.id]);
329
+ h.value = e, m.value = /* @__PURE__ */ new Set([e.id]);
330
330
  }
331
331
  async function Y() {
332
332
  try {
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@templatical/media-library",
3
3
  "description": "Media library management for Templatical email editor",
4
- "version": "0.11.0",
4
+ "version": "0.12.0",
5
5
  "bugs": "https://github.com/templatical/sdk/issues",
6
6
  "dependencies": {
7
7
  "@lucide/vue": "^1.21.0",
8
8
  "@vueuse/core": "^14.3.0",
9
9
  "vue-advanced-cropper": "^2.8.9",
10
- "@templatical/core": "0.11.0",
11
- "@templatical/types": "0.11.0"
10
+ "@templatical/core": "0.12.0",
11
+ "@templatical/types": "0.12.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@vitejs/plugin-vue": "^6.0.7",
15
15
  "@vue/test-utils": "^2.4.11",
16
16
  "typescript": "^6.0.3",
17
- "vite": "^8.0.16",
18
- "vitest": "^4.1.8",
19
- "vue": "^3.5.38",
17
+ "vite": "^8.1.0",
18
+ "vitest": "^4.1.9",
19
+ "vue": "^3.5.39",
20
20
  "vue-tsc": "^3.3.5"
21
21
  },
22
22
  "exports": {
@@ -42,7 +42,7 @@
42
42
  "module": "./dist/templatical-media-library.js",
43
43
  "peerDependencies": {
44
44
  "tailwindcss": "^4.3.1",
45
- "vue": "^3.5.38"
45
+ "vue": "^3.5.39"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"