Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @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
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 43 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-cli-overrides-helper/CHANGELOG.md
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))
83 changes: 40 additions & 43 deletions packages/amplify-cli-overrides-helper/package.json
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
}
}

0 comments on commit 8b240c5

Please sign in to comment.