@felte/common
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
import { __rest } from './../external/.pnpm/tslib@2.3.1/external/tslib/tslib.es6.js'; | ||
import { __rest } from './../external/.pnpm/@rollup_plugin-typescript@10.0.1_m2vrfqkax6vunhfpmya5lfbcpe/external/tslib/tslib.es6.js'; | ||
import { _mapValues } from './mapValues.js'; | ||
@@ -3,0 +3,0 @@ import { _isPlainObject } from './isPlainObject.js'; |
@@ -5,4 +5,3 @@ /** | ||
function isInputElement(el) { | ||
var _a; | ||
return ((_a = el) === null || _a === void 0 ? void 0 : _a.nodeName) === 'INPUT'; | ||
return (el === null || el === void 0 ? void 0 : el.nodeName) === 'INPUT'; | ||
} | ||
@@ -13,4 +12,3 @@ /** | ||
function isTextAreaElement(el) { | ||
var _a; | ||
return ((_a = el) === null || _a === void 0 ? void 0 : _a.nodeName) === 'TEXTAREA'; | ||
return (el === null || el === void 0 ? void 0 : el.nodeName) === 'TEXTAREA'; | ||
} | ||
@@ -21,4 +19,3 @@ /** | ||
function isSelectElement(el) { | ||
var _a; | ||
return ((_a = el) === null || _a === void 0 ? void 0 : _a.nodeName) === 'SELECT'; | ||
return (el === null || el === void 0 ? void 0 : el.nodeName) === 'SELECT'; | ||
} | ||
@@ -29,4 +26,3 @@ /** | ||
function isFieldSetElement(el) { | ||
var _a; | ||
return ((_a = el) === null || _a === void 0 ? void 0 : _a.nodeName) === 'FIELDSET'; | ||
return (el === null || el === void 0 ? void 0 : el.nodeName) === 'FIELDSET'; | ||
} | ||
@@ -33,0 +29,0 @@ /** |
{ | ||
"name": "@felte/common", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Common utilities for Felte packages", | ||
@@ -15,3 +15,3 @@ "author": { | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/esm/index.d.ts", | ||
"type": "module", | ||
@@ -52,5 +52,6 @@ "engines": { | ||
"dev": "rollup -cw", | ||
"test": "uvu -r tsm -r global-jsdom/register tests -i common", | ||
"test:ci": "nyc -n src pnpm test" | ||
"vitest": "vitest", | ||
"test": "vitest run", | ||
"test:ci": "vitest run --coverage" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
267982
161
2150