@actdim/utico 0.9.0 → 0.9.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 +11 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,11 @@
1
- # @actdim/utico
1
+ # @actdim/utico
2
+
3
+ ## Synchronization
4
+
5
+ ## Metadata reflection
6
+
7
+ ## Expressive type composition
8
+
9
+ ## Structured persistence
10
+
11
+ ## Primitive type extensions
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@actdim/utico",
3
- "version": "0.9.0",
4
- "description": "@actdim/utico",
3
+ "version": "0.9.1",
4
+ "description": "A modern foundation toolkit for complex TypeScript apps",
5
5
  "author": "Pavel Borodaev",
6
6
  "license": "Proprietary",
7
7
  "type": "module",