lucos_search_component 1.0.39 → 1.0.41

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.
@@ -19,6 +19,11 @@ on:
19
19
  branches: [ main ]
20
20
  schedule:
21
21
  - cron: '37 16 * * *'
22
+ workflow_run:
23
+ # Re-run CodeQL after auto-merge workflows complete, because merges done
24
+ # with GITHUB_TOKEN (github-actions[bot]) don't trigger push-based workflows.
25
+ workflows: ["Dependabot auto-merge", "Auto-merge on code reviewer approval"]
26
+ types: [completed]
22
27
 
23
28
  permissions: {}
24
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",