lucos_search_component 1.0.30 → 1.0.32

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.
@@ -1,13 +1,17 @@
1
1
  version: 2
2
2
  updates:
3
- - package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "06:00"
8
- open-pull-requests-limit: 10
9
- - package-ecosystem: "github-actions"
10
- directory: "/"
11
- schedule:
12
- interval: daily
13
- time: "06:00"
3
+ - package-ecosystem: npm
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+ time: '06:00'
8
+ open-pull-requests-limit: 10
9
+ allow:
10
+ - dependency-type: all
11
+ - package-ecosystem: github-actions
12
+ directory: /
13
+ schedule:
14
+ interval: daily
15
+ time: '06:00'
16
+ allow:
17
+ - dependency-type: all
@@ -20,6 +20,8 @@ on:
20
20
  schedule:
21
21
  - cron: '37 16 * * *'
22
22
 
23
+ permissions: {}
24
+
23
25
  jobs:
24
26
  analyze:
25
27
  name: Analyze
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",