@ttoss/appsync-api 0.4.2 → 0.4.4

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.
@@ -4187,7 +4187,7 @@ var readPackageJson = () => {
4187
4187
  // package.json
4188
4188
  var package_default = {
4189
4189
  name: "@ttoss/appsync-api",
4190
- version: "0.4.2",
4190
+ version: "0.4.4",
4191
4191
  description: "",
4192
4192
  license: "UNLICENSED",
4193
4193
  author: "ttoss",
@@ -4209,7 +4209,7 @@ var package_default = {
4209
4209
  },
4210
4210
  typings: "dist/index.d.ts",
4211
4211
  dependencies: {
4212
- "@ttoss/cloudformation": "^0.2.1",
4212
+ "@ttoss/cloudformation": "^0.3.0",
4213
4213
  graphql: "^16.6.0",
4214
4214
  "graphql-compose": "^9.0.10",
4215
4215
  minimist: "^1.2.7"
@@ -4217,7 +4217,7 @@ var package_default = {
4217
4217
  devDependencies: {
4218
4218
  "@ttoss/config": "^1.26.0",
4219
4219
  "@types/aws-lambda": "^8.10.109",
4220
- carlin: "^1.21.2"
4220
+ carlin: "^1.21.4"
4221
4221
  },
4222
4222
  keywords: [],
4223
4223
  publishConfig: {
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-M7AQZLUU.js";
4
+ } from "./chunk-OVEYUNNE.js";
5
5
 
6
6
  // src/cli.ts
7
7
  import * as fs from "fs";
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-M7AQZLUU.js";
4
+ } from "./chunk-OVEYUNNE.js";
5
5
 
6
6
  // src/index.ts
7
7
  import { schemaComposer } from "graphql-compose";
package/dist/index.js CHANGED
@@ -4196,7 +4196,7 @@ var readPackageJson = () => {
4196
4196
  // package.json
4197
4197
  var package_default = {
4198
4198
  name: "@ttoss/appsync-api",
4199
- version: "0.4.2",
4199
+ version: "0.4.4",
4200
4200
  description: "",
4201
4201
  license: "UNLICENSED",
4202
4202
  author: "ttoss",
@@ -4218,7 +4218,7 @@ var package_default = {
4218
4218
  },
4219
4219
  typings: "dist/index.d.ts",
4220
4220
  dependencies: {
4221
- "@ttoss/cloudformation": "^0.2.1",
4221
+ "@ttoss/cloudformation": "^0.3.0",
4222
4222
  graphql: "^16.6.0",
4223
4223
  "graphql-compose": "^9.0.10",
4224
4224
  minimist: "^1.2.7"
@@ -4226,7 +4226,7 @@ var package_default = {
4226
4226
  devDependencies: {
4227
4227
  "@ttoss/config": "^1.26.0",
4228
4228
  "@types/aws-lambda": "^8.10.109",
4229
- carlin: "^1.21.2"
4229
+ carlin: "^1.21.4"
4230
4230
  },
4231
4231
  keywords: [],
4232
4232
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "typings": "dist/index.d.ts",
24
24
  "dependencies": {
25
- "@ttoss/cloudformation": "^0.2.1",
25
+ "@ttoss/cloudformation": "^0.3.0",
26
26
  "graphql": "^16.6.0",
27
27
  "graphql-compose": "^9.0.10",
28
28
  "minimist": "^1.2.7"
@@ -30,11 +30,11 @@
30
30
  "devDependencies": {
31
31
  "@ttoss/config": "^1.26.0",
32
32
  "@types/aws-lambda": "^8.10.109",
33
- "carlin": "^1.21.2"
33
+ "carlin": "^1.21.4"
34
34
  },
35
35
  "keywords": [],
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "4b7a4d3035f4b4d43b02069df62fcc9ca57c2bc6"
39
+ "gitHead": "f7fcb1caa22adf045f0ec7d15a678bfe48a3913d"
40
40
  }