@inploi/core
Advanced tools
Comparing version 1.9.0 to 1.10.0
{ | ||
"name": "@inploi/core", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"license": "MIT", | ||
"exports": { | ||
"./common": { | ||
"require": "./dist/common/index.js", | ||
"import": "./dist/common/index.mjs", | ||
"types": "./dist/common/index.d.ts" | ||
}, | ||
"./flows": { | ||
"require": "./dist/flows/index.js", | ||
"import": "./dist/flows/index.mjs", | ||
"types": "./dist/flows/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"/common", | ||
"/flows" | ||
"/dist" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/uuid": "^9.0.2", | ||
"eslint": "^7.32.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.3.2", | ||
@@ -22,4 +33,5 @@ "zod": "^3.22.0", | ||
"scripts": { | ||
"check": "eslint ./src --fix --max-warnings 0 && tsc" | ||
"check": "eslint ./src --fix --max-warnings 0 && tsc", | ||
"build": "tsup --dts-resolve" | ||
} | ||
} |
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
156365
15
2463
7
1