@ttoss/appsync-api 0.19.0 → 0.19.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -25,12 +25,12 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
25
25
  }), mod);
26
26
 
27
27
  // src/index.ts
28
- var src_exports = {};
29
- __export(src_exports, {
28
+ var index_exports = {};
29
+ __export(index_exports, {
30
30
  createApiTemplate: () => createApiTemplate,
31
31
  createAppSyncResolverHandler: () => createAppSyncResolverHandler
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
33
+ module.exports = __toCommonJS(index_exports);
34
34
 
35
35
  // src/createApiTemplate.ts
36
36
  var import_graphql_api = require("@ttoss/graphql-api");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -24,11 +24,11 @@
24
24
  ],
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@ttoss/cloudformation": "^0.10.13"
27
+ "@ttoss/cloudformation": "^0.10.14"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "graphql": "^16.6.0",
31
- "@ttoss/graphql-api": "^0.8.0"
31
+ "@ttoss/graphql-api": "^0.8.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/aws-lambda": "^8.10.146",
@@ -36,9 +36,9 @@
36
36
  "graphql-shield": "^7.6.5",
37
37
  "jest": "^29.7.0",
38
38
  "tsup": "^8.3.5",
39
- "@ttoss/config": "^1.35.0",
40
- "@ttoss/ids": "^0.3.0",
41
- "@ttoss/graphql-api": "^0.8.0"
39
+ "@ttoss/config": "^1.35.1",
40
+ "@ttoss/graphql-api": "^0.8.2",
41
+ "@ttoss/ids": "^0.3.1"
42
42
  },
43
43
  "keywords": [
44
44
  "api",