@thi.ng/imgui 2.3.1 → 2.3.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 +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-09-05T17:30:06Z
3
+ - **Last updated**: 2024-09-19T21:09:34Z
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
@@ -262,7 +262,7 @@ Browser ESM import:
262
262
 
263
263
  [JSDelivr documentation](https://www.jsdelivr.com/)
264
264
 
265
- Package sizes (brotli'd, pre-treeshake): ESM: 7.11 KB
265
+ Package sizes (brotli'd, pre-treeshake): ESM: 7.14 KB
266
266
 
267
267
  ## Dependencies
268
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imgui",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,21 +36,21 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.9",
40
- "@thi.ng/checks": "^3.6.11",
41
- "@thi.ng/geom": "^8.1.7",
42
- "@thi.ng/geom-isec": "^4.0.12",
43
- "@thi.ng/layout": "^3.1.1",
44
- "@thi.ng/math": "^5.11.9",
45
- "@thi.ng/ramp": "^3.3.0",
46
- "@thi.ng/transducers": "^9.2.2",
47
- "@thi.ng/vectors": "^7.12.0"
39
+ "@thi.ng/api": "^8.11.10",
40
+ "@thi.ng/checks": "^3.6.12",
41
+ "@thi.ng/geom": "^8.1.9",
42
+ "@thi.ng/geom-isec": "^4.0.14",
43
+ "@thi.ng/layout": "^3.1.2",
44
+ "@thi.ng/math": "^5.11.10",
45
+ "@thi.ng/ramp": "^3.3.2",
46
+ "@thi.ng/transducers": "^9.2.4",
47
+ "@thi.ng/vectors": "^7.12.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@microsoft/api-extractor": "^7.47.5",
51
- "esbuild": "^0.23.0",
52
- "typedoc": "^0.26.5",
53
- "typescript": "^5.5.4"
50
+ "@microsoft/api-extractor": "^7.47.9",
51
+ "esbuild": "^0.23.1",
52
+ "typedoc": "^0.26.7",
53
+ "typescript": "^5.6.2"
54
54
  },
55
55
  "keywords": [
56
56
  "browser",
@@ -160,5 +160,5 @@
160
160
  ],
161
161
  "year": 2019
162
162
  },
163
- "gitHead": "36be8faf9fa2ccb1597b348cb3bc70ff08ed65d3\n"
163
+ "gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
164
164
  }