@bagelink/blox 1.6.34 → 1.6.39

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.
@@ -945,4 +945,3 @@ to {
945
945
  font-size: 1rem;
946
946
  color: #c00;
947
947
  }
948
- /*$vite$:1*/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/blox",
3
3
  "type": "module",
4
- "version": "1.6.34",
4
+ "version": "1.6.39",
5
5
  "description": "Blox page builder library for drag-and-drop page building and static data management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -76,7 +76,7 @@
76
76
  "peerDependencies": {
77
77
  "vue": "^3.3.0",
78
78
  "vue-router": "^4.0.0",
79
- "@bagelink/vue": "1.6.34"
79
+ "@bagelink/vue": "1.6.39"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@vitejs/plugin-vue": "^5.0.0",