@redhat-cloud-services/notifications-client 2.4.5 → 2.5.0
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/CHANGELOG.md +7 -0
- package/package.json +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [2.5.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/notifications-client-2.4.5...@redhat-cloud-services/notifications-client-2.5.0) (2024-08-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add client-generator executor for all clients ([#269](https://github.com/RedHatInsights/javascript-clients/issues/269)) ([dc4b6a9](https://github.com/RedHatInsights/javascript-clients/commit/dc4b6a91dd47e5407812157f0b8efde22eb22ef1))
|
|
11
|
+
|
|
5
12
|
## [2.4.5](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/notifications-client-2.4.4...@redhat-cloud-services/notifications-client-2.4.5) (2024-08-05)
|
|
6
13
|
|
|
7
14
|
## [2.4.4](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/notifications-client-2.4.3...@redhat-cloud-services/notifications-client-2.4.4) (2024-07-04)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redhat-cloud-services/notifications-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -18,9 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme",
|
|
20
20
|
"scripts": {
|
|
21
|
-
"doc": "typedoc"
|
|
22
|
-
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC --custom-generator=../../target/typescript-axios-webpack-module-federation-openapi-generator-1.0.0.jar -g typescript-axios-webpack-module-federation -o . --skip-validate-spec --enable-post-process-file",
|
|
23
|
-
"generate:prod": "SPEC='https://console.redhat.com/api/notifications/v1.0/openapi.json' npm run generate"
|
|
21
|
+
"doc": "typedoc"
|
|
24
22
|
},
|
|
25
23
|
"dependencies": {
|
|
26
24
|
"axios": "^1.7.2",
|