Skip to content

Commit

Permalink
chore: prepend @aws-amplify to amplify-category-interactions (#11930)
Browse files Browse the repository at this point in the history
* prepend @aws-amplify to amplify-categor-interactions

* chore: fixing yarn extract-api
  • Loading branch information
aws-eddy authored Feb 8, 2023
1 parent 91d62da commit b250281
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-interactions/API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## API Report File for "amplify-category-interactions"
## API Report File for "@aws-amplify/amplify-category-interactions"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
Expand Down
5 changes: 4 additions & 1 deletion packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "amplify-category-interactions",
"name": "@aws-amplify/amplify-category-interactions",
"version": "4.3.1",
"description": "amplify-cli interactions plugin",
"repository": {
Expand All @@ -14,6 +14,9 @@
"amplify",
"aws"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && yarn copy-templates",
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@aws-amplify/amplify-category-function": "4.3.1",
"amplify-category-geo": "2.11.1",
"amplify-category-hosting": "3.4.9",
"amplify-category-interactions": "4.3.1",
"@aws-amplify/amplify-category-interactions": "4.3.1",
"amplify-category-notifications": "2.23.1",
"amplify-category-predictions": "4.3.1",
"amplify-category-xr": "3.4.1",
Expand Down Expand Up @@ -214,7 +214,7 @@
"interactions": {
"name": "interactions",
"type": "category",
"packageName": "amplify-category-interactions"
"packageName": "@aws-amplify/amplify-category-interactions"
},
"notifications": {
"name": "notifications",
Expand Down

0 comments on commit b250281

Please sign in to comment.