graphlit-client 1.0.20250428008 → 1.0.20250501001

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/client.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ApolloClient, NormalizedCacheObject } from '@apollo/client/core';
2
- import * as Types from './generated/graphql-types';
2
+ import * as Types from './generated/graphql-types.js';
3
3
  declare class Graphlit {
4
4
  client: ApolloClient<NormalizedCacheObject> | undefined;
5
5
  token: string | undefined;
@@ -282,4 +282,4 @@ declare class Graphlit {
282
282
  private queryAndCheckError;
283
283
  }
284
284
  export { Graphlit };
285
- export * as Types from './generated/graphql-types';
285
+ export * as Types from './generated/graphql-types.js';
package/dist/client.js CHANGED
@@ -45,7 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.Types = exports.Graphlit = void 0;
46
46
  const jwt = __importStar(require("jsonwebtoken"));
47
47
  const core_1 = require("@apollo/client/core");
48
- const Documents = __importStar(require("./generated/graphql-documents"));
48
+ const Documents = __importStar(require("./generated/graphql-documents.js"));
49
49
  const dotenv = __importStar(require("dotenv"));
50
50
  // Define the Graphlit class
51
51
  class Graphlit {
@@ -1540,4 +1540,4 @@ class Graphlit {
1540
1540
  }
1541
1541
  }
1542
1542
  exports.Graphlit = Graphlit;
1543
- exports.Types = __importStar(require("./generated/graphql-types"));
1543
+ exports.Types = __importStar(require("./generated/graphql-types.js"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250428008",
3
+ "version": "1.0.20250501001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",