Comparing version 4.1.10-3 to 4.1.10-4
@@ -0,0 +0,0 @@ export type AnyFunction = (...args: any[]) => any; |
@@ -0,0 +0,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "4.1.10-3", | ||
"version": "4.1.10-4", | ||
"description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", | ||
@@ -14,3 +14,3 @@ "types": "./dist/index.d.ts", | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
@@ -33,3 +33,3 @@ }, | ||
"lint": "tsc --noEmit && eslint ./src --ext .ts", | ||
"build": "rollup --bundleConfigAsCjs -c ./scripts/build.js", | ||
"build": "rollup -c ./scripts/rollup.config.js", | ||
"release": "npm run lint && del dist && npm run build && np" | ||
@@ -70,6 +70,6 @@ }, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"@typescript-eslint/eslint-plugin": "^5.59.6", | ||
"@typescript-eslint/parser": "^5.59.6", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.41.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -79,6 +79,6 @@ "eslint-plugin-tree-shaking": "^1.10.0", | ||
"prettier": "^2.8.8", | ||
"rollup": "^3.21.5", | ||
"rollup": "^3.22.0", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.31.0" | ||
"typescript": "^5.0.4", | ||
"vitest": "^0.31.1" | ||
}, | ||
@@ -85,0 +85,0 @@ "ava": { |
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
48265
990