graphlit-client 1.0.20240418014 → 1.0.20240418015

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/client.js +0 -2
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -68,7 +68,6 @@ class Graphlit {
68
68
  throw new Error("Graphlit environment JWT secret is required.");
69
69
  }
70
70
  this.initializeJWT().then(() => {
71
- console.log(this.token);
72
71
  const httpLink = (0, core_1.createHttpLink)({
73
72
  uri: this.apiUri,
74
73
  });
@@ -84,7 +83,6 @@ class Graphlit {
84
83
  link: authLink.concat(httpLink),
85
84
  cache: new core_1.InMemoryCache(),
86
85
  });
87
- console.log("Apollo client has been initialized.");
88
86
  });
89
87
  }
90
88
  initializeJWT() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240418014",
3
+ "version": "1.0.20240418015",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",