1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
joostdecock 2023-09-30 15:08:44 +02:00
parent 704ae0ffd8
commit 4ed30ae5ff
152 changed files with 457 additions and 457 deletions

View file

@ -1,4 +1,4 @@
// This file is auto-generated | All changes you make will be overwritten.
export const name = '@freesewing/core-plugins'
export const version = '3.0.0-alpha.14'
export const version = '3.0.0-beta.0'
export const data = { name, version }

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/core-plugins",
"version": "3.0.0-alpha.14",
"version": "3.0.0-beta.0",
"description": "An umbrella package of essential plugins that are bundled with FreeSewing's core library",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -49,16 +49,16 @@
"wbuild:all": "yarn wbuild"
},
"peerDependencies": {
"@freesewing/core": "3.0.0-alpha.14"
"@freesewing/core": "3.0.0-beta.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "10.2.0",
"chai": "4.3.9",
"@freesewing/plugin-annotations": "3.0.0-alpha.14",
"@freesewing/plugin-mirror": "3.0.0-alpha.14",
"@freesewing/plugin-round": "3.0.0-alpha.14",
"@freesewing/plugin-sprinkle": "3.0.0-alpha.14"
"@freesewing/plugin-annotations": "3.0.0-beta.0",
"@freesewing/plugin-mirror": "3.0.0-beta.0",
"@freesewing/plugin-round": "3.0.0-beta.0",
"@freesewing/plugin-sprinkle": "3.0.0-beta.0"
},
"files": [
"dist/*",