koishi-plugin-vercel-satori-png-service 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "koishi-plugin-vercel-satori-png-service",
3
3
  "description": "Use Vercel Satori and Resvg.js to convert html to png",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "cd ../../ && yarn build vercel-satori-png-service",
9
9
  "pub": "cd ../../ && yarn pub vercel-satori-png-service",
10
- "fastPub": "cd ../../ && yarn bump -2 vercel-satori-png-service && yarn build vercel-satori-png-service && yarn pub vercel-satori-png-service",
10
+ "fastPub": "cd ../../ && yarn bump -3 vercel-satori-png-service && yarn build vercel-satori-png-service && yarn pub vercel-satori-png-service",
11
11
  "test": "node test/test.js"
12
12
  },
13
13
  "files": [
@@ -43,7 +43,7 @@
43
43
  "@resvg/resvg-wasm": "^2.6.3-alpha.2",
44
44
  "canvg": "^4.0.3",
45
45
  "html-react-parser": "^5.2.11",
46
- "jsdom": "^27.4.0",
46
+ "jsdom": "27.0.1",
47
47
  "react": "^19.3.0-canary-fd524fe0-20251121",
48
48
  "satori": "^0.16.2",
49
49
  "skia-canvas": "^3.0.8",