@inploi/core
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@inploi/core", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"license": "MIT", | ||
"exports": { | ||
"./common": { | ||
"import": "./common/index.ts", | ||
"types": "./common/index.ts" | ||
"require": "./dist/common/index.js", | ||
"import": "./dist/common/index.mjs", | ||
"types": "./dist/common/index.d.ts" | ||
}, | ||
"./flows": { | ||
"import": "./flows/index.ts", | ||
"types": "./flows/index.ts" | ||
"require": "./dist/flows/index.js", | ||
"import": "./dist/flows/index.mjs", | ||
"types": "./dist/flows/index.d.ts" | ||
} | ||
@@ -33,4 +35,5 @@ }, | ||
"scripts": { | ||
"check": "eslint ./ --fix --max-warnings 0 && tsc" | ||
"check": "eslint ./src --fix --max-warnings 0 && tsc", | ||
"build": "tsup --dts-resolve" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
837
1
0
2