jaxs 0.10.1 → 0.10.2

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/dist/jaxs.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/jaxs.d.ts CHANGED
@@ -821,7 +821,7 @@ declare type UpdaterValue<T> = boolean | T | T[]
821
821
 
822
822
  declare type ViewModel<TemplateProps, BoundProps, StateMap> = (
823
823
  StateMap: StateMap,
824
- props?: Props<BoundProps>,
824
+ props: Props<BoundProps>,
825
825
  ) => Partial<TemplateProps>
826
826
 
827
827
  declare type ViewModelResult<TemplateProps, BoundProps, StateMap> =
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "jaxs",
3
3
  "description": "Modular J/TSX application framework",
4
4
  "private": false,
5
- "version": "0.10.1",
5
+ "version": "0.10.2",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "build": "vite build; npm run lint",