UNPKG
wechaty-redux
Version:
latest (1.20.2)
next (1.19.7)
1.20.2
1.19.7
1.19.2
1.18.1
1.17.2
1.17.1
1.15.4
1.13.1
1.11.4
1.10.2
1.10.1
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.7.1
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.3.6
0.3.5
0.3.4
0.3.1
0.2.25
0.2.24
0.2.20
0.2.18
0.2.17
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.7
0.2.5
0.2.4
0.1.2
0.1.1
0.1.0
Wechaty Redux Plugin Powered By Ducks
github.com/wechaty/wechaty-redux
wechaty/wechaty-redux
wechaty-redux
/
src
/
config.ts
8 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ packageJson }
from
'./package-json.js'
const
VERSION
= packageJson.
version
||
'0.0.0'
export
{
VERSION
, }