Skip to content

Commit

Permalink
change package name scope from hey-amplify to aws-amplify (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Dec 12, 2023
1 parent 770e344 commit 0514dab
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions apps/discord-bot-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@faker-js/faker": "^7.3.0",
"@hey-amplify/scripts": "workspace:*",
"@hey-amplify/support": "workspace:*",
"@hey-amplify/tsconfig": "workspace:*",
"@aws-amplify/discord-bot-scripts": "workspace:*",
"@aws-amplify/discord-bot-support": "workspace:*",
"@aws-amplify/discord-bot-tsconfig": "workspace:*",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.23.0",
Expand Down
4 changes: 2 additions & 2 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"deploy-github-actions": "cdk deploy --app \"vite-node src/app-github-actions.ts\""
},
"devDependencies": {
"@hey-amplify/support": "workspace:*",
"@hey-amplify/tsconfig": "workspace:*",
"@aws-amplify/discord-bot-support": "workspace:*",
"@aws-amplify/discord-bot-tsconfig": "workspace:*",
"@types/node": "18.7.16",
"aws-cdk": "2.77.0",
"aws-cdk-lib": "2.77.0",
Expand Down
2 changes: 1 addition & 1 deletion cdk/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'source-map-support/register.js'
import { getSecrets } from '@hey-amplify/support'
import { getSecrets } from '@aws-amplify/discord-bot-support'
import * as cdk from 'aws-cdk-lib'
import { HeyAmplifyStack } from './stack'
import { pkg } from './pkg'
Expand Down
2 changes: 1 addition & 1 deletion cdk/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@hey-amplify/tsconfig/base.json",
"extends": "@aws-amplify/discord-bot-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "pnpm -r run test"
},
"devDependencies": {
"@hey-amplify/scripts": "workspace:*",
"@aws-amplify/discord-bot-scripts": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/create-secrets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import c from 'picocolors'
import generateUsage from 'command-line-usage'
import { createSecrets } from '@hey-amplify/support'
import { createSecrets } from '@aws-amplify/discord-bot-support'

export const name = 'create-secrets'
export const description = 'Create secrets in SSM from local dotenv files'
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { command, argv } = parseCommands(

const sections = [
{
header: '@hey-amplify/scripts',
header: '@aws-amplify/discord-bot-scripts',
content: 'Collection of scripts',
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hey-amplify/scripts",
"name": "@aws-amplify/discord-bot-scripts",
"private": true,
"type": "module",
"version": "0.1.0",
Expand All @@ -9,7 +9,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@hey-amplify/support": "workspace:*",
"@aws-amplify/discord-bot-support": "workspace:*",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
"command-line-usage": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/support/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hey-amplify/support",
"name": "@aws-amplify/discord-bot-support",
"type": "module",
"private": true,
"version": "0.1.0",
Expand All @@ -22,7 +22,7 @@
"dependencies": {},
"devDependencies": {
"@aws-sdk/client-ssm": "^3.142.0",
"@hey-amplify/tsconfig": "workspace:*",
"@aws-amplify/discord-bot-tsconfig": "workspace:*",
"@types/node": "^18.6.4",
"fast-glob": "^3.2.11",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/support/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @hey-amplify/support
# @aws-amplify/discord-bot-support

Support package for hey-amplify resources intended for local/init only
2 changes: 1 addition & 1 deletion packages/support/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@hey-amplify/tsconfig/base.json",
"extends": "@aws-amplify/discord-bot-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hey-amplify/tsconfig",
"name": "@aws-amplify/discord-bot-tsconfig",
"version": "0.1.0",
"private": true,
"files": [
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0514dab

Please sign in to comment.