-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc77ff4
commit d3a464f
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
|------------------------------------------------------------------------------------------------ | ||
| [email protected].3 | ||
| [email protected].4 | ||
| A state library core that integrates atom, signal, collection dep, derive and watch, | ||
| it supports all react like frameworks ( including react 18 ). | ||
|------------------------------------------------------------------------------------------------ | ||
|
@@ -68,7 +68,7 @@ import type { | |
} from './base'; | ||
|
||
export declare const cst: { | ||
VER: '4.2.3'; | ||
VER: '4.2.4'; | ||
LIMU_VER: string; | ||
EVENT_NAME: { | ||
/** 共享状态创建时的事件 */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters