chore: develop now hosts v3 code
This commit is contained in:
parent
f134ad4f1b
commit
ae40299f7b
194 changed files with 845 additions and 928 deletions
|
@ -25,7 +25,7 @@
|
||||||
"files": ["dist/*", "README.md"],
|
"files": ["dist/*", "README.md"],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -8,12 +8,11 @@
|
||||||
{{{info}}}
|
{{{info}}}
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a A-shirt or tank top
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/aaron",
|
"name": "@freesewing/aaron",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a A-shirt or tank top",
|
"description": "A FreeSewing pattern for a A-shirt or tank top",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for an apron
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/albert",
|
"name": "@freesewing/albert",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for an apron",
|
"description": "A FreeSewing pattern for an apron",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a bikini top
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bee",
|
"name": "@freesewing/bee",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a bikini top",
|
"description": "A FreeSewing pattern for a bikini top",
|
||||||
"author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)",
|
"author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/bella": "^2.22.0"
|
"@freesewing/bella": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a womenswear bodice block
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bella",
|
"name": "@freesewing/bella",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a womenswear bodice block",
|
"description": "A FreeSewing pattern for a womenswear bodice block",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step3": "node build.js"
|
"cibuild_step3": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a bow tie
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/benjamin",
|
"name": "@freesewing/benjamin",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a bow tie",
|
"description": "A FreeSewing pattern for a bow tie",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a menswear body block with a two-part sleeve
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bent",
|
"name": "@freesewing/bent",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a menswear body block with a two-part sleeve",
|
"description": "A FreeSewing pattern for a menswear body block with a two-part sleeve",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,12 +40,12 @@
|
||||||
"cibuild_step4": "node build.js"
|
"cibuild_step4": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a bib
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bob",
|
"name": "@freesewing/bob",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a bib",
|
"description": "A FreeSewing pattern for a bib",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a basic body block for womenswear
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/breanna",
|
"name": "@freesewing/breanna",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a basic body block for womenswear",
|
"description": "A FreeSewing pattern for a basic body block for womenswear",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step3": "node build.js"
|
"cibuild_step3": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0"
|
"@freesewing/brian": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a basic body block for menswear
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/brian",
|
"name": "@freesewing/brian",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a basic body block for menswear",
|
"description": "A FreeSewing pattern for a basic body block for menswear",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step3": "node build.js"
|
"cibuild_step3": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for boxer briefs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bruce",
|
"name": "@freesewing/bruce",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for boxer briefs",
|
"description": "A FreeSewing pattern for boxer briefs",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlita",
|
"name": "@freesewing/carlita",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,14 +40,14 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/bent": "^2.22.0",
|
"@freesewing/bent": "^3.0.0-alpha.0",
|
||||||
"@freesewing/carlton": "^2.22.0",
|
"@freesewing/carlton": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0"
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlton",
|
"name": "@freesewing/carlton",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,13 +40,13 @@
|
||||||
"cibuild_step4": "node build.js"
|
"cibuild_step4": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/bent": "^2.22.0",
|
"@freesewing/bent": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a underbust corset / waist trainer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cathrin",
|
"name": "@freesewing/cathrin",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a underbust corset / waist trainer",
|
"description": "A FreeSewing pattern for a underbust corset / waist trainer",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for chino trousers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/charlie",
|
"name": "@freesewing/charlie",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for chino trousers",
|
"description": "A FreeSewing pattern for chino trousers",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,12 +40,12 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bartack": "^2.22.0",
|
"@freesewing/plugin-bartack": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/titan": "^2.22.0"
|
"@freesewing/titan": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for cycling breeches, based on the Keystone drafting system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cornelius",
|
"name": "@freesewing/cornelius",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for cycling breeches, based on the Keystone drafting system",
|
"description": "A FreeSewing pattern for cycling breeches, based on the Keystone drafting system",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a top with a draped neck
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/diana",
|
"name": "@freesewing/diana",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a top with a draped neck",
|
"description": "A FreeSewing pattern for a top with a draped neck",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern holding examples for our documentation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/examples",
|
"name": "@freesewing/examples",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern holding examples for our documentation",
|
"description": "A FreeSewing pattern holding examples for our documentation",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -35,11 +35,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-gore": "^2.22.0"
|
"@freesewing/plugin-gore": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a face mask
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florence",
|
"name": "@freesewing/florence",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a face mask",
|
"description": "A FreeSewing pattern for a face mask",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a flat cap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florent",
|
"name": "@freesewing/florent",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a flat cap",
|
"description": "A FreeSewing pattern for a flat cap",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a shark plush toy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hi",
|
"name": "@freesewing/hi",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a shark plush toy",
|
"description": "A FreeSewing pattern for a shark plush toy",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a Sherlock Holmes hat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/holmes",
|
"name": "@freesewing/holmes",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a Sherlock Holmes hat",
|
"description": "A FreeSewing pattern for a Sherlock Holmes hat",
|
||||||
"author": "AlfaLyr (https://github.com/alfalyr)",
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,13 +40,13 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/plugin-gore": "^2.22.0"
|
"@freesewing/plugin-gore": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a handbag
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hortensia",
|
"name": "@freesewing/hortensia",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a handbag",
|
"description": "A FreeSewing pattern for a handbag",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a zip-up hoodie
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/huey",
|
"name": "@freesewing/huey",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a zip-up hoodie",
|
"description": "A FreeSewing pattern for a zip-up hoodie",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a hooded jumper with raglan sleeves
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hugo",
|
"name": "@freesewing/hugo",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a hooded jumper with raglan sleeves",
|
"description": "A FreeSewing pattern for a hooded jumper with raglan sleeves",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a sport coat style jacket
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/jaeger",
|
"name": "@freesewing/jaeger",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a sport coat style jacket",
|
"description": "A FreeSewing pattern for a sport coat style jacket",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,13 +40,13 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/bent": "^2.22.0",
|
"@freesewing/bent": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0"
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern to document pattern notation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/legend",
|
"name": "@freesewing/legend",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern to document pattern notation",
|
"description": "A FreeSewing pattern to document pattern notation",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-buttons": "^2.22.0"
|
"@freesewing/plugin-buttons": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a historical tie-on pocket
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lucy",
|
"name": "@freesewing/lucy",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a historical tie-on pocket",
|
"description": "A FreeSewing pattern for a historical tie-on pocket",
|
||||||
"author": "SeaZeeZee (https://github.com/SeaZeeZee)",
|
"author": "SeaZeeZee (https://github.com/SeaZeeZee)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a lacerna, a historical Roman cloak
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lunetius",
|
"name": "@freesewing/lunetius",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a lacerna, a historical Roman cloak",
|
"description": "A FreeSewing pattern for a lacerna, a historical Roman cloak",
|
||||||
"author": "Starfetch (https://github.com/starfetch)",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a princess seam bodice block
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/noble",
|
"name": "@freesewing/noble",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a princess seam bodice block",
|
"description": "A FreeSewing pattern for a princess seam bodice block",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/bella": "^2.22.0"
|
"@freesewing/bella": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for an octopus plushy toy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/octoplushy",
|
"name": "@freesewing/octoplushy",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for an octopus plushy toy",
|
"description": "A FreeSewing pattern for an octopus plushy toy",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for summer pants
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/paco",
|
"name": "@freesewing/paco",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for summer pants",
|
"description": "A FreeSewing pattern for summer pants",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/titan": "^2.22.0"
|
"@freesewing/titan": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a pencil skirt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/penelope",
|
"name": "@freesewing/penelope",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a pencil skirt",
|
"description": "A FreeSewing pattern for a pencil skirt",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern to test (y)our plugins
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/plugintest",
|
"name": "@freesewing/plugintest",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern to test (y)our plugins",
|
"description": "A FreeSewing pattern to test (y)our plugins",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,30 +40,30 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-banner": "^2.22.0",
|
"@freesewing/plugin-banner": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bartack": "^2.22.0",
|
"@freesewing/plugin-bartack": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-buttons": "^2.22.0",
|
"@freesewing/plugin-buttons": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-cutonfold": "^2.22.0",
|
"@freesewing/plugin-cutonfold": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-dimension": "^2.22.0",
|
"@freesewing/plugin-dimension": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-flip": "^2.22.0",
|
"@freesewing/plugin-flip": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-gore": "^2.22.0",
|
"@freesewing/plugin-gore": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-grainline": "^2.22.0",
|
"@freesewing/plugin-grainline": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-i18n": "^2.22.0",
|
"@freesewing/plugin-i18n": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-logo": "^2.22.0",
|
"@freesewing/plugin-logo": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-measurements": "^2.22.0",
|
"@freesewing/plugin-measurements": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-mirror": "^2.22.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-notches": "^2.22.0",
|
"@freesewing/plugin-notches": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-round": "^2.22.0",
|
"@freesewing/plugin-round": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-scalebox": "^2.22.0",
|
"@freesewing/plugin-scalebox": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-sprinkle": "^2.22.0",
|
"@freesewing/plugin-sprinkle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-svgattr": "^2.22.0",
|
"@freesewing/plugin-svgattr": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-theme": "^2.22.0",
|
"@freesewing/plugin-theme": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-title": "^2.22.0",
|
"@freesewing/plugin-title": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-validate": "^2.22.0"
|
"@freesewing/plugin-validate": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern to test (y)our render engine our CSS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/rendertest",
|
"name": "@freesewing/rendertest",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern to test (y)our render engine our CSS",
|
"description": "A FreeSewing pattern to test (y)our render engine our CSS",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a circle skirt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/sandy",
|
"name": "@freesewing/sandy",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a circle skirt",
|
"description": "A FreeSewing pattern for a circle skirt",
|
||||||
"author": "AlfaLyr (https://github.com/alfalyr)",
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for swim trunks
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/shin",
|
"name": "@freesewing/shin",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for swim trunks",
|
"description": "A FreeSewing pattern for swim trunks",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a button down shirt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/simon",
|
"name": "@freesewing/simon",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a button down shirt",
|
"description": "A FreeSewing pattern for a button down shirt",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,12 +40,12 @@
|
||||||
"cibuild_step4": "node build.js"
|
"cibuild_step4": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-flip": "^2.22.0"
|
"@freesewing/plugin-flip": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a button down shirt (Simone = Simon for people wit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/simone",
|
"name": "@freesewing/simone",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a button down shirt (Simone = Simon for people with breasts)",
|
"description": "A FreeSewing pattern for a button down shirt (Simone = Simon for people with breasts)",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,13 +40,13 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/simon": "^2.22.0",
|
"@freesewing/simon": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-flip": "^2.22.0",
|
"@freesewing/plugin-flip": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a straightforward sweater
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/sven",
|
"name": "@freesewing/sven",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a straightforward sweater",
|
"description": "A FreeSewing pattern for a straightforward sweater",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a zero-waste top
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tamiko",
|
"name": "@freesewing/tamiko",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a zero-waste top",
|
"description": "A FreeSewing pattern for a zero-waste top",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,10 +40,10 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a T-shirt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/teagan",
|
"name": "@freesewing/teagan",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a T-shirt",
|
"description": "A FreeSewing pattern for a T-shirt",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for classic trousers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/theo",
|
"name": "@freesewing/theo",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for classic trousers",
|
"description": "A FreeSewing pattern for classic trousers",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a tunica, a historical Roman tunic
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tiberius",
|
"name": "@freesewing/tiberius",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a tunica, a historical Roman tunic",
|
"description": "A FreeSewing pattern for a tunica, a historical Roman tunic",
|
||||||
"author": "Starfetch (https://github.com/starfetch)",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a unisex trouser block
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/titan",
|
"name": "@freesewing/titan",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a unisex trouser block",
|
"description": "A FreeSewing pattern for a unisex trouser block",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step3": "node build.js"
|
"cibuild_step3": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a tie
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/trayvon",
|
"name": "@freesewing/trayvon",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a tie",
|
"description": "A FreeSewing pattern for a tie",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a baby bib that's used in our tutorial
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tutorial",
|
"name": "@freesewing/tutorial",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a baby bib that's used in our tutorial",
|
"description": "A FreeSewing pattern for a baby bib that's used in our tutorial",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a basic, highly-customizable underwear pattern
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/unice",
|
"name": "@freesewing/unice",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern",
|
"description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern",
|
||||||
"author": "Anna Puk (https://github.com/anna-puk)",
|
"author": "Anna Puk (https://github.com/anna-puk)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a basic, highly-customizable underwear pattern
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/ursula",
|
"name": "@freesewing/ursula",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern",
|
"description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern",
|
||||||
"author": "Natalia Sayang (https://github.com/nataliasayang)",
|
"author": "Natalia Sayang (https://github.com/nataliasayang)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"cibuild_step4": "node build.js"
|
"cibuild_step4": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -53,12 +53,11 @@ A FreeSewing pattern for a classic fitted waistcoat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> #### Note: this is the last v2 minor release
|
> #### Note: Version 3 is a work in progress
|
||||||
>
|
>
|
||||||
> We'll be moving to a new major version (v3) so this is the last minor release.
|
> We are working on a new major version (v3) but it is not ready for prime-time.
|
||||||
> We'll continue to support this while we work on v3, and backport important fixes.
|
> For production use, please refer to our v2 packages (the `latest` on NPM)
|
||||||
>
|
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
|
||||||
> Once v3 is out, we'll drop official support for v2.
|
|
||||||
|
|
||||||
## What am I looking at? 🤔
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/wahid",
|
"name": "@freesewing/wahid",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.0",
|
||||||
"description": "A FreeSewing pattern for a classic fitted waistcoat",
|
"description": "A FreeSewing pattern for a classic fitted waistcoat",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -40,11 +40,11 @@
|
||||||
"cibuild_step5": "node build.js"
|
"cibuild_step5": "node build.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.22.0",
|
"@freesewing/core": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bundle": "^2.22.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
||||||
"@freesewing/config-helpers": "^2.22.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
||||||
"@freesewing/brian": "^2.22.0",
|
"@freesewing/brian": "^3.0.0-alpha.0",
|
||||||
"@freesewing/plugin-bust": "^2.22.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "latest"
|
"tag": "next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue