Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-shared-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-cli-shared-interfaces - npm Package Compare versions

Comparing version 1.1.1-cdkv2.1 to 1.1.1-cdkv2.2

9

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.1-cdkv2.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.1...amplify-cli-shared-interfaces@1.1.1-cdkv2.2) (2023-02-07)
**Note:** Version bump only for package amplify-cli-shared-interfaces
## [1.1.1-cdkv2.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.1-cdkv2.0...amplify-cli-shared-interfaces@1.1.1-cdkv2.1) (2022-12-13)

@@ -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

2

lib/amplify-cli-flow-reporter-types.d.ts

@@ -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-cdkv2.1",
"version": "1.1.1-cdkv2.2",
"description": "API interfaces to be shared across different amplfy-cli packages",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

},
"gitHead": "ba726ce8e41ab9767cb982520de249c541c34bc4"
"gitHead": "4eb9264b658210513795372431f195ff42a74644"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc