@bunt/input
Advanced tools
Comparing version 0.29.13 to 0.29.14
{ | ||
"name": "@bunt/input", | ||
"version": "0.29.13", | ||
"keywords": [ | ||
"typescript" | ||
], | ||
"author": { | ||
"name": "Artur Bier", | ||
"email": "izatop@gmail.com" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist/", | ||
"LICENSE" | ||
], | ||
"description": "Input Schema validation and transformation", | ||
"repository": "git@github.com:izatop/bunt.git", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bunt/assert": "^0.29.13", | ||
"@bunt/is": "^0.29.13", | ||
"@bunt/type": "^0.29.13" | ||
}, | ||
"gitHead": "8eb5e57f43cfb71c79b4b5183207b2894ec4726d" | ||
"name": "@bunt/input", | ||
"version": "0.29.14", | ||
"keywords": [ | ||
"typescript" | ||
], | ||
"author": { | ||
"name": "Artur Bier", | ||
"email": "izatop@gmail.com" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist/", | ||
"LICENSE" | ||
], | ||
"description": "Input Schema validation and transformation", | ||
"repository": "git@github.com:izatop/bunt.git", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bunt/assert": "^0.29.14", | ||
"@bunt/is": "^0.29.14", | ||
"@bunt/type": "^0.29.14" | ||
}, | ||
"gitHead": "d4766cbd69a88380fe736738fa9a68604f77d305" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257347
Updated@bunt/assert@^0.29.14
Updated@bunt/is@^0.29.14
Updated@bunt/type@^0.29.14