1
0
Fork 0
freesewing/packages/utils/package.json

79 lines
1.8 KiB
JSON
Raw Normal View History

2019-04-27 12:21:14 +02:00
{
"name": "@freesewing/utils",
release: v2.18.0 ## 2.18.0 (2021-09-09) ### core #### Fixed - Handle path.offset() of very short curves with control points on the start or end point Closes [#1257](https://github.com/freesewing/freesewing/issues/1257) ### holmes #### Fixed - The `brimWidth` option is not a percent option, allowing the pattern to scale properly ### huey #### Fixed - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) ### i18n #### Added - Added translations for Yuri #### Fixed - Added optional chaining so missing options always lead to clear error message ### simon #### Fixed - Avoid paperless depending on a complete pattern ### theo #### Fixed - Avoid paperless depending on a complete pattern ### wahid #### Fixed - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option ### yuri - Handle path.offset() of very short curves with control points on the start or end point Closes [#1257](https://github.com/freesewing/freesewing/issues/1257) - The `brimWidth` option is not a percent option, allowing the pattern to scale properly - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) - Added translations for Yuri - Added optional chaining so missing options always lead to clear error message - Avoid paperless depending on a complete pattern - Avoid paperless depending on a complete pattern - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option
2021-09-09 20:25:59 +02:00
"version": "2.18.0",
"description": "A collection of utilities shared across freesewing projects",
2021-04-11 17:32:58 +02:00
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
2019-04-27 12:21:14 +02:00
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
2021-09-02 18:45:47 +02:00
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
2019-04-27 12:21:14 +02:00
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
2020-08-08 17:20:08 +02:00
"build": "rollup -c",
2019-04-27 12:21:14 +02:00
"test": "echo \"utils: No tests configured. Perhaps you'd like to do this?\" && exit 0",
2019-04-29 11:12:41 +02:00
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
2019-05-31 16:33:01 +02:00
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
2019-04-27 12:21:14 +02:00
},
"peerDependencies": {
2021-05-22 12:15:10 +02:00
"tlds": "^1.221.1",
2021-04-11 17:32:58 +02:00
"axios": "0.21.1"
},
2021-04-11 17:32:58 +02:00
"dependencies": {},
"devDependencies": {},
2019-04-27 12:21:14 +02:00
"files": [
2019-07-14 11:05:50 +02:00
"backend/*",
"camelCase/*",
"capitalize/*",
"cloneObject/*",
"convertSize/*",
2019-07-14 11:05:50 +02:00
"defaultGist/*",
"defaultSa/*",
"formatImperial/*",
"formatMm/*",
2020-07-04 17:53:09 +02:00
"isDegMeasurement/*",
2019-09-02 07:25:26 +02:00
"measurementAsMm/*",
"measurementDiffers/*",
2019-08-24 18:38:30 +02:00
"neckstimate/*",
2019-07-14 11:05:50 +02:00
"optionDefault/*",
"optionType/*",
"roundMm/*",
"roundMmDown/*",
"roundMmUp/*",
"sliderStep/*",
"smallestImperialStep/*",
"storage/*",
"tiler/*",
"validateEmail/*",
"validateTld/*"
2019-04-27 12:21:14 +02:00
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
release: v2.18.0 ## 2.18.0 (2021-09-09) ### core #### Fixed - Handle path.offset() of very short curves with control points on the start or end point Closes [#1257](https://github.com/freesewing/freesewing/issues/1257) ### holmes #### Fixed - The `brimWidth` option is not a percent option, allowing the pattern to scale properly ### huey #### Fixed - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) ### i18n #### Added - Added translations for Yuri #### Fixed - Added optional chaining so missing options always lead to clear error message ### simon #### Fixed - Avoid paperless depending on a complete pattern ### theo #### Fixed - Avoid paperless depending on a complete pattern ### wahid #### Fixed - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option ### yuri - Handle path.offset() of very short curves with control points on the start or end point Closes [#1257](https://github.com/freesewing/freesewing/issues/1257) - The `brimWidth` option is not a percent option, allowing the pattern to scale properly - Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265) - Added translations for Yuri - Added optional chaining so missing options always lead to clear error message - Avoid paperless depending on a complete pattern - Avoid paperless depending on a complete pattern - Close Seam Allowance path of front lining Closes [#1267](https://github.com/freesewing/freesewing/issues/1267) - Support a zero value for the `backScyeDart` option
2021-09-09 20:25:59 +02:00
"tag": "latest"
2019-04-27 12:21:14 +02:00
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
}
2019-04-27 12:21:14 +02:00
}