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.
Files changed (2) hide show
  1. package/changelog.md +4 -0
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v3.6.3
2
+
3
+ - update esbuild version
4
+
1
5
  # v3.6.0
2
6
 
3
7
  - the "from" method was added to the TkeronElement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tkeron",
3
- "version": "3.6.2",
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.24.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",