typescript-optional
Advanced tools
Comparing version 2.0.2-alpha.7 to 2.0.2-alpha.8
{ | ||
"name": "typescript-optional", | ||
"version": "2.0.2-alpha.7", | ||
"version": "2.0.2-alpha.8", | ||
"description": "Optional (like Java) implementation in TypeScript", | ||
@@ -10,4 +10,2 @@ "keywords": [ | ||
], | ||
"author": "bromne <bromne@gmail.com>", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -17,11 +15,7 @@ "type": "git", | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"lint": "tslint lib/**/*.ts test/**/*.ts", | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs/", | ||
"build": "tsc", | ||
"test": "jest", | ||
@@ -31,2 +25,4 @@ "test:coverage": "jest --coverage", | ||
}, | ||
"author": "bromne <bromne@gmail.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -38,7 +34,4 @@ "@types/jest": "^27.4.0", | ||
"tslint": "^5.12.0", | ||
"typescript": "^3.9.10" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest" | ||
"typescript": "^3.2.2" | ||
} | ||
} |
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
27321
422
12
1