asjs-express 1.1.0 → 1.1.1

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # asjs-express
2
2
 
3
- ASJS is a lightweight Express view engine built for teams that still want the calm, readable side of server-rendered pages without giving up shared layouts, async page preparation, partials, and modern navigation behavior.
3
+ ASJS is a lightweight view engine for Express, built for projects that want to keep server-rendered pages simple, maintainable, and pleasant to work on while still benefiting from layouts, async data preparation, partials, and modern navigation behavior.
4
4
 
5
- Bu depo içindeki örnek yüzey ise WebAS adıyla anlatılıyor. Tonu bilerek daha gerçek tutuldu: gösterişten çok düzeni, süsten çok açıklığı, ilk izlenimden çok sürdürülebilirliği önemseyen bir yapı gibi kurgulandı.
5
+ Bu depodaki örnek yüzey WebAS adıyla anlatılıyor. Giriş tonu özellikle daha doğal tutuldu; sanki aynı projelerde uzun süredir birlikte çalışan küçük bir ekip kendi düzenini, çalışma biçimini ve arayüz yaklaşımını sakin bir dille anlatıyormuş gibi okunması istendi.
6
6
 
7
7
  ## English
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asjs-express",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Lightweight Express view engine with EJS-like templates, layouts, async page rendering, form enhancement, and a built-in client router.",
5
5
  "main": "index.js",
6
6
  "author": {