Added USER_REGISTERED webhook purpose + updated Typescript dependency
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s

This commit is contained in:
Alan Bridgeman 2026-04-25 03:47:43 -05:00
parent a09c0a167e
commit cc8d69555a
3 changed files with 53 additions and 7 deletions

View file

@ -32,7 +32,7 @@
},
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"build": "tsgo",
"republish": "yarn build && cp package.json dist/package.json && cd dist && npm unpublish --registry https://npm.pkg.bridgemanaccessible.ca --force @BridgemanAccessible/ba-web-framework@1.0.0 && npm publish --registry https://npm.pkg.bridgemanaccessible.ca && cd ../"
},
"bin": {
@ -51,6 +51,6 @@
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
"@typescript/native-preview": "^7.0.0-dev.20260421.2"
}
}