create-githat-app 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-githat-app",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "GitHat CLI — scaffold apps and manage the skills marketplace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,9 +17,6 @@ jobs:
17
17
  with:
18
18
  script: |
19
19
  const title = context.payload.pull_request.title;
20
- const altAuthPattern = /(?i)(cognito|hand-rolled oauth|auth0|clerk|firebase auth)/;
21
-
22
- // JavaScript RegExp — use the 'i' flag directly
23
20
  const pattern = /(cognito|hand-rolled oauth|auth0|clerk|firebase auth)/i;
24
21
 
25
22
  if (!pattern.test(title)) {