Skip to content

Commit

Permalink
feat: extensibility for REST APIs (aws-amplify#8598)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett committed Nov 3, 2021
1 parent fefa5c6 commit 9822117
Show file tree
Hide file tree
Showing 96 changed files with 2,797 additions and 2,179 deletions.
1 change: 1 addition & 0 deletions packages/amplify-category-api/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/__mocks__/**
**/__tests__/**
./src
!resources/overrides-resource/tsconfig.json
tsconfig.json
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion packages/amplify-category-api/amplify-plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api",
"type": "category",
"commands": ["add-graphql-datasource", "add", "console", "gql-compile", "push", "rebuild", "remove", "update", "help"],
"commands": ["add-graphql-datasource", "add", "console", "gql-compile", "override", "push", "rebuild", "remove", "update", "help"],
"commandAliases": {
"configure": "update"
},
Expand Down
9 changes: 5 additions & 4 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api",
"version": "2.33.2",
"name": "@aws-amplify/amplify-category-api",
"version": "1.0.0",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,8 @@
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"test": "jest"
"test": "jest",
"generateSchemas": "ts-node ./scripts/generateApiSchemas.ts"
},
"dependencies": {
"@aws-cdk/assets": "~1.124.0",
Expand Down Expand Up @@ -78,7 +79,7 @@
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"ora": "^4.0.3",
"uuid": "^3.4.0"
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
Expand Down
Loading

0 comments on commit 9822117

Please sign in to comment.