@thi.ng/rasterize 1.0.123 → 1.0.125
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.
- package/CHANGELOG.md +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rasterize",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.125",
|
|
4
4
|
"description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
29
29
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
30
30
|
"clean": "bun ../../tools/src/clean-package.ts",
|
|
31
|
-
"doc": "typedoc --
|
|
31
|
+
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
32
32
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
34
34
|
"pub": "yarn npm publish --access public",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/checks": "^3.6.
|
|
41
|
-
"@thi.ng/equiv": "^2.1.
|
|
42
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
43
|
-
"@thi.ng/porter-duff": "^2.1.
|
|
44
|
-
"@thi.ng/random": "^4.1.
|
|
45
|
-
"@thi.ng/transducers": "^9.2.
|
|
39
|
+
"@thi.ng/api": "^8.11.13",
|
|
40
|
+
"@thi.ng/checks": "^3.6.15",
|
|
41
|
+
"@thi.ng/equiv": "^2.1.69",
|
|
42
|
+
"@thi.ng/grid-iterators": "^4.0.97",
|
|
43
|
+
"@thi.ng/porter-duff": "^2.1.91",
|
|
44
|
+
"@thi.ng/random": "^4.1.4",
|
|
45
|
+
"@thi.ng/transducers": "^9.2.9"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@microsoft/api-extractor": "^7.
|
|
48
|
+
"@microsoft/api-extractor": "^7.48.0",
|
|
49
49
|
"esbuild": "^0.24.0",
|
|
50
|
-
"typedoc": "^0.26.
|
|
51
|
-
"typescript": "^5.
|
|
50
|
+
"typedoc": "^0.26.11",
|
|
51
|
+
"typescript": "^5.7.2"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"2d",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"status": "alpha",
|
|
125
125
|
"year": 2021
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
|
|
128
128
|
}
|