chore: Reconfigure packages
This commit is contained in:
parent
ad148eb59d
commit
8e68bfc465
169 changed files with 523 additions and 534 deletions
|
@ -19,8 +19,8 @@ packageJson:
|
||||||
all: yes
|
all: yes
|
||||||
extension: mjs
|
extension: mjs
|
||||||
exclude:
|
exclude:
|
||||||
- "node_modules/*"
|
- 'node_modules/*'
|
||||||
- "tests"
|
- 'tests'
|
||||||
hi:
|
hi:
|
||||||
author: woutervdub (https://github.com/woutervdub)
|
author: woutervdub (https://github.com/woutervdub)
|
||||||
holmes:
|
holmes:
|
||||||
|
@ -32,12 +32,12 @@ packageJson:
|
||||||
lunetius: &starf
|
lunetius: &starf
|
||||||
author: Starfetch (https://github.com/starfetch)
|
author: Starfetch (https://github.com/starfetch)
|
||||||
new-design:
|
new-design:
|
||||||
|
exports: '!'
|
||||||
bin:
|
bin:
|
||||||
new-design: "dist/index.js"
|
new-design: './index.mjs'
|
||||||
files:
|
files:
|
||||||
- README.md
|
- README.md
|
||||||
- package.json
|
- package.json
|
||||||
- dist/*
|
|
||||||
- lib/**/*
|
- lib/**/*
|
||||||
- shared/**/*
|
- shared/**/*
|
||||||
- templates/**/*
|
- templates/**/*
|
||||||
|
@ -51,8 +51,8 @@ packageJson:
|
||||||
plugin-gore:
|
plugin-gore:
|
||||||
author: AlfaLyr (https://github.com/alfalyr)
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
prettier-config:
|
prettier-config:
|
||||||
type: "module"
|
type: 'module'
|
||||||
exports: { .: "./index.json" }
|
exports: { .: './index.json' }
|
||||||
scripts: { build: 'echo "prettier-config: No build required" && exit 0' }
|
scripts: { build: 'echo "prettier-config: No build required" && exit 0' }
|
||||||
keywords:
|
keywords:
|
||||||
- prettier
|
- prettier
|
||||||
|
@ -70,5 +70,4 @@ packageJson:
|
||||||
author: woutervdub (https://github.com/woutervdub)
|
author: woutervdub (https://github.com/woutervdub)
|
||||||
walburga: *starf
|
walburga: *starf
|
||||||
yuri:
|
yuri:
|
||||||
author: biou (https://github.com/biou)
|
author: biou (https://github.com/biou)
|
||||||
|
|
||||||
|
|
|
@ -23,15 +23,15 @@ core:
|
||||||
testci: 'mocha tests/*.test.mjs'
|
testci: 'mocha tests/*.test.mjs'
|
||||||
prettier: "npx prettier --write 'src/*.mjs' 'tests/*.mjs'"
|
prettier: "npx prettier --write 'src/*.mjs' 'tests/*.mjs'"
|
||||||
lint: "npx eslint 'src/*.mjs' 'tests/*.mjs'"
|
lint: "npx eslint 'src/*.mjs' 'tests/*.mjs'"
|
||||||
jsdoc: "jsdoc -c jsdoc.json -r src"
|
jsdoc: 'jsdoc -c jsdoc.json -r src'
|
||||||
i18n:
|
i18n:
|
||||||
prebuild: 'node scripts/prebuilder.mjs'
|
prebuild: 'node scripts/prebuilder.mjs'
|
||||||
models:
|
models:
|
||||||
test: 'npx mocha tests/*.test.mjs'
|
test: 'npx mocha tests/*.test.mjs'
|
||||||
new-design:
|
new-design:
|
||||||
i18n-only: "node ../../sites/shared/prebuild/i18n-only.mjs"
|
i18n-only: 'node ../../sites/shared/prebuild/i18n-only.mjs'
|
||||||
build: "SITE=new-design/shared yarn i18n-only && cp ../../scripts/banner.mjs ./lib && node build.mjs"
|
build: '!'
|
||||||
wbuild: "set SITE=new-design/shared&& yarn i18n-only && copy ..\\..\\scripts\\banner.mjs .\\lib\\banner.mjs /Y && node build.mjs && set SITE="
|
wbuild: '!'
|
||||||
lint: "npx eslint 'lib/*.mjs'"
|
lint: "npx eslint 'lib/*.mjs'"
|
||||||
mbuild: '!'
|
mbuild: '!'
|
||||||
test: '!'
|
test: '!'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "{{{ name }}}"
|
export const name = '{{{ name }}}'
|
||||||
export const version = "{{ version }}"
|
export const version = '{{ version }}'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/aaron"
|
export const name = '@freesewing/aaron'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/aaron",
|
"name": "@freesewing/aaron",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/albert"
|
export const name = '@freesewing/albert'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/albert",
|
"name": "@freesewing/albert",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/bee"
|
export const name = '@freesewing/bee'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bee",
|
"name": "@freesewing/bee",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/bella": "^3.0.0-alpha.0"
|
"@freesewing/bella": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/bella"
|
export const name = '@freesewing/bella'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bella",
|
"name": "@freesewing/bella",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step3": "node build.mjs"
|
"wcibuild_step3": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/benjamin"
|
export const name = '@freesewing/benjamin'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/benjamin",
|
"name": "@freesewing/benjamin",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/bent"
|
export const name = '@freesewing/bent'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bent",
|
"name": "@freesewing/bent",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
"wcibuild_step4": "node build.mjs"
|
"wcibuild_step4": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/bob"
|
export const name = '@freesewing/bob'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bob",
|
"name": "@freesewing/bob",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/breanna"
|
export const name = '@freesewing/breanna'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/breanna",
|
"name": "@freesewing/breanna",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step3": "node build.mjs"
|
"wcibuild_step3": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0"
|
"@freesewing/brian": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/brian"
|
export const name = '@freesewing/brian'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/brian",
|
"name": "@freesewing/brian",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step3": "node build.mjs"
|
"wcibuild_step3": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/bruce"
|
export const name = '@freesewing/bruce'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bruce",
|
"name": "@freesewing/bruce",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/carlita"
|
export const name = '@freesewing/carlita'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlita",
|
"name": "@freesewing/carlita",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/bent": "^3.0.0-alpha.0",
|
"@freesewing/bent": "^3.0.0-alpha.1",
|
||||||
"@freesewing/carlton": "^3.0.0-alpha.0",
|
"@freesewing/carlton": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0"
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/carlton"
|
export const name = '@freesewing/carlton'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlton",
|
"name": "@freesewing/carlton",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,13 +46,13 @@
|
||||||
"wcibuild_step4": "node build.mjs"
|
"wcibuild_step4": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/bent": "^3.0.0-alpha.0",
|
"@freesewing/bent": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/cathrin"
|
export const name = '@freesewing/cathrin'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cathrin",
|
"name": "@freesewing/cathrin",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/charlie"
|
export const name = '@freesewing/charlie'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/charlie",
|
"name": "@freesewing/charlie",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bartack": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bartack": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1",
|
||||||
"@freesewing/titan": "^3.0.0-alpha.0"
|
"@freesewing/titan": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/cornelius"
|
export const name = '@freesewing/cornelius'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cornelius",
|
"name": "@freesewing/cornelius",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/diana"
|
export const name = '@freesewing/diana'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/diana",
|
"name": "@freesewing/diana",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/florence"
|
export const name = '@freesewing/florence'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florence",
|
"name": "@freesewing/florence",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/florent"
|
export const name = '@freesewing/florent'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florent",
|
"name": "@freesewing/florent",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/hi"
|
export const name = '@freesewing/hi'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hi",
|
"name": "@freesewing/hi",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/holmes"
|
export const name = '@freesewing/holmes'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/holmes",
|
"name": "@freesewing/holmes",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,13 +46,13 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/plugin-gore": "^3.0.0-alpha.0"
|
"@freesewing/plugin-gore": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/hortensia"
|
export const name = '@freesewing/hortensia'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hortensia",
|
"name": "@freesewing/hortensia",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/huey"
|
export const name = '@freesewing/huey'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/huey",
|
"name": "@freesewing/huey",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/hugo"
|
export const name = '@freesewing/hugo'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hugo",
|
"name": "@freesewing/hugo",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/jaeger"
|
export const name = '@freesewing/jaeger'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/jaeger",
|
"name": "@freesewing/jaeger",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,13 +46,13 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/bent": "^3.0.0-alpha.0",
|
"@freesewing/bent": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0"
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/legend"
|
export const name = '@freesewing/legend'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/legend",
|
"name": "@freesewing/legend",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-buttons": "^3.0.0-alpha.0"
|
"@freesewing/plugin-buttons": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/lucy"
|
export const name = '@freesewing/lucy'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lucy",
|
"name": "@freesewing/lucy",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/lunetius"
|
export const name = '@freesewing/lunetius'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lunetius",
|
"name": "@freesewing/lunetius",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/noble"
|
export const name = '@freesewing/noble'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/noble",
|
"name": "@freesewing/noble",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/bella": "^3.0.0-alpha.0"
|
"@freesewing/bella": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/octoplushy"
|
export const name = '@freesewing/octoplushy'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/octoplushy",
|
"name": "@freesewing/octoplushy",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/paco"
|
export const name = '@freesewing/paco'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/paco",
|
"name": "@freesewing/paco",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/titan": "^3.0.0-alpha.0"
|
"@freesewing/titan": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/penelope"
|
export const name = '@freesewing/penelope'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/penelope",
|
"name": "@freesewing/penelope",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/plugintest"
|
export const name = '@freesewing/plugintest'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/plugintest",
|
"name": "@freesewing/plugintest",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,30 +46,30 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-banner": "^3.0.0-alpha.0",
|
"@freesewing/plugin-banner": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bartack": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bartack": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-buttons": "^3.0.0-alpha.0",
|
"@freesewing/plugin-buttons": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-cutonfold": "^3.0.0-alpha.0",
|
"@freesewing/plugin-cutonfold": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-dimension": "^3.0.0-alpha.0",
|
"@freesewing/plugin-dimension": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-flip": "^3.0.0-alpha.0",
|
"@freesewing/plugin-flip": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-gore": "^3.0.0-alpha.0",
|
"@freesewing/plugin-gore": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-grainline": "^3.0.0-alpha.0",
|
"@freesewing/plugin-grainline": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-i18n": "^3.0.0-alpha.0",
|
"@freesewing/plugin-i18n": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-logo": "^3.0.0-alpha.0",
|
"@freesewing/plugin-logo": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-measurements": "^3.0.0-alpha.0",
|
"@freesewing/plugin-measurements": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-mirror": "^3.0.0-alpha.0",
|
"@freesewing/plugin-mirror": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-notches": "^3.0.0-alpha.0",
|
"@freesewing/plugin-notches": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-round": "^3.0.0-alpha.0",
|
"@freesewing/plugin-round": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-scalebox": "^3.0.0-alpha.0",
|
"@freesewing/plugin-scalebox": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-sprinkle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-sprinkle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-svgattr": "^3.0.0-alpha.0",
|
"@freesewing/plugin-svgattr": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-theme": "^3.0.0-alpha.0",
|
"@freesewing/plugin-theme": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-title": "^3.0.0-alpha.0",
|
"@freesewing/plugin-title": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-validate": "^3.0.0-alpha.0"
|
"@freesewing/plugin-validate": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/rendertest"
|
export const name = '@freesewing/rendertest'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/rendertest",
|
"name": "@freesewing/rendertest",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/sandy"
|
export const name = '@freesewing/sandy'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/sandy",
|
"name": "@freesewing/sandy",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/shin"
|
export const name = '@freesewing/shin'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/shin",
|
"name": "@freesewing/shin",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/simon"
|
export const name = '@freesewing/simon'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/simon",
|
"name": "@freesewing/simon",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
"wcibuild_step4": "node build.mjs"
|
"wcibuild_step4": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-flip": "^3.0.0-alpha.0"
|
"@freesewing/plugin-flip": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/simone"
|
export const name = '@freesewing/simone'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/simone",
|
"name": "@freesewing/simone",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,13 +46,13 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/simon": "^3.0.0-alpha.0",
|
"@freesewing/simon": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-flip": "^3.0.0-alpha.0",
|
"@freesewing/plugin-flip": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/sven"
|
export const name = '@freesewing/sven'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/sven",
|
"name": "@freesewing/sven",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/tamiko"
|
export const name = '@freesewing/tamiko'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tamiko",
|
"name": "@freesewing/tamiko",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/teagan"
|
export const name = '@freesewing/teagan'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/teagan",
|
"name": "@freesewing/teagan",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/tiberius"
|
export const name = '@freesewing/tiberius'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tiberius",
|
"name": "@freesewing/tiberius",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/titan"
|
export const name = '@freesewing/titan'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/titan",
|
"name": "@freesewing/titan",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step3": "node build.mjs"
|
"wcibuild_step3": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/trayvon"
|
export const name = '@freesewing/trayvon'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/trayvon",
|
"name": "@freesewing/trayvon",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/tutorial"
|
export const name = '@freesewing/tutorial'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/tutorial",
|
"name": "@freesewing/tutorial",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/unice"
|
export const name = '@freesewing/unice'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/unice",
|
"name": "@freesewing/unice",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/ursula"
|
export const name = '@freesewing/ursula'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/ursula",
|
"name": "@freesewing/ursula",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step4": "node build.mjs"
|
"wcibuild_step4": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/wahid"
|
export const name = '@freesewing/wahid'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/wahid",
|
"name": "@freesewing/wahid",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"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/",
|
||||||
|
@ -46,11 +46,11 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0",
|
"@freesewing/config-helpers": "^3.0.0-alpha.1",
|
||||||
"@freesewing/brian": "^3.0.0-alpha.0",
|
"@freesewing/brian": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bust": "^3.0.0-alpha.0"
|
"@freesewing/plugin-bust": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/walburga"
|
export const name = '@freesewing/walburga'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/walburga",
|
"name": "@freesewing/walburga",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "A FreeSewing pattern for a wappenrock (tabard/surcoat), a historical European/medieval (ish) garment",
|
"description": "A FreeSewing pattern for a wappenrock (tabard/surcoat), a historical European/medieval (ish) garment",
|
||||||
"author": "Starfetch (https://github.com/starfetch)",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"wcibuild_step5": "node build.mjs"
|
"wcibuild_step5": "node build.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^3.0.0-alpha.0",
|
"@freesewing/core": "^3.0.0-alpha.1",
|
||||||
"@freesewing/plugin-bundle": "^3.0.0-alpha.0",
|
"@freesewing/plugin-bundle": "^3.0.0-alpha.1",
|
||||||
"@freesewing/config-helpers": "^3.0.0-alpha.0"
|
"@freesewing/config-helpers": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = "@freesewing/waralee"
|
export const name = '@freesewing/waralee'
|
||||||
export const version = "3.0.0-alpha.0"
|
export const version = '3.0.0-alpha.1'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
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