Comparing version 0.8.2 to 0.9.0-0
{ | ||
"name": "is-lite", | ||
"version": "0.8.2", | ||
"version": "0.9.0-0", | ||
"description": "A tiny javascript type testing tool", | ||
@@ -25,38 +25,42 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"homepage": "https://github.com/gilbarbara/is-lite#readme", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"main": ".dist/index.js", | ||
"module": ".dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"lib", | ||
"esm", | ||
"dist", | ||
"src" | ||
], | ||
"types": "lib", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@gilbarbara/eslint-config": "^0.2.1", | ||
"@gilbarbara/eslint-config": "^0.3.2", | ||
"@gilbarbara/prettier-config": "^0.1.0", | ||
"@gilbarbara/tsconfig": "^0.1.0", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.29", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"@gilbarbara/tsconfig": "^0.1.1", | ||
"@size-limit/preset-small-lib": "^8.0.1", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^18.7.13", | ||
"@typescript-eslint/eslint-plugin": "^5.35.1", | ||
"@typescript-eslint/parser": "^5.35.1", | ||
"esbuild": "^0.15.5", | ||
"husky": "^8.0.1", | ||
"jest": "^29.0.1", | ||
"jest-environment-jsdom": "^29.0.1", | ||
"prettier": "^2.7.1", | ||
"repo-tools": "^0.2.2", | ||
"rimraf": "^3.0.2", | ||
"size-limit": "^7.0.8", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.3" | ||
"size-limit": "^8.0.1", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc", | ||
"build:esm": "tsc -m es6 --outDir esm", | ||
"watch:cjs": "npm run build:cjs -- -w", | ||
"watch:esm": "npm run build:esm -- -w", | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types", | ||
"build:cjs": "esbuild --outdir=dist --platform=node --format=cjs src/*.ts", | ||
"build:esm": "esbuild --out-extension:.js=.mjs --outdir=dist --platform=node --format=esm src/*.ts", | ||
"build:types": "tsc", | ||
"clean": "rimraf lib && rimraf esm", | ||
"lint": "eslint --ext .ts,.tsx src test", | ||
"lint": "eslint src test", | ||
"test": "jest", | ||
@@ -80,3 +84,3 @@ "test:coverage": "jest --bail --coverage", | ||
"name": "commonjs", | ||
"path": "./lib/index.js", | ||
"path": "./dist/index.js", | ||
"limit": "1.5 kB" | ||
@@ -86,3 +90,3 @@ }, | ||
"name": "esm", | ||
"path": "./esm/index.js", | ||
"path": "./dist/index.mjs", | ||
"limit": "1.5 kB" | ||
@@ -89,0 +93,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32609
19
15
712
1