tkeron 3.6.2 → 3.6.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.
- package/changelog.md +4 -0
- package/package.json +2 -2
package/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tkeron",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"description": "Micro framework for developing web user interfaces with typescript.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tkeron": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@tkeron/commands": "0.2.1",
|
|
22
22
|
"colorette": "^2.0.19",
|
|
23
|
-
"esbuild": "^0.
|
|
23
|
+
"esbuild": "^0.25.0",
|
|
24
24
|
"express": "^4.21.1",
|
|
25
25
|
"jsdom": "^25.0.1",
|
|
26
26
|
"node-watch": "^0.7.3",
|