Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
olliethedev committed Oct 24, 2022
1 parent 7cdd7c6 commit 76cf266
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion packages/amplify-frontend-schema-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-frontend-schema-form",
"version": "0.0.3",
"version": "0.0.4",
"description": "This library helps you create forms from amplify graphql schema.",
"keywords": [
"aws",
Expand All @@ -25,6 +25,9 @@
"./styles.css": "./dist/styles.css"
},
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@aws-amplify/datastore": "^3.14.0",
"@aws-amplify/storage": "^4.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-frontend-schema-form/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {externals} from 'rollup-plugin-node-externals';
const config = defineConfig([
// CJS config
{
input: "src/entry.ts",
input: "src/index.ts",
output: {
dir: 'dist',
format: 'cjs',
Expand All @@ -22,7 +22,7 @@ const config = defineConfig([
},
// ESM config
{
input: "src/entry.ts",
input: "src/index.ts",
output: {
dir: 'dist/esm',
format: 'es',
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-amplifiers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-amplifiers-core",
"version": "1.1.2",
"version": "1.1.3",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-create-model-transformer",
"version": "1.1.2",
"version": "1.1.3",
"description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-process-image-transformer",
"version": "1.0.4",
"version": "1.1.3",
"description": "This directive allows you to process images.",
"keywords": [
"aws",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiers/amplify-graphql-send-email-transformer",
"version": "1.0.5",
"version": "1.1.3",
"description": "Amplify GraphQL @sendEmail transformer.",
"keywords": [
"aws",
Expand Down

0 comments on commit 76cf266

Please sign in to comment.