nuxt-leap-mds 0.1.170 → 0.1.172

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.14.0"
6
6
  },
7
- "version": "0.1.170",
7
+ "version": "0.1.172",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -98,7 +98,8 @@ const LEAP_MDS_COMPONENT_EXPORTS = [
98
98
  // 'VideoWistia',
99
99
  "VideoYoutube",
100
100
  "WorkableJobList",
101
- "Yoshki"
101
+ "Yoshki",
102
+ "Breadcrumb"
102
103
  ];
103
104
  const LEAP_MDS_REGION_COMPONENT_EXPORTS = [
104
105
  "AuLawConnectSocial",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-leap-mds",
3
- "version": "0.1.170",
3
+ "version": "0.1.172",
4
4
  "description": "Nuxt module for leap-mds-storybook (LEAP design system components)",
5
5
  "license": "MIT",
6
6
  "type": "module",