@memberjunction/graphql-dataprovider 0.9.183 → 0.9.185

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/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { gql } from 'graphql-request';
1
2
  export { setupGraphQLClient } from "./config";
2
3
  export { GraphQLDataProvider, GraphQLProviderConfigData } from "./graphQLDataProvider";
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GraphQLProviderConfigData = exports.GraphQLDataProvider = exports.setupGraphQLClient = void 0;
3
+ exports.GraphQLProviderConfigData = exports.GraphQLDataProvider = exports.setupGraphQLClient = exports.gql = void 0;
4
+ var graphql_request_1 = require("graphql-request");
5
+ Object.defineProperty(exports, "gql", { enumerable: true, get: function () { return graphql_request_1.gql; } });
4
6
  var config_1 = require("./config");
5
7
  Object.defineProperty(exports, "setupGraphQLClient", { enumerable: true, get: function () { return config_1.setupGraphQLClient; } });
6
8
  var graphQLDataProvider_1 = require("./graphQLDataProvider");
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mCAA8C;AAArC,4GAAA,kBAAkB,OAAA;AAC3B,6DAAuF;AAA9E,0HAAA,mBAAmB,OAAA;AAAE,gIAAA,yBAAyB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mDAAsC;AAA7B,sGAAA,GAAG,OAAA;AACZ,mCAA8C;AAArC,4GAAA,kBAAkB,OAAA;AAC3B,6DAAuF;AAA9E,0HAAA,mBAAmB,OAAA;AAAE,gIAAA,yBAAyB,OAAA"}
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
1
  {
2
- "name": "@memberjunction/graphql-dataprovider",
3
- "version": "0.9.183",
4
- "description": "MemberJunction: GraphQL Client Data Provider",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "/dist"
9
- ],
10
- "scripts": {
11
- "start": "ts-node-dev src/index.ts",
12
- "test": "echo \"Error: no test specified\" \u0026\u0026 exit 1",
13
- "build:node": "tsc --project tsconfig.node.json",
14
- "build:browser": "tsc --project tsconfig.browser.json \u0026\u0026 webpack --config webpack.config.js",
15
- "build": "npm run build:node \u0026\u0026 npm run build:browser"
16
- },
17
- "author": "MemberJunction.com",
18
- "license": "ISC",
19
- "devDependencies": {
20
- "ts-loader": "^9.4.4",
21
- "ts-node-dev": "^2.0.0",
22
- "typescript": "^5.3.3",
23
- "webpack": "^5.88.2",
24
- "webpack-cli": "^5.1.4"
25
- },
26
- "dependencies": {
27
- "@memberjunction/core": "^0.9.177",
28
- "@memberjunction/core-entities": "^0.9.162",
29
- "@memberjunction/global": "^0.9.158",
30
- "graphql": "^16.6.0",
31
- "graphql-request": "^5.2.0",
32
- "graphql-ws": "^5.14.0",
33
- "idb": "^7.1.1",
34
- "rxjs": "^7.8.1"
35
- }
2
+ "name": "@memberjunction/graphql-dataprovider",
3
+ "version": "0.9.185",
4
+ "description": "MemberJunction: GraphQL Client Data Provider",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "/dist"
9
+ ],
10
+ "scripts": {
11
+ "start": "ts-node-dev src/index.ts",
12
+ "test": "echo \"Error: no test specified\" && exit 1",
13
+ "build:node": "tsc --project tsconfig.node.json",
14
+ "build:browser": "tsc --project tsconfig.browser.json && webpack --config webpack.config.js",
15
+ "build": "npm run build:node && npm run build:browser"
16
+ },
17
+ "author": "MemberJunction.com",
18
+ "license": "ISC",
19
+ "devDependencies": {
20
+ "ts-loader": "^9.4.4",
21
+ "ts-node-dev": "^2.0.0",
22
+ "typescript": "^5.3.3",
23
+ "webpack": "^5.88.2",
24
+ "webpack-cli": "^5.1.4"
25
+ },
26
+ "dependencies": {
27
+ "@memberjunction/core": "^0.9.177",
28
+ "@memberjunction/core-entities": "^0.9.164",
29
+ "@memberjunction/global": "^0.9.156",
30
+ "graphql": "^16.6.0",
31
+ "graphql-request": "^5.2.0",
32
+ "graphql-ws": "^5.14.0",
33
+ "idb": "^7.1.1",
34
+ "rxjs": "^7.8.1"
35
+ }
36
36
  }