x4js 1.5.35 → 1.5.39

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/README.md CHANGED
@@ -12,10 +12,10 @@ see [home](https://x4js.org)
12
12
 
13
13
  ## Documentation
14
14
 
15
- **12s**: it's the time needed to have a working project:
15
+ **20 seconds**: it's the time needed to have a working project:
16
16
 
17
17
  ```bash
18
- npx x4build create name=demo model=html
18
+ npx x4build create demo --type=html
19
19
  ```
20
20
 
21
21
  see [full documentation](https://x4js.org/doc/)
package/lib/README.txt CHANGED
@@ -12,10 +12,10 @@ see [home](https://x4js.org)
12
12
 
13
13
  ## Documentation
14
14
 
15
- **12s**: it's the time needed to have a working project:
15
+ **20 seconds**: it's the time needed to have a working project:
16
16
 
17
17
  ```bash
18
- npx x4build create name=demo model=html
18
+ npx x4build create demo --type=html
19
19
  ```
20
20
 
21
21
  see [full documentation](https://x4js.org/doc/)
package/lib/changelog.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 2023/05/xx : 1.5.38 --------------------------------------------------------
2
+ changelog working again
3
+
1
4
  2022/12/xx : 1.5.7 --------------------------------------------------------
2
5
  package.json - removed erroneous dependency to typescript
3
6
  calendar.ts - show now has a parameter named 'at'