rimelight-components 2.0.75 → 2.0.76

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,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.0.75",
3
+ "version": "2.0.76",
4
4
  "docs": "https://rimelight.com/tools/rimelight-components",
5
5
  "configKey": "rimelightComponents",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
4
4
  import { basename } from 'node:path';
5
5
 
6
6
  const name = "rimelight-components";
7
- const version = "2.0.75";
7
+ const version = "2.0.76";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -225,6 +225,11 @@ const module$1 = defineNuxtModule().with({
225
225
  });
226
226
  const blockEditorTemplate = addEditorBlockMapTemplates(blockEditorNames);
227
227
  nuxt.options.alias["#build/rimelight-block-editor-map"] = blockEditorTemplate.dst;
228
+ nuxt.hook("nitro:config", (nitroConfig) => {
229
+ nitroConfig.alias = nitroConfig.alias || {};
230
+ nitroConfig.alias["#build/rimelight-block-renderer-map"] = blockRendererTemplate.dst;
231
+ nitroConfig.alias["#build/rimelight-block-editor-map"] = blockEditorTemplate.dst;
232
+ });
228
233
  }
229
234
  });
230
235
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
3
  "description": "A component library by Rimelight Entertainment.",
4
- "version": "2.0.75",
4
+ "version": "2.0.76",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",