Skip to content

Commit

Permalink
upgrade tshy
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 1, 2024
1 parent d00f2c0 commit e154c6b
Show file tree
Hide file tree
Showing 29 changed files with 257 additions and 109 deletions.
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/mime": "^3.0.4",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -60,5 +60,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@jimp/test-utils": "workspace:*",
"@types/pixelmatch": "^5.2.6",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -56,5 +56,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/file-ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@jimp/config-typescript": "workspace:*",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -54,5 +54,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -132,5 +132,6 @@
"type": "module",
"publishConfig": {
"access": "public"
}
},
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/jest-image-snapshot": "^6.4.0",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -61,5 +61,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@jimp/config-typescript": "workspace:*",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -50,5 +50,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.12.5",
"@types/tinycolor2": "^1.4.6",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -50,5 +50,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/js-bmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.12.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -60,5 +60,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/js-jpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -57,5 +57,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/js-png/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/pngjs": "^6.0.4",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -58,5 +58,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/js-tiff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^20.12.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -58,5 +58,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-blit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -57,5 +57,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-blur/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@jimp/config-vitest": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -54,5 +54,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-circle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -57,5 +57,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-contain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -60,5 +60,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-cover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -59,5 +59,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^20.12.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -59,5 +59,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-displace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@jimp/config-eslint": "workspace:*",
"@jimp/config-typescript": "workspace:*",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -51,5 +51,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-dither/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jimp/config-eslint": "workspace:*",
"@jimp/config-typescript": "workspace:*",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -49,5 +49,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-fisheye/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -58,5 +58,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-flip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^20.12.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -58,5 +58,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@jimp/test-utils": "workspace:*",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
Expand Down Expand Up @@ -57,5 +57,6 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false
"sideEffects": false,
"module": "./dist/esm/index.js"
}
5 changes: 3 additions & 2 deletions plugins/plugin-print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@jimp/test-utils": "workspace:*",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
Expand Down Expand Up @@ -83,5 +83,6 @@
},
"publishConfig": {
"access": "public"
}
},
"module": "./dist/esm/index.js"
}
Loading

0 comments on commit e154c6b

Please sign in to comment.