@rhoas/kafka-instance-sdk
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -14,2 +14,3 @@ /** | ||
export * from './api/groups-api'; | ||
export * from './api/records-api'; | ||
export * from './api/topics-api'; |
@@ -32,2 +32,3 @@ "use strict"; | ||
__exportStar(require("./api/groups-api"), exports); | ||
__exportStar(require("./api/records-api"), exports); | ||
__exportStar(require("./api/topics-api"), exports); |
@@ -28,2 +28,5 @@ export * from './acl-binding'; | ||
export * from './partition'; | ||
export * from './record'; | ||
export * from './record-included-property'; | ||
export * from './record-list'; | ||
export * from './sort-direction'; | ||
@@ -30,0 +33,0 @@ export * from './topic'; |
@@ -44,2 +44,5 @@ "use strict"; | ||
__exportStar(require("./partition"), exports); | ||
__exportStar(require("./record"), exports); | ||
__exportStar(require("./record-included-property"), exports); | ||
__exportStar(require("./record-list"), exports); | ||
__exportStar(require("./sort-direction"), exports); | ||
@@ -46,0 +49,0 @@ __exportStar(require("./topic"), exports); |
{ | ||
"name": "@rhoas/kafka-instance-sdk", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "RHOAS Kafka Instance Adminstration SDK", | ||
@@ -27,3 +27,3 @@ "author": "Red Hat Developers", | ||
"dependencies": { | ||
"axios": "0.26.0" | ||
"axios": "0.26.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -19,3 +19,4 @@ /* tslint:disable */ | ||
export * from './api/groups-api'; | ||
export * from './api/records-api'; | ||
export * from './api/topics-api'; | ||
@@ -28,2 +28,5 @@ export * from './acl-binding'; | ||
export * from './partition'; | ||
export * from './record'; | ||
export * from './record-included-property'; | ||
export * from './record-list'; | ||
export * from './sort-direction'; | ||
@@ -30,0 +33,0 @@ export * from './topic'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
371394
144
8654
+ Addedaxios@0.26.1(transitive)
- Removedaxios@0.26.0(transitive)
Updatedaxios@0.26.1