mage-obsidian 3.0.0 → 3.0.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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mage-obsidian",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "The MageObsidian JS build engine for Magento 2 frontends: theme inheritance resolution, precompilation and JS interceptors for Vite builds.",
5
5
  "homepage": "https://mage-obsidian.jeanmarcos.dev/",
6
6
  "bugs": {
@@ -118,7 +118,10 @@
118
118
  "vitest": "^4.1.10"
119
119
  },
120
120
  "overrides": {
121
- "vite": "^8.1.5"
121
+ "vite": "^8.1.5",
122
+ "nanoid": "^3.3.18",
123
+ "postcss": "^8.5.23",
124
+ "brace-expansion": "^5.0.9"
122
125
  },
123
126
  "scripts": {
124
127
  "build": "tsc -p tsconfig.build.json && node scripts/copy-assets.mjs",