Skip to content

Commit

Permalink
fix: fix files filed #910 #909 #907
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 8, 2023
1 parent d0f0532 commit a4995ab
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 31 deletions.
11 changes: 7 additions & 4 deletions packages/croact-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "croact-moveable",
"version": "0.3.3",
"version": "0.3.5",
"description": "A React Compat Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
Expand Down Expand Up @@ -40,8 +40,11 @@
"compat"
],
"files": [
"./*"
],
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"repository": {
"type": "git",
"url": "https://github.com/daybrush/moveable/blob/master/packages/croact-moveable"
Expand Down Expand Up @@ -78,6 +81,6 @@
"gesto": "^1.17.1",
"overlap-area": "^1.1.0",
"react-css-styled": "^1.1.2",
"react-moveable": "~0.50.3"
"react-moveable": "~0.50.4"
}
}
7 changes: 5 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"sideEffects": false,
"types": "declaration/index.d.ts",
"files": [
"./*"
],
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"scripts": {
"lint": "eslint ./src/ --ext .ts,.tsx",
"start": "rollup -c -w",
Expand Down
9 changes: 6 additions & 3 deletions packages/lit-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-moveable",
"version": "0.24.4",
"version": "0.24.6",
"description": "A Lit Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"types": "declaration/index.d.ts",
"main": "dist/moveable.cjs.js",
Expand Down Expand Up @@ -46,7 +46,10 @@
},
"homepage": "https://daybrush.com/moveable",
"files": [
"./*"
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"scripts": {
"start": "rollup -c rollup.demo.config.js -w",
Expand All @@ -62,6 +65,6 @@
"dependencies": {
"@daybrush/utils": "^1.11.0",
"framework-utils": "^1.1.0",
"moveable": "~0.47.4"
"moveable": "~0.47.6"
}
}
11 changes: 7 additions & 4 deletions packages/moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moveable",
"version": "0.47.4",
"version": "0.47.6",
"description": "Moveable is Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
Expand Down Expand Up @@ -58,13 +58,16 @@
},
"homepage": "https://daybrush.com/moveable/",
"files": [
"./*"
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"dependencies": {
"@scena/event-emitter": "^1.0.5",
"croact": "^1.0.2",
"croact-moveable": "~0.3.3",
"react-moveable": "~0.50.3"
"croact-moveable": "~0.3.5",
"react-moveable": "~0.50.4"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": true,
"lernaHelperPublishPath": "./dist/ngx-moveable",
"dependencies": {
"moveable": "~0.47.4",
"moveable": "~0.47.6",
"rxjs": "~7.4.0",
"zone.js": "~0.11.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-moveable/projects/ngx-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-moveable",
"version": "0.44.4",
"version": "0.44.6",
"description": "An Angular Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,6 +47,6 @@
},
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.47.4"
"moveable": "~0.47.6"
}
}
9 changes: 6 additions & 3 deletions packages/preact-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-moveable",
"version": "0.49.3",
"version": "0.49.4",
"description": "A Preact Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
Expand All @@ -13,7 +13,10 @@
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"files": [
"./*"
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"keywords": [
"moveable",
Expand Down Expand Up @@ -62,6 +65,6 @@
},
"dependencies": {
"preact-css-styled": "^1.1.2",
"react-moveable": "~0.50.3"
"react-moveable": "~0.50.4"
}
}
9 changes: 6 additions & 3 deletions packages/react-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "react-moveable",
"version": "0.50.3",
"version": "0.50.4",
"description": "A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
"sideEffects": false,
"types": "declaration/index.d.ts",
"files": [
"./*"
],
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"scripts": {
"lint": "eslint ./src/ --ext .ts,.tsx",
"storybook": "rm -rf node_modules/.cache && start-storybook -p 6006",
Expand Down
9 changes: 6 additions & 3 deletions packages/svelte-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-moveable",
"version": "0.39.4",
"version": "0.39.6",
"description": "A Svelte Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"svelte": "./src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,10 @@
"pinch"
],
"files": [
"./*"
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,7 +65,7 @@
},
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.47.4"
"moveable": "~0.47.6"
},
"scripts": {
"build": "rollup -c rollup.build.config.js && print-sizes ./dist",
Expand Down
8 changes: 5 additions & 3 deletions packages/vue-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-moveable",
"version": "2.0.0-beta.70",
"version": "2.0.0-beta.72",
"description": "A Vue Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"types": "declaration/index.d.ts",
"main": "dist/moveable.cjs.js",
Expand Down Expand Up @@ -46,7 +46,9 @@
},
"files": [
"./*",
"dist/*"
"src/*",
"dist/*",
"declaration/*"
],
"author": "Daybrush",
"license": "MIT",
Expand All @@ -56,7 +58,7 @@
"homepage": "https://daybrush.com/moveable",
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.47.4"
"moveable": "~0.47.6"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
8 changes: 5 additions & 3 deletions packages/vue3-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-moveable",
"version": "0.22.4",
"version": "0.22.6",
"description": "A Vue 3 Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"types": "declaration/index.d.ts",
"main": "dist/moveable.cjs.js",
Expand Down Expand Up @@ -50,11 +50,13 @@
"homepage": "https://daybrush.com/moveable",
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.47.4"
"moveable": "~0.47.6"
},
"files": [
"./*",
"dist/*"
"src/*",
"dist/*",
"declaration/*"
],
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit a4995ab

Please sign in to comment.