amplify-cli-shared-interfaces
Advanced tools
Comparing version 1.1.1-beta.2 to 1.1.1-beta.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1-beta.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.1...amplify-cli-shared-interfaces@1.1.1-beta.3) (2023-02-07) | ||
**Note:** Version bump only for package amplify-cli-shared-interfaces | ||
## [1.1.1-beta.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.0...amplify-cli-shared-interfaces@1.1.1-beta.2) (2022-12-28) | ||
@@ -24,2 +32,3 @@ | ||
## [1.1.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.0...amplify-cli-shared-interfaces@1.1.1-beta.0) (2022-12-01) | ||
## [1.1.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.0...amplify-cli-shared-interfaces@1.1.1) (2023-01-03) | ||
@@ -26,0 +35,0 @@ **Note:** Version bump only for package amplify-cli-shared-interfaces |
@@ -11,3 +11,3 @@ import { ICommandInput } from './amplify-cli-interactions'; | ||
} | ||
export declare type TypeOptionFlowData = IOptionFlowHeadlessData | IOptionFlowCLIData; | ||
export type TypeOptionFlowData = IOptionFlowHeadlessData | IOptionFlowCLIData; | ||
export interface IFlowReport { | ||
@@ -14,0 +14,0 @@ version: string; |
"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]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "amplify-cli-shared-interfaces", | ||
"version": "1.1.1-beta.2", | ||
"version": "1.1.1-beta.3", | ||
"description": "API interfaces to be shared across different amplfy-cli packages", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "5e034311352f054994517123f3e4fa1980f89210" | ||
"gitHead": "e6d05226913d2126030ffefe10d75252e5280cff" | ||
} |
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
85330
126