-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @aws-amplify/cli-overrides-helper@1.1.0-ext.0
- Loading branch information
aws-amplify-bot
committed
Jul 15, 2021
1 parent
38088d3
commit 8b240c5
Showing
2 changed files
with
51 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0-ext.0 (2021-07-15) | ||
|
||
|
||
### Features | ||
|
||
* add helper util package for overrides ([#7726](https://github.com/aws-amplify/amplify-cli/issues/7726)) ([38088d3](https://github.com/aws-amplify/amplify-cli/commit/38088d3fa09221e50d290ebf47ac31e31ad584d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,44 @@ | ||
{ | ||
"name": "@aws-amplify/cli-overrides-helper", | ||
"version": "1.0.0", | ||
"description": "Amplify CLI Overrides Helper utility package", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aws-amplify/amplify-cli.git", | ||
"directory": "packages/amplify-cli-overrides-helper" | ||
"name": "@aws-amplify/cli-overrides-helper", | ||
"version": "1.1.0-ext.0", | ||
"description": "Amplify CLI Overrides Helper utility package", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aws-amplify/amplify-cli.git", | ||
"directory": "packages/amplify-cli-overrides-helper" | ||
}, | ||
"author": "Amazon Web Services", | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"keywords": [ | ||
"graphql", | ||
"cli", | ||
"cloudformation", | ||
"aws", | ||
"amplify" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"clean": "rimraf ./lib" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.(ts|tsx)?$": "ts-jest" | ||
}, | ||
"author": "Amazon Web Services", | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"keywords": [ | ||
"graphql", | ||
"cli", | ||
"cloudformation", | ||
"aws", | ||
"amplify" | ||
"testRegex": "(src/__tests__/.*.test.ts)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"clean": "rimraf ./lib" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.(ts|tsx)?$": "ts-jest" | ||
}, | ||
"testRegex": "(src/__tests__/.*.test.ts)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
], | ||
"collectCoverage": true | ||
} | ||
"collectCoverage": true | ||
} | ||
} |