@thi.ng/imgui 3.2.1 → 3.2.3

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-05T15:49:26Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
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/README.md CHANGED
@@ -271,7 +271,7 @@ Browser ESM import:
271
271
 
272
272
  [JSDelivr documentation](https://www.jsdelivr.com/)
273
273
 
274
- Package sizes (brotli'd, pre-treeshake): ESM: 7.43 KB
274
+ Package sizes (brotli'd, pre-treeshake): ESM: 7.45 KB
275
275
 
276
276
  ## Dependencies
277
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imgui",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,19 +39,19 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.19",
43
- "@thi.ng/checks": "^3.6.22",
44
- "@thi.ng/geom": "^8.1.28",
45
- "@thi.ng/geom-isec": "^4.0.31",
46
- "@thi.ng/layout": "^3.1.15",
47
- "@thi.ng/math": "^5.11.19",
48
- "@thi.ng/ramp": "^3.3.21",
49
- "@thi.ng/transducers": "^9.2.17",
50
- "@thi.ng/vectors": "^7.12.19"
42
+ "@thi.ng/api": "^8.11.20",
43
+ "@thi.ng/checks": "^3.6.23",
44
+ "@thi.ng/geom": "^8.1.30",
45
+ "@thi.ng/geom-isec": "^4.0.32",
46
+ "@thi.ng/layout": "^3.1.16",
47
+ "@thi.ng/math": "^5.11.20",
48
+ "@thi.ng/ramp": "^3.3.22",
49
+ "@thi.ng/transducers": "^9.2.18",
50
+ "@thi.ng/vectors": "^7.12.20"
51
51
  },
52
52
  "devDependencies": {
53
- "esbuild": "^0.24.2",
54
- "typedoc": "^0.27.6",
53
+ "esbuild": "^0.25.0",
54
+ "typedoc": "^0.27.7",
55
55
  "typescript": "^5.7.3"
56
56
  },
57
57
  "keywords": [
@@ -162,5 +162,5 @@
162
162
  ],
163
163
  "year": 2019
164
164
  },
165
- "gitHead": "c89ca042d58976982c31c1a7791bc64998e09128\n"
165
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
166
166
  }