-
-
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.
publish(4.2.7): see changelog or issue 156
- Loading branch information
1 parent
4609a55
commit 17d0bf7
Showing
3 changed files
with
3,339 additions
and
3,342 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
|------------------------------------------------------------------------------------------------ | ||
| [email protected].6 | ||
| [email protected].7 | ||
| 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.6'; | ||
VER: '4.2.7'; | ||
LIMU_VER: string; | ||
EVENT_NAME: { | ||
/** 共享状态创建时的事件 */ | ||
|
Oops, something went wrong.