@ttoss/aws-appsync-nodejs 1.8.19 → 1.8.21

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 +2 -2
package/dist/index.js CHANGED
@@ -25,11 +25,11 @@ 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
  appSyncClient: () => appSyncClient
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
  var import_protocol_http = require("@smithy/protocol-http");
34
34
  var import_sha256_js = require("@aws-crypto/sha256-js");
35
35
  var import_signature_v4 = require("@smithy/signature-v4");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/aws-appsync-nodejs",
3
- "version": "1.8.19",
3
+ "version": "1.8.21",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -33,7 +33,7 @@
33
33
  "@types/jest": "^29.5.14",
34
34
  "jest": "^29.7.0",
35
35
  "tsup": "^8.3.5",
36
- "@ttoss/config": "^1.35.0"
36
+ "@ttoss/config": "^1.35.2"
37
37
  },
38
38
  "keywords": [],
39
39
  "publishConfig": {