Comparing version 0.18.2 to 0.18.3
@@ -29,2 +29,5 @@ 'use strict'; | ||
set type(value) { stringAttribute.set(this, 'type', value); } | ||
get rel() { return stringAttribute.get(this, 'rel'); } | ||
set rel(value) { stringAttribute.set(this, 'rel', value); } | ||
/* c8 ignore stop */ | ||
@@ -31,0 +34,0 @@ |
@@ -28,2 +28,5 @@ import {registerHTMLClass} from '../shared/register-html-class.js'; | ||
set type(value) { stringAttribute.set(this, 'type', value); } | ||
get rel() { return stringAttribute.get(this, 'rel'); } | ||
set rel(value) { stringAttribute.set(this, 'rel', value); } | ||
/* c8 ignore stop */ | ||
@@ -30,0 +33,0 @@ |
{ | ||
"name": "linkedom", | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"description": "A triple-linked lists based DOM implementation", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -13,3 +13,5 @@ /** | ||
get type(): any; | ||
set rel(value: any); | ||
get rel(): any; | ||
} | ||
import { HTMLElement } from './element.js'; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
910152
26173