@community-release/nx-ui 0.0.8 → 0.0.9

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.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ui",
3
3
  "configKey": "ui",
4
- "version": "0.0.8"
4
+ "version": "0.0.9"
5
5
  }
package/dist/module.mjs CHANGED
@@ -173,7 +173,7 @@ const module = defineNuxtModule({
173
173
  //write: true
174
174
  });
175
175
  addTemplate({
176
- dst: "./src/runtime/components/styles/components.less",
176
+ dst: resolve(".runtime/components/styles/components.less"),
177
177
  write: true,
178
178
  filename: "components.less",
179
179
  getContents: () => generateComponentsDefaults(options)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",