is-what 4.1.10-2 → 4.1.10-3

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-3",
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",
@@ -11,7 +11,7 @@
11
11
  ".": {
12
12
  "require": {
13
13
  "types": "./dist/cjs/index.d.ts",
14
- "default": "./dist/cjs/index.js"
14
+ "default": "./dist/cjs/index.cjs"
15
15
  },
16
16
  "import": {
17
17
  "types": "./dist/index.d.ts",
File without changes