is-what 4.1.10-2 → 4.1.10-4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "is-what",
3
3
  "sideEffects": false,
4
4
  "type": "module",
5
- "version": "4.1.10-2",
5
+ "version": "4.1.10-4",
6
6
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
7
7
  "types": "./dist/index.d.ts",
8
8
  "module": "./dist/index.js",
@@ -10,8 +10,8 @@
10
10
  "exports": {
11
11
  ".": {
12
12
  "require": {
13
- "types": "./dist/cjs/index.d.ts",
14
- "default": "./dist/cjs/index.js"
13
+ "types": "./dist/cjs/index.d.cts",
14
+ "default": "./dist/cjs/index.cjs"
15
15
  },
16
16
  "import": {
17
17
  "types": "./dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "scripts": {
29
29
  "test": "vitest run",
30
30
  "lint": "tsc --noEmit && eslint ./src --ext .ts",
31
- "build": "rollup --bundleConfigAsCjs -c ./scripts/build.js",
31
+ "build": "rollup -c ./scripts/rollup.config.js",
32
32
  "release": "npm run lint && del dist && npm run build && np"
33
33
  },
34
34
  "repository": {
@@ -64,18 +64,18 @@
64
64
  },
65
65
  "homepage": "https://github.com/mesqueeb/is-what#readme",
66
66
  "devDependencies": {
67
- "@typescript-eslint/eslint-plugin": "^5.59.2",
68
- "@typescript-eslint/parser": "^5.59.2",
67
+ "@typescript-eslint/eslint-plugin": "^5.59.6",
68
+ "@typescript-eslint/parser": "^5.59.6",
69
69
  "del-cli": "^5.0.0",
70
- "eslint": "^8.40.0",
70
+ "eslint": "^8.41.0",
71
71
  "eslint-config-prettier": "^8.8.0",
72
72
  "eslint-plugin-tree-shaking": "^1.10.0",
73
73
  "np": "^7.7.0",
74
74
  "prettier": "^2.8.8",
75
- "rollup": "^3.21.5",
75
+ "rollup": "^3.22.0",
76
76
  "rollup-plugin-typescript2": "^0.34.1",
77
- "typescript": "^4.9.5",
78
- "vitest": "^0.31.0"
77
+ "typescript": "^5.0.4",
78
+ "vitest": "^0.31.1"
79
79
  },
80
80
  "ava": {
81
81
  "extensions": {