@thi.ng/imago 0.6.0 → 0.6.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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +17 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-06T08:50:42Z
3
+ - **Last updated**: 2024-03-07T20:40:47Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -32,26 +32,27 @@
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",
35
- "test": "bun test"
35
+ "test": "bun test",
36
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
36
37
  },
37
38
  "dependencies": {
38
- "@thi.ng/api": "^8.9.27",
39
- "@thi.ng/associative": "^6.3.45",
40
- "@thi.ng/blurhash": "^0.1.12",
41
- "@thi.ng/checks": "^3.5.1",
42
- "@thi.ng/date": "^2.7.4",
43
- "@thi.ng/defmulti": "^3.0.28",
44
- "@thi.ng/errors": "^2.4.19",
45
- "@thi.ng/file-io": "^1.3.5",
46
- "@thi.ng/logger": "^3.0.4",
47
- "@thi.ng/pixel": "^6.1.15",
48
- "@thi.ng/pixel-dither": "^1.1.113",
49
- "@thi.ng/prefixes": "^2.3.11",
39
+ "@thi.ng/api": "^8.9.28",
40
+ "@thi.ng/associative": "^6.3.46",
41
+ "@thi.ng/blurhash": "^0.1.13",
42
+ "@thi.ng/checks": "^3.5.2",
43
+ "@thi.ng/date": "^2.7.5",
44
+ "@thi.ng/defmulti": "^3.0.29",
45
+ "@thi.ng/errors": "^2.4.20",
46
+ "@thi.ng/file-io": "^1.3.6",
47
+ "@thi.ng/logger": "^3.0.5",
48
+ "@thi.ng/pixel": "^6.1.16",
49
+ "@thi.ng/pixel-dither": "^1.1.114",
50
+ "@thi.ng/prefixes": "^2.3.12",
50
51
  "sharp": "^0.33.2"
51
52
  },
52
53
  "devDependencies": {
53
54
  "@microsoft/api-extractor": "^7.40.1",
54
- "@thi.ng/vectors": "^7.10.15",
55
+ "@thi.ng/vectors": "^7.10.16",
55
56
  "esbuild": "^0.20.0",
56
57
  "rimraf": "^5.0.5",
57
58
  "typedoc": "^0.25.7",
@@ -180,5 +181,5 @@
180
181
  "status": "alpha",
181
182
  "year": 2024
182
183
  },
183
- "gitHead": "f6bb0e172c5dcb574b961f5155a50040d5569685\n"
184
+ "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
184
185
  }