Comparing version 0.0.41 to 0.0.42
{ | ||
"name": "satori", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "Enlightened library to convert HTML and CSS to SVG.", | ||
@@ -25,2 +25,16 @@ "module": "./dist/index.js", | ||
}, | ||
"scripts": { | ||
"dev": "concurrently \"pnpm dev:default\" \"pnpm dev:wasm\"", | ||
"dev:default": "NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground", | ||
"dev:wasm": "WASM=1 NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground", | ||
"build": "NODE_ENV=production pnpm run build:default && pnpm run build:wasm", | ||
"build:default": "tsup", | ||
"build:wasm": "WASM=1 tsup", | ||
"test": "NODE_ENV=test vitest run --outputTruncateLength=9999999", | ||
"dev:test": "NODE_ENV=test vitest --update --outputTruncateLength=9999999", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet", | ||
"lint:fix": "pnpm lint --fix", | ||
"prettier-check": "prettier --check .", | ||
"prettier-fix": "prettier --write ." | ||
}, | ||
"repository": { | ||
@@ -75,17 +89,3 @@ "type": "git", | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
"dev": "concurrently \"pnpm dev:default\" \"pnpm dev:wasm\"", | ||
"dev:default": "NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground", | ||
"dev:wasm": "WASM=1 NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground", | ||
"build": "NODE_ENV=production pnpm run build:default && pnpm run build:wasm", | ||
"build:default": "tsup", | ||
"build:wasm": "WASM=1 tsup", | ||
"test": "NODE_ENV=test vitest run --outputTruncateLength=9999999", | ||
"dev:test": "NODE_ENV=test vitest --update --outputTruncateLength=9999999", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet", | ||
"lint:fix": "pnpm lint --fix", | ||
"prettier-check": "prettier --check .", | ||
"prettier-fix": "prettier --write ." | ||
} | ||
} | ||
} |
@@ -27,2 +27,3 @@ ![Satori](.github/card.png) | ||
name: 'Roboto', | ||
// Use `fs` (Node.js only) or `fetch` to read the font as Buffer/ArrayBuffer and provide `data` here. | ||
data: robotoArrayBuffer, | ||
@@ -29,0 +30,0 @@ weight: 400, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
386
6
5775310
27932
0