Comparing version 0.0.4 to 0.0.5
@@ -13,1 +13,2 @@ export { default as useFalseUntilTruthy } from './use-false-until-truthy'; | ||
export { default as useBreakpoint } from './use-breakpoint'; | ||
export { default as useKeyboard } from './use-keyboard'; |
@@ -13,1 +13,2 @@ export { default as useFalseUntilTruthy } from './use-false-until-truthy'; | ||
export { default as useBreakpoint } from './use-breakpoint'; | ||
export { default as useKeyboard } from './use-keyboard'; |
@@ -13,1 +13,2 @@ export { default as useFalseUntilTruthy } from './use-false-until-truthy'; | ||
export { default as useBreakpoint } from './use-breakpoint'; | ||
export { default as useKeyboard } from './use-keyboard'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useBreakpoint = exports.useBreakpoints = exports.useIsIos = exports.useCompitable = exports.useIsMounted = exports.useMergedState = exports.useOsTheme = exports.useClicked = exports.useClickPosition = exports.onFontsReady = exports.useMemo = exports.useFalseUntilTruthy = void 0; | ||
exports.useKeyboard = exports.useBreakpoint = exports.useBreakpoints = exports.useIsIos = exports.useCompitable = exports.useIsMounted = exports.useMergedState = exports.useOsTheme = exports.useClicked = exports.useClickPosition = exports.onFontsReady = exports.useMemo = exports.useFalseUntilTruthy = void 0; | ||
var use_false_until_truthy_1 = require("./use-false-until-truthy"); | ||
@@ -28,1 +28,3 @@ Object.defineProperty(exports, "useFalseUntilTruthy", { enumerable: true, get: function () { return use_false_until_truthy_1.default; } }); | ||
Object.defineProperty(exports, "useBreakpoint", { enumerable: true, get: function () { return use_breakpoint_1.default; } }); | ||
var use_keyboard_1 = require("./use-keyboard"); | ||
Object.defineProperty(exports, "useKeyboard", { enumerable: true, get: function () { return use_keyboard_1.default; } }); |
{ | ||
"name": "vooks", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"evtd": "^0.0.1-alpha.0", | ||
"evtd": "^0.1.0", | ||
"vue": "^3.0.0" | ||
@@ -42,0 +42,0 @@ }, |
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
34383
59
903
+ Addedevtd@0.1.1(transitive)
- Removedevtd@0.0.1-alpha.5(transitive)
Updatedevtd@^0.1.0