File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " airhorn-mono" ,
3- "version" : " 5.0.8 " ,
3+ "version" : " 5.0.11 " ,
44 "description" : " Cloud Notification Library" ,
55 "repository" : " https://github.com/jaredwray/airhorn.git" ,
66 "author" : " Jared Wray <me@jaredwray.com>" ,
1313 "website:build" : " pnpm docula build" ,
1414 "website:serve" : " pnpm docula serve" ,
1515 "version:sync" : " tsx scripts/version-sync.ts" ,
16- "publish:airhorn" : " pnpm --filter ./packages/ airhorn run publish" ,
17- "publish:aws" : " pnpm --filter ./packages/ aws' run publish" ,
18- "publish:azure" : " pnpm --filter ./packages/ azure' run publish" ,
19- "publish:twilio" : " pnpm --filter ./packages/ twilio' run publish" ,
16+ "publish:airhorn" : " pnpm --filter ' airhorn' run build: publish" ,
17+ "publish:aws" : " pnpm --filter '@airhornjs/ aws' run build: publish" ,
18+ "publish:azure" : " pnpm --filter '@airhornjs/ azure' run build: publish" ,
19+ "publish:twilio" : " pnpm --filter '@airhornjs/ twilio' run build: publish" ,
2020 "build" : " pnpm -r build" ,
2121 "clean" : " pnpm -r clean"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " airhorn" ,
3- "version" : " 5.0.8 " ,
3+ "version" : " 5.0.11 " ,
44 "description" : " Cloud Notification Library" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
2323 "test:ci" : " biome check --error-on-warnings && vitest run --coverage" ,
2424 "clean" : " rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml" ,
2525 "prepublishOnly" : " pnpm build" ,
26- "publish" : " pnpm publish --access public --no-git-checks" ,
26+ "build: publish" : " pnpm publish --access public --no-git-checks" ,
2727 "build" : " rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2828 },
2929 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @airhornjs/aws" ,
3- "version" : " 5.0.8 " ,
3+ "version" : " 5.0.11 " ,
44 "description" : " AWS SNS and SES provider for Airhorn" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
1717 "test:ci" : " biome check --error-on-warnings && vitest run --coverage" ,
1818 "clean" : " rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml" ,
1919 "prepublishOnly" : " pnpm build" ,
20- "publish" : " pnpm publish --access public --no-git-checks" ,
20+ "build: publish" : " pnpm publish --access public --no-git-checks" ,
2121 "build" : " rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2222 },
2323 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @airhornjs/azure" ,
3- "version" : " 5.0.8 " ,
3+ "version" : " 5.0.11 " ,
44 "description" : " Azure provider for Airhorn" ,
55 "license" : " MIT" ,
66 "author" : " Jared Wray <me@jaredwray.com>" ,
2020 "test:ci" : " biome check --error-on-warnings && vitest run --coverage" ,
2121 "clean" : " rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml" ,
2222 "prepublishOnly" : " pnpm build" ,
23- "publish" : " pnpm publish --access public --no-git-checks" ,
23+ "build: publish" : " pnpm publish --access public --no-git-checks" ,
2424 "build" : " rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2525 },
2626 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @airhornjs/twilio" ,
3- "version" : " 5.0.8 " ,
3+ "version" : " 5.0.11 " ,
44 "description" : " Twilio SMS and SendGrid Email provider for Airhorn notification system" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments