@ttoss/appsync-api 0.2.1 → 0.2.2

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.
package/dist/esm/index.js CHANGED
@@ -4187,7 +4187,7 @@ var readPackageJson = () => {
4187
4187
  // package.json
4188
4188
  var package_default = {
4189
4189
  name: "@ttoss/appsync-api",
4190
- version: "0.2.1",
4190
+ version: "0.2.2",
4191
4191
  description: "",
4192
4192
  license: "UNLICENSED",
4193
4193
  author: "ttoss",
@@ -4210,6 +4210,7 @@ var package_default = {
4210
4210
  "graphql-compose": "^9.0.10"
4211
4211
  },
4212
4212
  devDependencies: {
4213
+ "@ttoss/config": "^1.25.0",
4213
4214
  "@types/aws-lambda": "^8.10.109"
4214
4215
  },
4215
4216
  keywords: [],
package/dist/index.js CHANGED
@@ -4193,7 +4193,7 @@ var readPackageJson = () => {
4193
4193
  // package.json
4194
4194
  var package_default = {
4195
4195
  name: "@ttoss/appsync-api",
4196
- version: "0.2.1",
4196
+ version: "0.2.2",
4197
4197
  description: "",
4198
4198
  license: "UNLICENSED",
4199
4199
  author: "ttoss",
@@ -4216,6 +4216,7 @@ var package_default = {
4216
4216
  "graphql-compose": "^9.0.10"
4217
4217
  },
4218
4218
  devDependencies: {
4219
+ "@ttoss/config": "^1.25.0",
4219
4220
  "@types/aws-lambda": "^8.10.109"
4220
4221
  },
4221
4222
  keywords: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -23,11 +23,12 @@
23
23
  "graphql-compose": "^9.0.10"
24
24
  },
25
25
  "devDependencies": {
26
+ "@ttoss/config": "^1.25.0",
26
27
  "@types/aws-lambda": "^8.10.109"
27
28
  },
28
29
  "keywords": [],
29
30
  "publishConfig": {
30
31
  "access": "public"
31
32
  },
32
- "gitHead": "cb61ddf8cfd902e90262f4a7eb304442baa6d4f6"
33
+ "gitHead": "88b98945c469cdfdece6b12ce41243403ad2c242"
33
34
  }