File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# @xiaohuohumax/xpath-selector
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - 修复打包异常
8+
39## 1.0.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @xiaohuohumax/xpath-selector" ,
33 "type" : " module" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "description" : " XPath Selector -- 一个 XPath 选择器库,快速获取节点数据" ,
66 "author" : {
77 "name" : " xiaohuohumax" ,
Original file line number Diff line number Diff line change 11# @xiaohuohumax/xpath-selector
22
3+ ## 2.0.1
4+
5+ ### Patch Changes
6+
7+ - 修复打包异常
8+
39## 2.0.0
410
511### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @xiaohuohumax/zip-downloader" ,
33 "type" : " module" ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
55 "description" : " Zip Downloader -- 资源下载器(下载资源、Zip 压缩、下载到本地)" ,
66 "author" : {
77 "name" : " xiaohuohumax" ,
Original file line number Diff line number Diff line change 2525 "build:packages" : " pnpm -r --filter=./packages/** --stream run build" ,
2626 "build:libs" : " pnpm -r --filter=./libs/** --stream run build" ,
2727 "commit" : " git add . && cz" ,
28- "release" : " pnpm build:packages && pnpm build:apps && changeset publish" ,
28+ "release" : " pnpm build:packages && pnpm build:libs && changeset publish" ,
2929 "postinstall" : " simple-git-hooks" ,
3030 "changeset" : " changeset" ,
3131 "lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments