entitlement-provider 2.9.174 → 2.9.175
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 +19 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "entitlement-provider",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.175",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@kronos-integration/service-authenticator": "^1.6.41",
|
|
33
33
|
"@kronos-integration/service-health": "^5.0.165",
|
|
34
34
|
"@kronos-integration/service-http": "^10.6.131",
|
|
35
|
-
"@kronos-integration/service-ldap": "^4.0.
|
|
35
|
+
"@kronos-integration/service-ldap": "^4.0.100",
|
|
36
36
|
"@kronos-integration/service-smtp": "^1.0.79",
|
|
37
37
|
"model-attributes": "^4.1.19"
|
|
38
38
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ava": "^4.3.3",
|
|
44
44
|
"c8": "^7.1.0",
|
|
45
45
|
"got": "^12.4.1",
|
|
46
|
-
"npm-pkgbuild": "^10.14.
|
|
46
|
+
"npm-pkgbuild": "^10.14.14",
|
|
47
47
|
"semantic-release": "^19.0.5"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
@@ -99,10 +99,24 @@
|
|
|
99
99
|
[
|
|
100
100
|
"@semantic-release/exec",
|
|
101
101
|
{
|
|
102
|
-
"publishCmd": "npx npm-pkgbuild --available --continue
|
|
102
|
+
"publishCmd": "npx npm-pkgbuild --available --continue"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
|
-
|
|
105
|
+
[
|
|
106
|
+
"@semantic-release/github",
|
|
107
|
+
{
|
|
108
|
+
"assets": [
|
|
109
|
+
{
|
|
110
|
+
"path": "dist/*.deb",
|
|
111
|
+
"label": "Debian Package"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"path": "dist/*.pkg.*",
|
|
115
|
+
"label": "Arch Linux Package"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
]
|
|
106
120
|
]
|
|
107
121
|
},
|
|
108
122
|
"template": {
|