@thi.ng/imago 1.0.1 → 1.0.2

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,22 +41,22 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@thi.ng/api": "^8.11.16",
44
- "@thi.ng/blurhash": "^1.0.1",
45
- "@thi.ng/checks": "^3.6.18",
46
- "@thi.ng/date": "^2.7.37",
47
- "@thi.ng/defmulti": "^3.0.54",
44
+ "@thi.ng/blurhash": "^1.0.2",
45
+ "@thi.ng/checks": "^3.6.19",
46
+ "@thi.ng/date": "^2.7.38",
47
+ "@thi.ng/defmulti": "^3.0.55",
48
48
  "@thi.ng/errors": "^2.5.22",
49
- "@thi.ng/file-io": "^2.1.20",
50
- "@thi.ng/logger": "^3.0.26",
51
- "@thi.ng/object-utils": "^1.1.9",
52
- "@thi.ng/pixel": "^7.3.11",
53
- "@thi.ng/pixel-dither": "^1.1.151",
49
+ "@thi.ng/file-io": "^2.1.21",
50
+ "@thi.ng/logger": "^3.0.27",
51
+ "@thi.ng/object-utils": "^1.1.10",
52
+ "@thi.ng/pixel": "^7.3.12",
53
+ "@thi.ng/pixel-dither": "^1.1.152",
54
54
  "@thi.ng/prefixes": "^2.3.33",
55
55
  "sharp": "^0.33.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@microsoft/api-extractor": "^7.48.1",
59
- "@thi.ng/vectors": "^7.12.13",
59
+ "@thi.ng/vectors": "^7.12.14",
60
60
  "esbuild": "^0.24.2",
61
61
  "typedoc": "^0.27.6",
62
62
  "typescript": "^5.7.2"
@@ -190,5 +190,5 @@
190
190
  "status": "alpha",
191
191
  "year": 2024
192
192
  },
193
- "gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
193
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
194
194
  }