vueless 0.0.85 → 0.0.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -184,7 +184,7 @@
184
184
  <slot name="cell-other" :value="value" :row="row" />
185
185
  </template>
186
186
 
187
- <template v-else-if="value.hasOwnProperty('secondaryRow')">
187
+ <template v-else-if="value?.hasOwnProperty('secondaryRow')">
188
188
  <div :data-cy="`${dataCy}-${key}-cell`">
189
189
  {{ value.primaryRow || HYPHEN_SYMBOL }}
190
190
  </div>
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.85",
4
+ "version": "0.0.86",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",