@fastkit/dom
Advanced tools
Comparing version 0.1.8 to 0.2.0
@@ -36,2 +36,2 @@ declare function isFocusable(element: HTMLElement): boolean; | ||
export { AddTransitionEventOptions, AddTransitionEventResult, AddTransitionendEventOptions, LoadScriptAttrs, TransitionEventType, addTransitionEvent, addTransitionendEvent, attemptFocus, ensureScript, focusFirstDescendant, isFocusable, loadImage, loadScript, ownerDocument, ownerWindow, pushDynamicStyle }; | ||
export { type AddTransitionEventOptions, type AddTransitionEventResult, type AddTransitionendEventOptions, type LoadScriptAttrs, type TransitionEventType, addTransitionEvent, addTransitionendEvent, attemptFocus, ensureScript, focusFirstDescendant, isFocusable, loadImage, loadScript, ownerDocument, ownerWindow, pushDynamicStyle }; |
{ | ||
"name": "@fastkit/dom", | ||
"version": "0.1.8", | ||
"version": "0.2.0", | ||
"description": "dom", | ||
@@ -23,11 +23,2 @@ "keywords": [], | ||
}, | ||
"main": "./dist/dom.mjs", | ||
"types": "./dist/dom.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./dist/dom.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -37,3 +28,3 @@ "dist" | ||
"dependencies": { | ||
"@fastkit/helpers": "0.13.8" | ||
"@fastkit/helpers": "0.14.0" | ||
}, | ||
@@ -40,0 +31,0 @@ "scripts": { |
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
17737
6
187
+ Added@fastkit/helpers@0.14.0(transitive)
+ Added@fastkit/ts-type-utils@0.2.0(transitive)
- Removed@fastkit/helpers@0.13.8(transitive)
- Removed@fastkit/ts-type-utils@0.1.2(transitive)
Updated@fastkit/helpers@0.14.0