is-what 4.1.8 → 4.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "is-what",
3
3
  "sideEffects": false,
4
4
  "type": "module",
5
- "version": "4.1.8",
5
+ "version": "4.1.9",
6
6
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
7
7
  "module": "./dist/index.es.js",
8
8
  "main": "./dist/index.cjs",
9
9
  "types": "./dist/types/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
+ "types": "./dist/types/index.d.ts",
12
13
  "import": "./dist/index.es.js",
13
- "require": "./dist/index.cjs",
14
- "types": "./dist/types/index.d.ts"
14
+ "require": "./dist/index.cjs"
15
15
  }
16
16
  },
17
17
  "files": [
@@ -59,18 +59,18 @@
59
59
  },
60
60
  "homepage": "https://github.com/mesqueeb/is-what#readme",
61
61
  "devDependencies": {
62
- "@typescript-eslint/eslint-plugin": "^5.45.0",
63
- "@typescript-eslint/parser": "^5.45.0",
62
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
63
+ "@typescript-eslint/parser": "^5.59.2",
64
64
  "del-cli": "^5.0.0",
65
- "eslint": "^8.28.0",
66
- "eslint-config-prettier": "^8.5.0",
65
+ "eslint": "^8.40.0",
66
+ "eslint-config-prettier": "^8.8.0",
67
67
  "eslint-plugin-tree-shaking": "^1.10.0",
68
- "np": "^7.6.2",
69
- "prettier": "^2.8.0",
70
- "rollup": "^3.5.0",
68
+ "np": "^7.7.0",
69
+ "prettier": "^2.8.8",
70
+ "rollup": "^3.21.5",
71
71
  "rollup-plugin-typescript2": "^0.34.1",
72
- "typescript": "^4.9.3",
73
- "vitest": "^0.25.3"
72
+ "typescript": "^4.9.5",
73
+ "vitest": "^0.31.0"
74
74
  },
75
75
  "ava": {
76
76
  "extensions": {