@ttoss/appsync-api 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -539,7 +539,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
539
539
  // package.json
540
540
  var package_default = {
541
541
  name: "@ttoss/appsync-api",
542
- version: "0.5.0",
542
+ version: "0.5.1",
543
543
  description: "A library for building GraphQL APIs for AWS AppSync.",
544
544
  license: "UNLICENSED",
545
545
  author: "ttoss",
@@ -572,7 +572,7 @@ var package_default = {
572
572
  sideEffects: false,
573
573
  typings: "dist/index.d.ts",
574
574
  dependencies: {
575
- "@ttoss/cloudformation": "^0.3.0",
575
+ "@ttoss/cloudformation": "^0.4.0",
576
576
  express: "^4.18.2",
577
577
  "graphql-helix": "^1.13.0",
578
578
  minimist: "^1.2.7"
@@ -582,9 +582,9 @@ var package_default = {
582
582
  "graphql-compose": "^9.0.10"
583
583
  },
584
584
  devDependencies: {
585
- "@ttoss/config": "^1.26.0",
585
+ "@ttoss/config": "^1.27.0",
586
586
  "@types/aws-lambda": "^8.10.109",
587
- carlin: "^1.21.4",
587
+ carlin: "^1.22.0",
588
588
  graphql: "^16.6.0",
589
589
  "graphql-compose": "^9.0.10"
590
590
  },
package/dist/esm/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
2
  import {
3
3
  AppSyncGraphQLSchemaLogicalId
4
- } from "./chunk-5MBGDEAO.js";
4
+ } from "./chunk-7AZ2LNJP.js";
5
5
  import "./chunk-NQOARNEJ.js";
6
6
 
7
7
  // src/cli.ts
package/dist/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
2
  import {
3
3
  createApiTemplate
4
- } from "./chunk-5MBGDEAO.js";
4
+ } from "./chunk-7AZ2LNJP.js";
5
5
  import "./chunk-NQOARNEJ.js";
6
6
 
7
7
  // src/index.ts
package/dist/index.js CHANGED
@@ -572,7 +572,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
572
572
  // package.json
573
573
  var package_default = {
574
574
  name: "@ttoss/appsync-api",
575
- version: "0.5.0",
575
+ version: "0.5.1",
576
576
  description: "A library for building GraphQL APIs for AWS AppSync.",
577
577
  license: "UNLICENSED",
578
578
  author: "ttoss",
@@ -605,7 +605,7 @@ var package_default = {
605
605
  sideEffects: false,
606
606
  typings: "dist/index.d.ts",
607
607
  dependencies: {
608
- "@ttoss/cloudformation": "^0.3.0",
608
+ "@ttoss/cloudformation": "^0.4.0",
609
609
  express: "^4.18.2",
610
610
  "graphql-helix": "^1.13.0",
611
611
  minimist: "^1.2.7"
@@ -615,9 +615,9 @@ var package_default = {
615
615
  "graphql-compose": "^9.0.10"
616
616
  },
617
617
  devDependencies: {
618
- "@ttoss/config": "^1.26.0",
618
+ "@ttoss/config": "^1.27.0",
619
619
  "@types/aws-lambda": "^8.10.109",
620
- carlin: "^1.21.4",
620
+ carlin: "^1.22.0",
621
621
  graphql: "^16.6.0",
622
622
  "graphql-compose": "^9.0.10"
623
623
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -33,7 +33,7 @@
33
33
  "sideEffects": false,
34
34
  "typings": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@ttoss/cloudformation": "^0.3.0",
36
+ "@ttoss/cloudformation": "^0.4.0",
37
37
  "express": "^4.18.2",
38
38
  "graphql-helix": "^1.13.0",
39
39
  "minimist": "^1.2.7"
@@ -43,9 +43,9 @@
43
43
  "graphql-compose": "^9.0.10"
44
44
  },
45
45
  "devDependencies": {
46
- "@ttoss/config": "^1.26.0",
46
+ "@ttoss/config": "^1.27.0",
47
47
  "@types/aws-lambda": "^8.10.109",
48
- "carlin": "^1.21.4",
48
+ "carlin": "^1.22.0",
49
49
  "graphql": "^16.6.0",
50
50
  "graphql-compose": "^9.0.10"
51
51
  },
@@ -68,5 +68,5 @@
68
68
  ]
69
69
  }
70
70
  },
71
- "gitHead": "702cb6f1dd3411f53c5172eb50ce9d5e3fa5c3cc"
71
+ "gitHead": "2bf304efc726a34b95859bb9b6fe8749c1a16844"
72
72
  }