amplify-openapi-client
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,2 @@ | ||
declare const _default: {}; | ||
export default _default; | ||
export * from 'openapi-client-axios'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = {}; | ||
__exportStar(require("openapi-client-axios"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "amplify-openapi-client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -10,4 +10,4 @@ "repository": { | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -20,6 +20,6 @@ "build": "tsc", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"dependencies": { | ||
"openapi-client-axios": "^3.5.0" | ||
}, | ||
"gitHead": "27da05d9481c92e854bbf664f771bf00864c4a0b" | ||
"gitHead": "4d83eda47cab11adf1383cd96fe532f3d83242d8" | ||
} |
@@ -5,5 +5,5 @@ { | ||
"target": "es5", | ||
"outDir": "", | ||
"outDir": "./lib", | ||
"rootDir": "./src" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
147133
0
1
9
23
+ Addedopenapi-client-axios@^3.5.0
+ Added@apidevtools/json-schema-ref-parser@9.1.2(transitive)
+ Added@jsdevtools/ono@7.1.3(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Addedargparse@1.0.102.0.1(transitive)
+ Addedaxios@0.21.4(transitive)
+ Addedbath-es5@3.0.3(transitive)
+ Addedcall-me-maybe@1.0.2(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedfilter-obj@1.1.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedjs-yaml@3.14.14.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedopenapi-client-axios@3.14.1(transitive)
+ Addedopenapi-types@9.3.1(transitive)
+ Addedquery-string@7.1.3(transitive)
+ Addedsplit-on-first@1.1.0(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedstrict-uri-encode@2.0.0(transitive)