entitlement-provider 2.9.196 → 2.9.197
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 +11 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "entitlement-provider",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.197",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
41
41
|
"@semantic-release/exec": "^6.0.3",
|
|
42
42
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
43
|
-
"ava": "^5.1.
|
|
43
|
+
"ava": "^5.1.1",
|
|
44
44
|
"c8": "^7.1.0",
|
|
45
45
|
"got": "^12.5.3",
|
|
46
|
-
"npm-pkgbuild": "^10.
|
|
47
|
-
"semantic-release": "^
|
|
46
|
+
"npm-pkgbuild": "^10.19.10",
|
|
47
|
+
"semantic-release": "^20.0.2"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
50
|
"@kronos-integration/service-systemd": "^2.5.6",
|
|
51
51
|
"mf-hosting": "^1.8.2"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
|
-
"node": ">=18.
|
|
54
|
+
"node": ">=18.13.0"
|
|
55
55
|
},
|
|
56
56
|
"os": [
|
|
57
57
|
"linux"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
],
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|
|
66
|
-
"url": "https://github.com/arlac77/entitlement-provider
|
|
66
|
+
"url": "https://github.com/arlac77/entitlement-provider"
|
|
67
67
|
},
|
|
68
68
|
"bugs": {
|
|
69
69
|
"url": "https://github.com/arlac77/entitlement-provider/issues"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
[
|
|
100
100
|
"@semantic-release/exec",
|
|
101
101
|
{
|
|
102
|
-
"publishCmd": "npx npm-pkgbuild --available --continue --publish dist"
|
|
102
|
+
"publishCmd": "npx npm-pkgbuild --available --continue --publish dist --verbose"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
[
|
|
@@ -113,6 +113,10 @@
|
|
|
113
113
|
{
|
|
114
114
|
"path": "dist/*.pkg.*",
|
|
115
115
|
"label": "Arch Linux Package"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"path": "dist/*.rpm",
|
|
119
|
+
"label": "RPM"
|
|
116
120
|
}
|
|
117
121
|
]
|
|
118
122
|
}
|