New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-core

Package Overview
Dependencies
Maintainers
3
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-cli-core - npm Package Compare versions

Comparing version 1.25.2-geo.0 to 1.26.0-siwa-update.0

lib/utils/fileSize.d.ts

12

CHANGELOG.md

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

## [1.25.2-geo.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.25.1...amplify-cli-core@1.25.2-geo.0) (2021-07-30)
# [1.26.0-siwa-update.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.25.1...amplify-cli-core@1.26.0-siwa-update.0) (2021-08-05)
**Note:** Version bump only for package amplify-cli-core
### Bug Fixes
* improve size checks before packaging Lambda resources ([#7756](https://github.com/aws-amplify/amplify-cli/issues/7756)) ([5952f6a](https://github.com/aws-amplify/amplify-cli/commit/5952f6aa6c1a6bbf3693a465ab61c46b7ab5c37b))
### Features
* create new amplify-prompts package to handle all terminal interactions ([#7774](https://github.com/aws-amplify/amplify-cli/issues/7774)) ([39b3262](https://github.com/aws-amplify/amplify-cli/commit/39b326202283f402f82d7e38a830acdc3845a8d7))
## [1.25.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.25.0...amplify-cli-core@1.25.1) (2021-07-30)

@@ -16,0 +24,0 @@

5

lib/index.d.ts

@@ -125,7 +125,2 @@ import { ServiceSelection } from './serviceSelection';

}
export interface ProviderContext {
provider: string;
service: string;
projectName: string;
}
export declare type $TSCopyJob = any;

@@ -132,0 +127,0 @@ interface AmplifyToolkit {

@@ -1,2 +0,2 @@

import { $TSMeta, $TSTeamProviderInfo, $TSAny, DeploymentSecrets } from '..';
import { $TSAny, $TSMeta, $TSTeamProviderInfo, DeploymentSecrets } from '..';
import { Tag } from '../tags';

@@ -3,0 +3,0 @@ export declare type GetOptions<T> = {

@@ -27,7 +27,7 @@ "use strict";

const fs = __importStar(require("fs-extra"));
const pathManager_1 = require("./pathManager");
const jsonUtilities_1 = require("../jsonUtilities");
const lodash_1 = __importDefault(require("lodash"));
const cliConstants_1 = require("../cliConstants");
const jsonUtilities_1 = require("../jsonUtilities");
const tags_1 = require("../tags");
const pathManager_1 = require("./pathManager");
class StateManager {

@@ -34,0 +34,0 @@ constructor() {

@@ -0,1 +1,2 @@

export * from './fileSize';
export * from './open';

@@ -2,0 +3,0 @@ export * from './packageManager';

@@ -13,2 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./fileSize"), exports);
__exportStar(require("./open"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./packageManager"), exports);

{
"name": "amplify-cli-core",
"version": "1.25.2-geo.0",
"version": "1.26.0-siwa-update.0",
"description": "Amplify CLI Core",

@@ -72,3 +72,3 @@ "repository": {

},
"gitHead": "11d32729f44f9b4577ef3ab6e1708ae023ce34f6"
"gitHead": "28c2069c1691787d25d7c4ad39c02d08a8da1c48"
}

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

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