File tree Expand file tree Collapse file tree 8 files changed +9
-7
lines changed
Expand file tree Collapse file tree 8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7979 echo ${{ inputs.release-type }}
8080 git config --global user.name "Openwallet Foundation"
8181
82- if [[ $(cat lerna.json | grep version | head -1 | grep dev ) ]]; then
82+ if [[ $(cat lerna.json | grep version | head -1 | grep alpha ) ]]; then
8383 pnpm publish from-package --no-push --no-private --yes --no-git-tag-version --dist-tag=alpha
8484 else
8585 pnpm publish from-package --no-push --no-private --yes --no-git-tag-version
Original file line number Diff line number Diff line change 44askar_tmp_db
55node_modules
66
7+ build
8+
79packages /askar-nodejs /native
810packages /askar-react-native /native
911packages /askar-react-native /android /build
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "npmClient" : " pnpm" ,
55 "command" : {
66 "version" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-nodejs" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Nodejs wrapper for Askar" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
2+ "extends" : " ../../tsconfig.build. json" ,
33 "compilerOptions" : {
44 "outDir" : " ./build" ,
55 "types" : [" node" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-react-native" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " React Native wrapper for Askar" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
2+ "extends" : " ../../tsconfig.build. json" ,
33 "compilerOptions" : {
44 "outDir" : " ./build" ,
55 "skipLibCheck" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwallet-foundation/askar-shared" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Shared library for using Askar with NodeJS and React Native" ,
66 "main" : " build/index" ,
You can’t perform that action at this time.
0 commit comments