x4js 2.2.34 → 2.2.35

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -97,11 +97,3 @@ Because x4js produces standard DOM from plain TypeScript — no framework-specif
97
97
 
98
98
  **Think differently. Escape the DOM. Focus on the concept, not the format.**
99
99
 
100
- ## Ideas
101
-
102
- [x] aicontext.md
103
- [x] finish StateManager
104
- [x] review core_data
105
- [ ] doc doc and doc
106
- [ ] demo with all best practices
107
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x4js",
3
- "version": "2.2.34",
3
+ "version": "2.2.35",
4
4
  "type": "module",
5
5
  "main": "src/x4.ts",
6
6
  "module": "src/x4.ts",