@rh-support/api
Advanced tools
Comparing version 0.3.14 to 0.3.15
export * from './utils'; | ||
export * from './cloud'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,2 +14,1 @@ "use strict"; | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./cloud"), exports); |
export * from './utils'; | ||
export * from './cloud'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './utils'; | ||
export * from './cloud'; |
{ | ||
"name": "@rh-support/api", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Contains all the backend API calls", | ||
@@ -43,6 +43,6 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"peerDependencies": { | ||
"@cee-eng/hydrajs": "4.8.34" | ||
"@cee-eng/hydrajs": "4.9.1" | ||
}, | ||
"dependencies": { | ||
"@cee-eng/hydrajs": "4.8.34", | ||
"@cee-eng/hydrajs": "4.9.1", | ||
"@rh-support/types": "0.2.0", | ||
@@ -53,3 +53,3 @@ "btoa-lite": "^1.0.0", | ||
}, | ||
"gitHead": "3fad11884fd2c38ae9c2171cc51099fb09cd5d40" | ||
"gitHead": "ad255c7391384f7369695275fcd43481f4298974" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71995
38
1468
Updated@cee-eng/hydrajs@4.9.1