@getpara/graz-connector 3.5.1 → 3.7.0

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/cjs/index.js CHANGED
@@ -16,12 +16,12 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var src_exports = {};
20
- __export(src_exports, {
19
+ var index_exports = {};
20
+ __export(index_exports, {
21
21
  ParaGrazConnector: () => import_connector.ParaGrazConnector,
22
22
  toArray: () => import_connector.toArray
23
23
  });
24
- module.exports = __toCommonJS(src_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
  var import_connector = require("./connector.js");
26
26
  // Annotate the CommonJS export names for ESM import in node:
27
27
  0 && (module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/graz-connector",
3
- "version": "3.5.1",
3
+ "version": "3.7.0",
4
4
  "sideEffects": false,
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "build:types": "rm -rf dist/types && tsc --module esnext --declarationDir dist/types --emitDeclarationOnly --declaration"
20
20
  },
21
21
  "dependencies": {
22
- "@getpara/cosmjs-v0-integration": "3.5.1",
23
- "@getpara/web-sdk": "3.5.1"
22
+ "@getpara/cosmjs-v0-integration": "3.7.0",
23
+ "@getpara/web-sdk": "3.7.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@cosmjs/amino": "^0.32.4",
@@ -43,5 +43,5 @@
43
43
  "cosmjs-types": "^0.9.0",
44
44
  "graz": ">=0.4.1"
45
45
  },
46
- "gitHead": "362fc377edf3cca5f743679498ff4908921c8468"
46
+ "gitHead": "ab8876230a5d00b2c620bd23a4e3ed69762fc192"
47
47
  }