@kimesh/layers 0.2.31 → 0.2.32

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -94,7 +94,7 @@ function buildViteAliases(merged) {
94
94
  /**
95
95
  * Generate aliases from a ResolvedLayer array
96
96
  * This is a convenience function for kit integration
97
- *
97
+ *
98
98
  * NOTE: Global @ and ~ aliases are NOT added here because they need context-aware
99
99
  * resolution handled by the layerAliasPlugin. Each layer's @layerName and ~layerName
100
100
  * aliases are still generated.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimesh/layers",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "description": "Layer system for Kimesh framework - layer discovery, resolution, and configuration merging",
5
5
  "repository": {
6
6
  "type": "git",