@thi.ng/imgui 3.2.62 → 3.2.65
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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/imgui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.65",
|
|
4
4
|
"description": "Immediate mode GUI with flexible state handling & data only shape output",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/geom": "^8.3.
|
|
46
|
-
"@thi.ng/geom-isec": "^4.0.
|
|
47
|
-
"@thi.ng/layout": "^4.1.
|
|
48
|
-
"@thi.ng/math": "^5.15.
|
|
49
|
-
"@thi.ng/ramp": "^3.3.
|
|
50
|
-
"@thi.ng/transducers": "^9.6.
|
|
51
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.16",
|
|
44
|
+
"@thi.ng/checks": "^3.8.6",
|
|
45
|
+
"@thi.ng/geom": "^8.3.18",
|
|
46
|
+
"@thi.ng/geom-isec": "^4.0.78",
|
|
47
|
+
"@thi.ng/layout": "^4.1.5",
|
|
48
|
+
"@thi.ng/math": "^5.15.5",
|
|
49
|
+
"@thi.ng/ramp": "^3.3.75",
|
|
50
|
+
"@thi.ng/transducers": "^9.6.26",
|
|
51
|
+
"@thi.ng/vectors": "^8.6.22"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.27.2",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
],
|
|
164
164
|
"year": 2019
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
|
|
167
167
|
}
|